search for: module_proc_famili

Displaying 4 results from an estimated 4 matches for "module_proc_famili".

Did you mean: module_proc_family
2007 Apr 18
0
[RFC, PATCH 20/24] i386 Vmi module fixups
Add a sub-arch specifier to the module identification string to avoid cross loading modules from different subarch compiles. XXX FIXME. Module loading is broken in paravirtualized VMI kernels, since there is no annotation fixup applied to modules. Signed-off-by: Zachary Amsden <zach@vmware.com> Index: linux-2.6.16-rc3/include/asm-i386/module.h
2007 Apr 18
0
[RFC, PATCH 20/24] i386 Vmi module fixups
Add a sub-arch specifier to the module identification string to avoid cross loading modules from different subarch compiles. XXX FIXME. Module loading is broken in paravirtualized VMI kernels, since there is no annotation fixup applied to modules. Signed-off-by: Zachary Amsden <zach@vmware.com> Index: linux-2.6.16-rc3/include/asm-i386/module.h
2017 Oct 04
28
x86: PIE support and option to extend KASLR randomization
These patches make the changes necessary to build the kernel as Position Independent Executable (PIE) on x86_64. A PIE kernel can be relocated below the top 2G of the virtual address space. It allows to optionally extend the KASLR randomization range from 1G to 3G. Thanks a lot to Ard Biesheuvel & Kees Cook on their feedback on compiler changes, PIE support and KASLR in general. Thanks to
2017 Oct 04
28
x86: PIE support and option to extend KASLR randomization
These patches make the changes necessary to build the kernel as Position Independent Executable (PIE) on x86_64. A PIE kernel can be relocated below the top 2G of the virtual address space. It allows to optionally extend the KASLR randomization range from 1G to 3G. Thanks a lot to Ard Biesheuvel & Kees Cook on their feedback on compiler changes, PIE support and KASLR in general. Thanks to