First  |  Prev |  Next  |  Last
Pages: 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671
Add trace point to mremap
On Fri, Jul 09, 2010 at 04:53:50PM +0100, Eric B Munson wrote: This patch completes the trace point addition to the [m|mre|mun]map and brk functions. These trace points will be used by a userspace tool that models application memory usage. Please keep all the trace events for the mmap family of syscalls in... 9 Jul 2010 12:45
Add trace events to mmap and brk
Hmm, thinking about it a bit more, what do you trace events give us that the event based syscall tracer doesn't? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Ple... 11 Jul 2010 22:41
HDD not suspending properly / dead on resume
Hi, I have n issue with suepnd to RAM and I/O load on a disk. Symptoms are that the disk does not respond to requests when woken up, producing only I/O errors on all tested kernels (newest 2.6.35-rc4 (Ubuntu mainline PPA build)): [ 1719.580169] sd 0:0:0:0: [sda] Unhandled error code [ 1719.580174] sd 0:0:0:0:... 12 Jul 2010 11:49
[PATCH 2/2] Add trace point to mremap
This patch completes the trace point addition to the [m|mre|mun]map and brk functions. These trace points will be used by a userspace tool that models application memory usage. Signed-off-by: Eric B Munson <emunson(a)mgebm.net> --- include/trace/events/mremap.h | 37 +++++++++++++++++++++++++++++++++++++ mm/m... 9 Jul 2010 12:45
[PATCH 01/24] pidns: Remove races by stopping the caching of proc_mnt
Having proc reference the pid_namespace and the pid_namespace reference proc is a serious reference counting problem, which has resulted in both leaks and use after free problems. Mount already knows how to go from a pid_namespace to a mount of proc, so we don't need to cache the proc mount. To do this I intr... 9 Jul 2010 12:45
PCI: skip release and reallocation of io port resources
On Tuesday, July 06, 2010 06:49:32 pm Yinghai Lu wrote: On 07/06/2010 04:58 PM, Linus Torvalds wrote: On Tue, Jul 6, 2010 at 4:13 PM, Yinghai Lu <yinghai(a)kernel.org> wrote: So you want to use pci=override_bios to reallocate all bios assigned resource include peer root buses resources and pci b... 9 Jul 2010 12:45
[PATCH 1/2] Add trace events to mmap and brk
As requested by Peter Zijlstra, this patch builds on my earlier patch and adds the corresponding trace points to mmap and brk. Signed-off-by: Eric B Munson <emunson(a)mgebm.net> --- include/trace/events/mm.h | 38 ++++++++++++++++++++++++++++++++++++++ mm/mmap.c | 10 +++++++++- 2 files chang... 9 Jul 2010 12:45
[PATCH] MMC:mmc_spi: Recover from CRC error for SD read/write operation over SPI.
On Fri, Jul 9, 2010 at 04:03, sonic zhang <sonic.adi(a)gmail.com> wrote: SPI bus is not reliable on all platforms when doing large dada transfer. dada -> data occational CRC error is reported by SD device. This patch makes the occational -> occasional -mike -- To unsubscribe from this list: send the line... 9 Jul 2010 12:45
lvs sctp protocol handler is incorrectly invoked ip_vs_app_pkt_out
Am 08.07.2010 14:13, schrieb Simon Horman: On Thu, Jul 08, 2010 at 09:55:04AM +0800, xiaoyu Du wrote: lvs sctp protocol handler is incorrectly invoked ip_vs_app_pkt_out Since there's no sctp helpers at present, it does the same thing as ip_vs_app_pkt_in. Signed-off-by: Xiaoyu Du <tingsrain(a)gmail.... 9 Jul 2010 12:45
Removing dead SERIAL_BFIN_SPORT_CONSOLE
On Fri, Jul 9, 2010 at 09:50, Christoph Egger wrote: SERIAL_BFIN_SPORT_CONSOLE doesn't exist in Kconfig, therefore removing all references for it from the source code. NAK your source is outdated then: ../Kconfig:config SERIAL_BFIN_SPORT_CONSOLE -mike -- To unsubscribe from this list: send the line "uns... 9 Jul 2010 12:45
First  |  Prev |  Next  |  Last
Pages: 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671