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

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
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 message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PULL] percpu: fixes for v2.6.37-rc7, Tejun Heo, (Fri Dec 24, 7:30 am)