All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Buildtime exception table sorting for relative entries.
@ 2012-04-24 18:23 David Daney
  2012-04-24 18:23 ` [PATCH 1/2] scripts/sortextable: Handle relative entries, and other cleanups David Daney
  2012-04-24 18:23 ` [PATCH 2/2] Revert "x86, extable: Disable presorted exception table for now" David Daney
  0 siblings, 2 replies; 5+ messages in thread
From: David Daney @ 2012-04-24 18:23 UTC (permalink / raw)
  To: Ralf Baechle, Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86,
	Linus Torvalds, Michal Marek
  Cc: linux-kernel, linux-mips, Andrew Morton, David Daney

From: David Daney <ddaney@caviumnetworks.com>

These are against HPA's x86/extable branch in the tip repo.

Light testing indicates that it works for x86_64, and MIPS64.  x86_32
looks good, but I didn't try to boot the resulting kernel.  But really,
what could go wrong with something so simple?

David Daney (2):
  scripts/sortextable: Handle relative entries, and other cleanups.
  Revert "x86, extable: Disable presorted exception table for now"

 arch/x86/Kconfig      |    1 +
 scripts/Makefile      |    2 +
 scripts/sortextable.c |  171 ++++++++++++++++++++++++++++++++-----------------
 scripts/sortextable.h |   79 +++++++++++++++--------
 4 files changed, 165 insertions(+), 88 deletions(-)

-- 
1.7.7.6

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

end of thread, other threads:[~2012-04-24 21:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-24 18:23 [PATCH 0/2] Buildtime exception table sorting for relative entries David Daney
2012-04-24 18:23 ` [PATCH 1/2] scripts/sortextable: Handle relative entries, and other cleanups David Daney
2012-04-24 21:18   ` [tip:x86/extable] " tip-bot for David Daney
2012-04-24 18:23 ` [PATCH 2/2] Revert "x86, extable: Disable presorted exception table for now" David Daney
2012-04-24 21:19   ` [tip:x86/extable] " tip-bot for David Daney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.