[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20101224143058.GA11419@htj.dyndns.org>
Date: Fri, 24 Dec 2010 15:30:58 +0100
From: Tejun Heo <tj@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: lkml <linux-kernel@...r.kernel.org>,
Yong Zhang <yong.zhang0@...il.com>
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists