Linus Torvalds
|
644473e9c6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
13 vuotta sitten |
Eric W. Biederman
|
ebc887b278
userns: Convert binary formats to use kuid/kgid where appropriate
|
13 vuotta sitten |
Linus Torvalds
|
6be5ceb02e
VM: add "vm_mmap()" helper function
|
13 vuotta sitten |
David Howells
|
96f951edb1
Add #includes needed to permit the removal of asm/system.h
|
13 vuotta sitten |
Al Viro
|
19e5109fef
take removal of PF_FORKNOEXEC to flush_old_exec()
|
13 vuotta sitten |
Al Viro
|
8fc3dc5a3a
__register_binfmt() made void
|
13 vuotta sitten |
Al Viro
|
1b5d783c94
consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling
|
14 vuotta sitten |
Davidlohr Bueso
|
bcb65a797e
FDPIC: Fix memory leak
|
14 vuotta sitten |
Takuya Yoshikawa
|
e30c7c3b30
binfmt_elf_fdpic: Fix clear_user() error handling
|
15 vuotta sitten |
Christoph Egger
|
16a5b3c414
Remove redundant check for CONFIG_MMU
|
15 vuotta sitten |
David Howells
|
47568d4c56
FDPIC: For-loop in elf_core_vma_data_size() is incorrect
|
15 vuotta sitten |
Jiri Kosina
|
318ae2edc3
Merge branch 'for-next' into for-linus
|
15 vuotta sitten |
Masami Hiramatsu
|
30736a4d43
coredump: pass mm->flags as a coredump parameter for consistency
|
15 vuotta sitten |
Daisuke HATAYAMA
|
8d9032bbe4
elf coredump: add extended numbering support
|
15 vuotta sitten |
Daisuke HATAYAMA
|
93eb211e6c
elf coredump: make offset calculation process and writing process explicit
|
15 vuotta sitten |
Daisuke HATAYAMA
|
1fcccbac89
elf coredump: replace ELF_CORE_EXTRA_* macros by functions
|
15 vuotta sitten |
Daisuke HATAYAMA
|
088e7af73a
coredump: move dump_write() and dump_seek() into a header file
|
15 vuotta sitten |
Daisuke HATAYAMA
|
05f47fda9f
coredump: unify dump_seek() implementations for each binfmt_*.c
|
15 vuotta sitten |
Daniel Mack
|
3ad2f3fbb9
tree-wide: Assorted spelling fixes
|
15 vuotta sitten |
Linus Torvalds
|
221af7f87b
Split 'flush_old_exec' into two functions
|
15 vuotta sitten |
Mike Frysinger
|
04e4f2b18c
FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stack
|
15 vuotta sitten |
Daisuke HATAYAMA
|
2f48912d14
binfmt_elf_fdpic: Fix build breakage introduced by coredump changes.
|
15 vuotta sitten |
Masami Hiramatsu
|
f6151dfea2
mm: introduce coredump parameter structure
|
15 vuotta sitten |
Christoph Hellwig
|
698ba7b5a3
elf: kill USE_ELF_CORE_DUMP
|
15 vuotta sitten |
Jie Zhang
|
ea63763959
nommu: fix malloc performance by adding uninitialized flag
|
15 vuotta sitten |
David Howells
|
8e8b63a68c
fdpic: ignore the loader's PT_GNU_STACK when calculating the stack size
|
15 vuotta sitten |
Hugh Dickins
|
f3e8fccd06
mm: add get_dump_page
|
15 vuotta sitten |
Oleg Nesterov
|
3b34fc5880
elf_core_dump: use rcu_read_lock() to access ->real_parent
|
16 vuotta sitten |
Oleg Nesterov
|
0ae05fb254
ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.c
|
16 vuotta sitten |
Mike Frysinger
|
ab4ad55512
bin_elf_fdpic: check the return value of clear_user
|
16 vuotta sitten |