Messages in this thread |  | | | Date | Fri, 24 Dec 2010 15:30:58 +0100 | | From | Tejun Heo <> | | Subject | [GIT PULL] percpu: fixes for v2.6.37-rc7 |
| |
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
|  |