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

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

                 reply	other threads:[~2008-07-22  9:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200807221928.06660.rusty@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=johannes@sipsolutions.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=richard@rsk.demon.co.uk \
    --cc=torvalds@linux-foundation.org \
    --cc=vda.linux@googlemail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.