All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Daney <ddaney.cavm@gmail.com>
To: Ralf Baechle <ralf@linux-mips.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
	x86@kernel.org, Linus Torvalds <torvalds@linux-foundation.org>,
	Michal Marek <mmarek@suse.cz>
Cc: linux-kernel@vger.kernel.org, linux-mips@linux-mips.org,
	Andrew Morton <akpm@linux-foundation.org>,
	David Daney <ddaney@caviumnetworks.com>
Subject: [PATCH 0/2] Buildtime exception table sorting for relative entries.
Date: Tue, 24 Apr 2012 11:23:13 -0700	[thread overview]
Message-ID: <1335291795-26693-1-git-send-email-ddaney.cavm@gmail.com> (raw)

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

             reply	other threads:[~2012-04-24 18:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-24 18:23 David Daney [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1335291795-26693-1-git-send-email-ddaney.cavm@gmail.com \
    --to=ddaney.cavm@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=ddaney@caviumnetworks.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=mingo@redhat.com \
    --cc=mmarek@suse.cz \
    --cc=ralf@linux-mips.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.