[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200807221928.06660.rusty@rustcorp.com.au>
Date: Tue, 22 Jul 2008 19:28:06 +1000
From: Rusty Russell <rusty@...tcorp.com.au>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
Johannes Berg <johannes@...solutions.net>,
Richard Kennedy <richard@....demon.co.uk>,
Denys Vlasenko <vda.linux@...glemail.com>
Subject: [PULL] module and kmod patches
The following changes since commit 93ded9b8fd42abe2c3607097963d8de6ad9117eb:
Linus Torvalds (1):
Merge git://git.kernel.org/.../gregkh/usb-2.6
are available in the git repository at:
ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master
Denys Vlasenko (2):
Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefs
module: turn longs into ints for module sizes
Johannes Berg (6):
make CONFIG_KMOD invisible
remove mention of CONFIG_KMOD from documentation
rework try_then_request_module to do less in non-modular kernels
remove CONFIG_KMOD from sparc64
remove CONFIG_KMOD from lib
remove CONFIG_KMOD from core kernel code
Richard Kennedy (1):
module: reorder struct module to save space on 64 bit builds
Rusty Russell (3):
module: don't use stop_machine for waiting rmmod
module: generic each_symbol iterator function
modules: Take a shortcut for checking if an address is in a module
Documentation/filesystems/bfs.txt | 10 +-
.../sound/alsa/DocBook/alsa-driver-api.tmpl | 2 +-
Documentation/telephony/ixj.txt | 13 +-
Documentation/video4linux/w9968cf.txt | 3 -
arch/blackfin/Kconfig | 4 +-
arch/sparc64/kernel/process.c | 6 +-
arch/sparc64/kernel/traps.c | 3 -
arch/xtensa/Kconfig | 4 +-
include/linux/kmod.h | 5 +-
include/linux/module.h | 50 ++--
init/Kconfig | 15 +-
kernel/exec_domain.c | 2 +-
kernel/kmod.c | 2 +-
kernel/module.c | 336 ++++++++++++--------
kernel/sysctl.c | 4 +-
lib/textsearch.c | 2 +-
16 files changed, 259 insertions(+), 202 deletions(-)
--
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