search for: elf_format

Displaying 2 results from an estimated 2 matches for "elf_format".

2007 Apr 18
1
[RFC, PATCH 19/24] i386 Vmi mmu changes
...==================================== --- linux-2.6.16-rc5.orig/fs/binfmt_elf.c 2006-03-10 12:55:05.000000000 -0800 +++ linux-2.6.16-rc5/fs/binfmt_elf.c 2006-03-10 13:03:39.000000000 -0800 @@ -951,6 +951,7 @@ static int load_elf_binary(struct linux_ sys_close(elf_exec_fileno); set_binfmt(&elf_format); + arch_flush_predirty(); #ifdef ARCH_HAS_SETUP_ADDITIONAL_PAGES retval = arch_setup_additional_pages(bprm, executable_stack); Index: linux-2.6.16-rc5/include/asm-i386/pgalloc.h =================================================================== --- linux-2.6.16-rc5.orig/include/asm-i386/pgal...
2007 Apr 18
1
[RFC, PATCH 19/24] i386 Vmi mmu changes
...==================================== --- linux-2.6.16-rc5.orig/fs/binfmt_elf.c 2006-03-10 12:55:05.000000000 -0800 +++ linux-2.6.16-rc5/fs/binfmt_elf.c 2006-03-10 13:03:39.000000000 -0800 @@ -951,6 +951,7 @@ static int load_elf_binary(struct linux_ sys_close(elf_exec_fileno); set_binfmt(&elf_format); + arch_flush_predirty(); #ifdef ARCH_HAS_SETUP_ADDITIONAL_PAGES retval = arch_setup_additional_pages(bprm, executable_stack); Index: linux-2.6.16-rc5/include/asm-i386/pgalloc.h =================================================================== --- linux-2.6.16-rc5.orig/include/asm-i386/pgal...