[GIT PULL] percpu: fixes for v2.6.37-rc7

Previous thread: [PATCHSET RFC] ptrace,signal: clean transition between STOPPED and TRACED by Tejun Heo on Friday, December 24, 2010 - 7:00 am. (8 messages)

Next thread: [PATCH] CacheFiles: Add calls to path-based security hooks [ver #2] by David Howells on Friday, December 24, 2010 - 7:48 am. (1 message)
From: Tejun Heo
Date: Friday, December 24, 2010 - 7:30 am

Please pull from the following branch to receive percpu changes for
v2.6.37-rc7.

 git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git for-linus

It contains two commits.  One to make init_kthread_work[er]() lockdep
friendly and add _ONSTACK variants of DEFINE macros.  This removes
spurious lockdep warnings from ivtv.

The other one lowers the priority of the percpu allocation table
printout from KERN_INFO to KERN_DEBUG.  As percpu don't usually cause
boot failures these days, having access to the information post-boot
is good enough.

Thanks.

Tejun Heo (1):
	percpu: print out alloc information with KERN_DEBUG instead of KERN_INFO

Yong Zhang (1):
	kthread_work: make lockdep happy

 include/linux/kthread.h |   45 +++++++++++++++++++++++++++++++++++----------
 kernel/kthread.c        |   11 +++++++++++
 mm/percpu.c             |    2 +-
 3 files changed, 47 insertions(+), 11 deletions(-)

-- 
tejun
--

Previous thread: [PATCHSET RFC] ptrace,signal: clean transition between STOPPED and TRACED by Tejun Heo on Friday, December 24, 2010 - 7:00 am. (8 messages)

Next thread: [PATCH] CacheFiles: Add calls to path-based security hooks [ver #2] by David Howells on Friday, December 24, 2010 - 7:48 am. (1 message)