Linus Torvalds
|
d895cb1af1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Al Viro
|
3dadecce20
switch vfs_getattr() to struct path
|
12 years ago |
Rusty Russell
|
a3535c7e4f
module: clean up load_module a little more.
|
12 years ago |
Rusty Russell
|
373d4d0997
taint: add explicit flag to show whether lock dep is still OK.
|
12 years ago |
Rusty Russell
|
64748a2c90
module: printk message when module signature fail taints kernel.
|
12 years ago |
Linus Torvalds
|
ee61abb322
module: fix missing module_mutex unlock
|
12 years ago |
Linus Torvalds
|
226364766f
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
|
12 years ago |
Tejun Heo
|
774a1221e8
module, async: async_synchronize_full() on module init iff async is used
|
12 years ago |
Rusty Russell
|
1fb9341ac3
module: put modules in list much earlier.
|
12 years ago |
Rusty Russell
|
0d21b0e347
module: add new state MODULE_STATE_UNFORMED.
|
12 years ago |
Sasha Levin
|
52441fa8f2
module: prevent warning when finit_module a 0 sized file
|
12 years ago |
Linus Torvalds
|
7a684c452e
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
|
12 years ago |
Tao Ma
|
8ec7d50f1e
kernel: remove reference to feature-removal-schedule.txt
|
12 years ago |
Rusty Russell
|
82fab442f5
modules: don't hand 0 to vmalloc.
|
12 years ago |
Satoru Takeuchi
|
54523ec71f
module: Remove a extra null character at the top of module->strtab.
|
12 years ago |
Kees Cook
|
2e72d51b4a
security: introduce kernel_module_from_file hook
|
12 years ago |
Rusty Russell
|
2f3238aebe
module: add flags arg to sys_finit_module()
|
12 years ago |
Kees Cook
|
34e1169d99
module: add syscall to load module from fd
|
12 years ago |
Rusty Russell
|
59ef28b1f1
module: fix out-by-one error in kallsyms
|
12 years ago |
David Howells
|
caabe24057
MODSIGN: Move the magic string to the end of a module and eliminate the search
|
12 years ago |
David Howells
|
1d0059f3a4
MODSIGN: Add FIPS policy
|
12 years ago |
Rusty Russell
|
106a4ee258
module: signature checking hook
|
12 years ago |
Rusty Russell
|
9bb9c3be56
module: wait when loading a module which is currently initializing.
|
12 years ago |
Rusty Russell
|
6f13909f4f
module: fix symbol waiting when module fails before init
|
12 years ago |
David Howells
|
786d35d45c
Make most arch asm/module.h files use asm-generic/module.h
|
12 years ago |
Matthew Garrett
|
c99af3752b
module: taint kernel when lve module is loaded
|
13 years ago |
David Howells
|
ef26a5a6ea
Guard check in module loader against integer overflow
|
13 years ago |
Jim Cromie
|
b48420c1d3
dynamic_debug: make dynamic-debug work for module initialization
|
13 years ago |
Sasha Levin
|
f946eeb931
module: Remove module size limit
|
13 years ago |
Steven Rostedt
|
d53799be67
module: move __module_get and try_module_get() out of line.
|
13 years ago |