mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Linker script cleanup patches for x86
@ 2009-09-16 20:44 Tim Abbott
  2009-09-16 20:44 ` [PATCH v3 1/5] x86: fix fragile computation of vsyscall address Tim Abbott
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Tim Abbott @ 2009-09-16 20:44 UTC (permalink / raw)
  To: x86
  Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, linux-kernel,
	Sam Ravnborg, Tim Abbott

This is an updated version of the patch series I sent on September 8
cleaning up the x86 architecture's linker scripts.  The only change is
that it is rebased on top of Linus's current master.

This cross-architecture linker script cleanup project is in
preparation for adding support for building the kernel with
-ffunction-sections -fdata-sections, which is a prerequisite for
Ksplice.

	-Tim Abbott

Anders Kaseorg (1):
  x86: fix fragile computation of vsyscall address

Tim Abbott (4):
  x86: convert compressed loader to use __HEAD and HEAD_TEXT macros.
  x86: convert to use __HEAD and HEAD_TEXT macros.
  x86: Use section .data.page_aligned for the idt_table.
  x86: Cleanup linker script using new linker script macros.

 arch/x86/boot/compressed/head_32.S     |    3 +-
 arch/x86/boot/compressed/head_64.S     |    3 +-
 arch/x86/boot/compressed/vmlinux.lds.S |    6 ++-
 arch/x86/kernel/head_32.S              |    2 +-
 arch/x86/kernel/head_64.S              |    2 +-
 arch/x86/kernel/traps.c                |    6 +--
 arch/x86/kernel/vmlinux.lds.S          |   79 +++++--------------------------
 7 files changed, 25 insertions(+), 76 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-09-17 15:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-16 20:44 [PATCH v3 0/5] Linker script cleanup patches for x86 Tim Abbott
2009-09-16 20:44 ` [PATCH v3 1/5] x86: fix fragile computation of vsyscall address Tim Abbott
2009-09-17 15:22   ` Cyrill Gorcunov
2009-09-16 20:44 ` [PATCH v3 2/5] x86: convert compressed loader to use __HEAD and HEAD_TEXT macros Tim Abbott
2009-09-16 20:44 ` [PATCH v3 3/5] x86: convert " Tim Abbott
2009-09-16 20:44 ` [PATCH v3 4/5] x86: Use section .data.page_aligned for the idt_table Tim Abbott
2009-09-16 20:44 ` [PATCH v3 5/5] x86: Cleanup linker script using new linker script macros Tim Abbott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®