[GIT] proc update for 2.6.29-rc1

From: Alexey Dobriyan
Date: Mon Jan 05 2009 - 18:10:29 EST


Linus, please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc.git proc-linus
to
a) get BKL removed from proc internals completely (except when near ->ioctl
callback), and
b) /proc/*/stack which is /proc/*/wchan done right, and
c) several trivial cleanups

Documentation/filesystems/proc.txt | 1 +
arch/mips/kernel/stacktrace.c | 24 +++-
fs/proc/base.c | 231 ++++++++++++++++++++----------------
fs/proc/generic.c | 8 +-
fs/proc/inode.c | 3 -
fs/proc/proc_net.c | 2 +-
fs/proc/root.c | 8 +-
7 files changed, 153 insertions(+), 124 deletions(-)

Alexey Dobriyan (3):
proc: stop using BKL
proc: remove useless WARN_ONs
proc: remove '##' usage

Hannes Eder (1):
proc: fix sparse warning

Ken Chen (1):
proc: add /proc/*/stack

WANG Cong (1):
proc: remove write-only variable in proc_pident_lookup()
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/