[PULL] module and parameter

From: Rusty Russell
Date: Fri Jun 12 2009 - 08:36:15 EST


The following changes since commit 8ebf975608aaebd7feb33d77f07ba21a6380e086:
Randy Dunlap (1):
block: fix kernel-doc in recent block/ changes

are available in the git repository at:

ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-param.git master

Amerigo Wang (4):
x86 module: merge the same functions in module_32.c and module_64.c
x86 module: merge the rest functions with macros
uml module: fix uml build process due to this merge
module: merge module_alloc() finally

Rusty Russell (8):
cyber2000fb.c: use proper method for stopping unload if CONFIG_ARCH_SHARK
module_param: invbool should take a 'bool', not an 'int'
module_param: split perm field into flags and perm
module_param: add __same_type convenience wrapper for __builtin_types_compatible_p
module_param: allow 'bool' module_params to be bool, not just int.
uvesafb: improve parameter handling.
module: trim exception table on init free.
module: cleanup FIXME comments about trimming exception table entries.

arch/alpha/mm/extable.c | 21 ++++
arch/avr32/kernel/module.c | 2 -
arch/cris/kernel/module.c | 2 -
arch/frv/kernel/module.c | 2 -
arch/h8300/kernel/module.c | 2 -
arch/ia64/mm/extable.c | 26 +++++
arch/m32r/kernel/module.c | 2 -
arch/m68k/kernel/module.c | 2 -
arch/m68knommu/kernel/module.c | 2 -
arch/mips/kernel/module.c | 2 -
arch/mn10300/kernel/module.c | 2 -
arch/parisc/kernel/module.c | 2 -
arch/powerpc/kernel/module.c | 2 -
arch/s390/kernel/module.c | 2 -
arch/sh/kernel/module.c | 2 -
arch/sparc/include/asm/uaccess_32.h | 3 +
arch/sparc/kernel/module.c | 2 -
arch/sparc/mm/extable.c | 29 ++++++
arch/um/include/asm/pgtable.h | 7 +-
arch/um/sys-i386/Makefile | 2 +-
arch/um/sys-x86_64/Makefile | 4 +-
arch/um/sys-x86_64/um_module.c | 21 ----
arch/x86/include/asm/pgtable_32_types.h | 4 +
arch/x86/kernel/Makefile | 2 +-
arch/x86/kernel/{module_64.c => module.c} | 82 +++++++++++++---
arch/x86/kernel/module_32.c | 152 -----------------------------
arch/xtensa/kernel/module.c | 2 -
drivers/video/aty/aty128fb.c | 2 +-
drivers/video/cyber2000fb.c | 9 +-
drivers/video/uvesafb.c | 10 +-
include/linux/compiler.h | 5 +
include/linux/module.h | 1 +
include/linux/moduleparam.h | 40 ++++++--
kernel/module.c | 1 +
kernel/params.c | 46 ++++++---
lib/extable.c | 21 ++++-
36 files changed, 256 insertions(+), 262 deletions(-)
delete mode 100644 arch/um/sys-x86_64/um_module.c
rename arch/x86/kernel/{module_64.c => module.c} (74%)
delete mode 100644 arch/x86/kernel/module_32.c

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/