| 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> |
|---|---|
| Subject: | [PATCH 0/2] Buildtime exception table sorting for relative entries. |
| From: | David Daney <ddaney.cavm@gmail.com> |
| Date: | Tue, 24 Apr 2012 11:23:13 -0700 |
| Cc: | linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, Andrew Morton <akpm@linux-foundation.org>, David Daney <ddaney@caviumnetworks.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=37zCbDTkTa5VZiCKIjbxe1x3Ix8wE2USZkoCg3l6zqE=; b=WUocSy4jq1zguejeY6+Uxaaezz0RJ8vCEtXSLKvInFMzCU6KvUr61OlpFGnS6eth8b oz04Jhds0mXWZ5XURzIzwD/mdJt2bFNfe+65kcdx55JR+9UKyLyJ6umEs1Xt35q9ecXI WkxEhEnIhqQZhrRZ2Q21cLFzPoEsGhNfVovRJtOSMrqJuEzS/5mgarMh/MJQbBcx1md4 GVRPnAzhv/AHzQhoawk43C3Tr0qvk8G8QeCRo4KPcCvdC/6/52g8xJNQ94cZBmP5uTTm iWPaxnLHI801F6tiaS3mZyCTny9pZGKawpOL2gGfs+aLWJ8qf8e4S6+GidrYptFFGfUG bhQg== |
| Sender: | linux-mips-bounce@linux-mips.org |
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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/2] Revert "x86, extable: Disable presorted exception table for now", David Daney |
|---|---|
| Next by Date: | [PATCH 1/2] scripts/sortextable: Handle relative entries, and other cleanups., David Daney |
| Previous by Thread: | [PATCH] scripts: Make sortextable handle relocations., David Daney |
| Next by Thread: | [PATCH 2/2] Revert "x86, extable: Disable presorted exception table for now", David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |