Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1293127 > unrolled thread

[PATCH 0/2] Fix NMI backtrace for Inforce IFC6410

Started byDaniel Thompson <daniel.thompson@linaro.org>
First post2015-12-16 18:10 +0100
Last post2015-12-16 18:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] Fix NMI backtrace for Inforce IFC6410 Daniel Thompson <daniel.thompson@linaro.org> - 2015-12-16 18:10 +0100

#1293127 — [PATCH 0/2] Fix NMI backtrace for Inforce IFC6410

FromDaniel Thompson <daniel.thompson@linaro.org>
Date2015-12-16 18:10 +0100
Subject[PATCH 0/2] Fix NMI backtrace for Inforce IFC6410
Message-ID<qGnKp-4Bl-3@gated-at.bofh.it>
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web