search for: exitcall

Displaying 8 results from an estimated 8 matches for "exitcall".

2007 Apr 18
3
Section mismatch in parainstructions
...> --- scripts/mod/modpost.c | 1 + 1 file changed, 1 insertion(+) --- linux-2.6.19-git17.orig/scripts/mod/modpost.c +++ linux-2.6.19-git17/scripts/mod/modpost.c @@ -997,6 +997,7 @@ static int exit_section_ref_ok(const cha "__bug_table", /* used by powerpc for BUG() */ ".exitcall.exit", ".eh_frame", + ".parainstructions", ".stab", "__ex_table", ".fixup",
2007 Apr 18
3
Section mismatch in parainstructions
...> --- scripts/mod/modpost.c | 1 + 1 file changed, 1 insertion(+) --- linux-2.6.19-git17.orig/scripts/mod/modpost.c +++ linux-2.6.19-git17/scripts/mod/modpost.c @@ -997,6 +997,7 @@ static int exit_section_ref_ok(const cha "__bug_table", /* used by powerpc for BUG() */ ".exitcall.exit", ".eh_frame", + ".parainstructions", ".stab", "__ex_table", ".fixup",
2007 Apr 18
0
[RFC, PATCH 6/24] i386 Vmi magic fixes
...AT(ADDR(.vmi.annotation) - LOAD_OFFSET) { + __vmi_annotation = .; + *(.vmi.annotation) + __vmi_annotation_end = .; + } +#endif + /* writeable */ .data : AT(ADDR(.data) - LOAD_OFFSET) { /* Data */ *(.data) @@ -142,6 +158,7 @@ SECTIONS /* Sections to be discarded */ /DISCARD/ : { *(.exitcall.exit) + *(.vmi.native) } STABS_DEBUG Index: linux-2.6.16-rc3/include/asm-i386/vmlinux.lds.h =================================================================== --- linux-2.6.16-rc3.orig/include/asm-i386/vmlinux.lds.h 2006-02-24 13:49:20.000000000 -0800 +++ linux-2.6.16-rc3/include/asm-i386/v...
2007 Apr 18
0
[RFC, PATCH 6/24] i386 Vmi magic fixes
...AT(ADDR(.vmi.annotation) - LOAD_OFFSET) { + __vmi_annotation = .; + *(.vmi.annotation) + __vmi_annotation_end = .; + } +#endif + /* writeable */ .data : AT(ADDR(.data) - LOAD_OFFSET) { /* Data */ *(.data) @@ -142,6 +158,7 @@ SECTIONS /* Sections to be discarded */ /DISCARD/ : { *(.exitcall.exit) + *(.vmi.native) } STABS_DEBUG Index: linux-2.6.16-rc3/include/asm-i386/vmlinux.lds.h =================================================================== --- linux-2.6.16-rc3.orig/include/asm-i386/vmlinux.lds.h 2006-02-24 13:49:20.000000000 -0800 +++ linux-2.6.16-rc3/include/asm-i386/v...
2007 Jun 20
9
[PATCH 0/9] x86 boot protocol updates
[ This patch depends on the cross-architecture ELF cleanup patch. ] This series updates the boot protocol to 2.07 and uses it to implement paravirtual booting. This allows the bootloader to tell the kernel what kind of hardware/pseudo-hardware environment it's coming up under, and the kernel can use the appropriate boot sequence code. Specifically: - Update the boot protocol to 2.07, which
2007 Jun 20
9
[PATCH 0/9] x86 boot protocol updates
[ This patch depends on the cross-architecture ELF cleanup patch. ] This series updates the boot protocol to 2.07 and uses it to implement paravirtual booting. This allows the bootloader to tell the kernel what kind of hardware/pseudo-hardware environment it's coming up under, and the kernel can use the appropriate boot sequence code. Specifically: - Update the boot protocol to 2.07, which
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the fourth version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See