cpuset: alloc nodemask_t at heap not stack - fix
On Fri, 12 Mar 2010, Miao Xie wrote: fix memory leak Signed-off-by: Miao Xie <miaox(a)cn.fujitsu.com> --- Against the following patch in mmotm-2010-03-11-13-13: cpuset-alloc-nodemask_t-at-heap-not-stack.patch --- kernel/cpuset.c | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletio... 12 Mar 2010 05:02
[GIT PULL] MFD fixes for 2.6.34
Hi Linus, I have a couple of MFD fixes, fixing the sm501 region requested size and the MFD Kconfig for genirq dependent drivers. Thanks in advance for pulling. The following changes since commit 522dba7134d6b2e5821d3457f7941ec34f668e6d: Linus Torvalds (1): Merge branch 'for-linus' of git://git.ker... 12 Mar 2010 05:02
Avoid the use of congestion_wait under zone pressure
On Thu, Mar 11, 2010 at 03:41:24PM -0800, Andrew Morton wrote: On Mon, 8 Mar 2010 11:48:20 +0000 Mel Gorman <mel(a)csn.ul.ie> wrote: Under memory pressure, the page allocator and kswapd can go to sleep using congestion_wait(). In two of these cases, it may not be the appropriate action as conges... 24 Mar 2010 08:51
microblaze: Fix Makefile to delete build generated files
Arun Bhanu wrote: 'make mrproper' does not to delete the following build generated files: arch/microblaze/boot/linux.bin.ub arch/microblaze/boot/simpleImage.system arch/microblaze/boot/simpleImage.system.ub Fix the Makefile to delete these build generated files. The problem is... 12 Mar 2010 05:02
microblaze: Add a missing single quote to make 'make help' happy
Arun Bhanu wrote: 'make ARCH=microblaze help' fails with the following error due to a missing single quote. /bin/sh: -c: line 0: unexpected EOF while looking for matching `'' /bin/sh: -c: line 1: syntax error: unexpected end of file make: *** [help] Error 2 Signed-off-by: Arun Bhanu <arun(a)bhan... 12 Mar 2010 03:56
[PATCH] microblaze: Add a missing single quote to make 'make help' happy
'make ARCH=microblaze help' fails with the following error due to a missing single quote. /bin/sh: -c: line 0: unexpected EOF while looking for matching `'' /bin/sh: -c: line 1: syntax error: unexpected end of file make: *** [help] Error 2 Signed-off-by: Arun Bhanu <arun(a)bhanu.net> --- arch/microblaze/Makef... 12 Mar 2010 03:56
[PATCH] microblaze: Fix Makefile to delete build generated files
'make mrproper' does not to delete the following build generated files: arch/microblaze/boot/linux.bin.ub arch/microblaze/boot/simpleImage.system arch/microblaze/boot/simpleImage.system.ub Fix the Makefile to delete these build generated files. Signed-off-by: Arun Bhanu <arun(a)bhanu.net> -... 12 Mar 2010 03:56
linux-next: build failure after merge of the final tree (backlight related)
Hi, On Wed, 2010-03-10 at 18:03 +1100, Stephen Rothwell wrote: After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/video/backlight/88pm860x_bl.c: In function 'pm860x_backlight_probe': drivers/video/backlight/88pm860x_bl.c:227: error: too few argumen... 12 Mar 2010 05:02
[PATCH 3/3] drivers/rtc: init dynamic bin_attribute structures
Commit 6992f5334995af474c2b58d010d08bc597f0f2fe introduced this requirement. Found with coccinelle, but fixed manually. Compile tested on X86 where possible. Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> Cc: Paul Gortmaker <p_gortmaker(a)yahoo.com> Cc: Alessandro Zummo <a.zummo(a)towertech.it> Cc: Eric W. Bie... 12 Mar 2010 02:50
[PATCH 1/3] arch/mips/txx9/generic: init dynamic bin_attribute structures
Commit 6992f5334995af474c2b58d010d08bc597f0f2fe introduced this requirement. Found with coccinelle, but fixed manually. Compile tested on X86 where possible. Signed-off-by: Wolfram Sang <w.sang(a)pengutronix.de> Cc: Ralf Baechle <ralf(a)linux-mips.org> Cc: Eric W. Biederman <ebiederm(a)xmission.com> --- arch/mips/t... 12 Mar 2010 02:50