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, Greg KH <gregkh@suse.de>,
	Jon Masters <jonathan@jonmasters.org>,
	Denis Cheng <crquan@gmail.com>
Subject: [PULL] module patches
Date: Tue, 29 Jan 2008 17:16:12 +1100	[thread overview]
Message-ID: <200801291716.13149.rusty@rustcorp.com.au> (raw)

The following changes since commit 8561b089afbaed2651591e5a4574fdca451d82f2:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../wim/linux-2.6-watchdog

are available in the git repository at:

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

Denis Cheng (1):
      module: fix the module name length in param_sysfs_builtin

Greg Kroah-Hartman (1):
      Module: check to see if we have a built in module with the same name

Jon Masters (1):
      module: add module taint on ndiswrapper

Rusty Russell (5):
      module: Don't report discarded init pages as kernel text.
      module: wait for dependent modules doing init.
      module: Fix gratuitous sprintf in module.c
      module: better OOPS and lockdep coverage for loading modules
      module: make module_address_lookup safe

 include/linux/module.h |   22 ++++++----
 kernel/extable.c       |    3 +-
 kernel/kallsyms.c      |   11 ++---
 kernel/module.c        |  102 ++++++++++++++++++++++++++++++++----------------
 kernel/params.c        |    8 +--
 5 files changed, 90 insertions(+), 56 deletions(-)

                 reply	other threads:[~2008-01-29  6:16 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=200801291716.13149.rusty@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=crquan@gmail.com \
    --cc=gregkh@suse.de \
    --cc=jonathan@jonmasters.org \
    --cc=linux-kernel@vger.kernel.org \
    --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.