LWN.net Logo

module and kmod patches

From:  Rusty Russell <rusty@rustcorp.com.au>
To:  Linus Torvalds <torvalds@linux-foundation.org>
Subject:  [PULL] module and kmod patches
Date:  Tue, 22 Jul 2008 19:28:06 +1000
Message-ID:  <200807221928.06660.rusty@rustcorp.com.au>
Cc:  linux-kernel@vger.kernel.org, Johannes Berg <johannes@sipsolutions.net>, Richard Kennedy <richard@rsk.demon.co.uk>, Denys Vlasenko <vda.linux@googlemail.com>

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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds