mm: add descriptive comment for TIF_MEMDIE declaration
On Thu, 13 May 2010, Andreas Dilger wrote: From: Andreas Dilger <adilger(a)dilger.ca> Add descriptive comment for TIF_MEMDIE task flag declaration. It would probably be better to say functionally what it does: gives oom killed tasks access to memory reserves. -- To unsubscribe from this list: send ... 14 May 2010 06:15
[PATCH] ipc/sem.c: Bugfix for incorrect setting of sem_otime
The attached patch corrects a bug that I've introduced with the previous patch series: sem_otime is the time of the last successful semop() call. Andrew, could you add it into your -mm tree? It is on top of the path that fixes the missing initialization. Signed-off-by: Manfred Spraul <manfred(a)colorfullife.com>... 14 May 2010 05:10
WARNING: at lib/dma-debug.c:866 check_for_stack
Hi I've noticed my dvb-t tuner reports this Warning about stack usage for DMA. Is there some fix already available ? dib0700: loaded with support for 14 different device-types ------------[ cut here ]------------ WARNING: at lib/dma-debug.c:866 check_for_stack+0xa4/0xe0() Hardware name: 6464CTO ehci_hcd 0000... 14 May 2010 08:24
i2c-i801: fix all coding style issues found by checkpatch.pl
Hi Farid, On Wed, 12 May 2010 23:16:48 +0200, Farid Hammane wrote: This patch fixes up all coding style issues found by the checkpatch.pl tool. After applying this patch the binary object is still exactly the same. Signed-off-by: Farid Hammane <farid.hammane(a)gmail.com> --- drivers/i2c/busses/i2c-... 14 May 2010 05:10
dm: only initialize full request_queue for request-based device
Hi Mike, On 05/13/2010 12:57 PM +0900, Mike Snitzer wrote: On Wed, May 12 2010 at 4:23am -0400, Kiyoshi Ueda <k-ueda(a)ct.jp.nec.com> wrote: Hi Mike, On 05/11/2010 10:15 PM +0900, Mike Snitzer wrote: It is clear we need to resolve the current full request_queue initialization that occu... 24 May 2010 06:52
[PATCH] blkdev: cgroup whitelist permission fix
The cgroup device whitelist code gets confused when trying to grant permission to a disk partition that is not currently open. Part of blkdev_open() includes __blkdev_get() on the whole disk. This simply avoids the cgroup check for the whole disk case when opening a partition. https://bugzilla.redhat.com/show_... 14 May 2010 04:05
[PATCH 1/2] kmemleak: Fix some false positives with special scan
From: Hiroshi DOYU <Hiroshi.DOYU(a)nokia.com> There is the false positive that the pointer is calculated by other methods than the usual container_of macro. "kmemleak_ignore" can cover a false positive, but it would loose the advantage of kmemleak. This patch allows kmemleak to work with such false positives by int... 14 May 2010 04:05
[PATCH 2/2] kmemleak: test: Add a special scan test case
From: Hiroshi DOYU <Hiroshi.DOYU(a)nokia.com> The pointer is converted to a physical address with attribution bits. The test can be done either with special scan or without special scan, which can be specified with the kernel module parameter, "use_special". This can be squashed into kmemleak-test.c if necessary. ... 14 May 2010 04:05
[RFC][PATCH 0/2] kmemleak: Fix some false positives with special scan
Hi, I always get the false positives for the iommu 1st level page table since it stores the pointer to the 2nd level page table, but it is converted to a physical address with some attribute bits. "kmemleak_ignore" can cover this problem, but will loose the advantage of powerful kmemleak detection. So I experime... 14 May 2010 04:05
[PATCH 1/2 V3 minor change] hwmon: (coretemp) Detect the thermal sensors by CPUID
The thermal sensors of Intel(R) CPUs can be detected by CPUID instruction, indicated by CPUID.06H.EAX[0]. Signed-off-by: Huaxu Wan <huaxu.wan(a)linux.intel.com> Signed-off-by: Carsten Emde <C.Emde(a)osadl.org> Reviewed-By: Valdis Kletnieks <valdis.kletnieks(a)vt.edu> --- drivers/hwmon/coretemp.c | 34 +++++++++++... 14 May 2010 03:01