linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix NMI backtrace for Inforce IFC6410
@ 2015-12-16 17:08 Daniel Thompson
  2015-12-16 17:08 ` [PATCH 1/2] arm: Fix "NMI" " Daniel Thompson
  2015-12-16 17:08 ` [PATCH 2/2] irqchip/gic: Identify and report any reserved SGI IDs Daniel Thompson
  0 siblings, 2 replies; 8+ messages in thread
From: Daniel Thompson @ 2015-12-16 17:08 UTC (permalink / raw)
  To: Russell King
  Cc: Daniel Thompson, Marc Zyngier, Thomas Gleixner, Jason Cooper,
	linux-arm-kernel, linux-kernel, patches, linaro-kernel

After spotting some problems with the SysRq-L on Inforce IFC6410 I ran
some tests (see patch 2) and concluded that certain SGI IDs cannot be
used by Linux on these platforms because they have been reserved for use
by the secure world.

This patchset includes both a patch to resolve the problem on Inforce
IFC6410 and a patch to detect and report reserved SGI IDs during boot.
The patch (deliberately) keeps quiet on platforms where the kernel's
world is not subject to any restrictions.


Daniel Thompson (2):
  arm: Fix "NMI" backtrace for Inforce IFC6410
  irqchip/gic: Identify and report any reserved SGI IDs

 arch/arm/kernel/smp.c     |  3 ++-
 drivers/irqchip/irq-gic.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+), 1 deletion(-)

--
2.5.0


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

end of thread, other threads:[~2015-12-18 11:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-16 17:08 [PATCH 0/2] Fix NMI backtrace for Inforce IFC6410 Daniel Thompson
2015-12-16 17:08 ` [PATCH 1/2] arm: Fix "NMI" " Daniel Thompson
2015-12-18  8:58   ` Marc Zyngier
2015-12-16 17:08 ` [PATCH 2/2] irqchip/gic: Identify and report any reserved SGI IDs Daniel Thompson
2015-12-16 17:47   ` Marc Zyngier
2015-12-17 19:26     ` Daniel Thompson
2015-12-18  7:39       ` Marc Zyngier
2015-12-18 11:29         ` Daniel Thompson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).