[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201101241437.51173.rusty@rustcorp.com.au>
Date: Mon, 24 Jan 2011 14:37:50 +1030
From: Rusty Russell <rusty@...tcorp.com.au>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [PULL] module and param
The following changes since commit 1bae4ce27c9c90344f23c65ea6966c50ffeae2f5:
Linux 2.6.38-rc2 (2011-01-21 19:01:34 -0800)
are available in the git repository at:
ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master
Dmitry Torokhov (1):
module: show version information for built-in modules in sysfs
Linus Walleij (1):
param: add null statement to compiled-in module params
Rusty Russell (2):
module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=n
module: fix missing semicolons in MODULE macro usage
drivers/net/arm/ks8695net.c | 2 +-
include/asm-generic/vmlinux.lds.h | 7 ++++
include/linux/module.h | 27 +++++++++++++++
include/linux/moduleparam.h | 6 ++-
kernel/params.c | 65 ++++++++++++++++++++++++++++++------
net/dsa/dsa.c | 2 +-
6 files changed, 94 insertions(+), 15 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists