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, Jan Beulich <JBeulich@novell.com>,
	Johannes Berg <johannes@sipsolutions.net>,
	Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Subject: [PULL] module and parameter updates
Date: Fri, 25 Sep 2009 00:35:11 +0930	[thread overview]
Message-ID: <200909250035.12395.rusty@rustcorp.com.au> (raw)

The following changes since commit 94a8d5caba74211ec76dac80fc6e2d5c391530df:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../rusty/linux-2.6-for-linus

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master

Jan Beulich (2):
      module: reduce symbol table for loaded modules (v2)
      module: reduce string table for loaded modules (v2)

Johannes Berg (1):
      module: preferred way to use MODULE_AUTHOR

Peter Oberparleiter (1):
      param: allow whitespace as kernel parameter separator

Rusty Russell (2):
      module: fix memory leak when load fails after srcversion/version allocated
      module: don't call percpu_modfree on NULL pointer.

 include/linux/module.h |   17 ++++--
 kernel/module.c        |  159 +++++++++++++++++++++++++++++++++++++++++++++---
 kernel/params.c        |    7 +-
 3 files changed, 165 insertions(+), 18 deletions(-)

                 reply	other threads:[~2009-09-24 15:05 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=200909250035.12395.rusty@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=JBeulich@novell.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oberpar@linux.vnet.ibm.com \
    --cc=torvalds@linux-foundation.org \
    /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.