All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] module and kmod patches
@ 2008-07-22  9:28 Rusty Russell
  0 siblings, 0 replies; only message in thread
From: Rusty Russell @ 2008-07-22  9:28 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Johannes Berg, Richard Kennedy, Denys Vlasenko

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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-22  9:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-22  9:28 [PULL] module and kmod patches Rusty Russell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.