[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200909250035.12395.rusty@rustcorp.com.au>
Date: Fri, 25 Sep 2009 00:35:11 +0930
From: Rusty Russell <rusty@...tcorp.com.au>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Jan Beulich <JBeulich@...ell.com>,
Johannes Berg <johannes@...solutions.net>,
Peter Oberparleiter <oberpar@...ux.vnet.ibm.com>
Subject: [PULL] module and parameter updates
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(-)
--
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