Message ID | 1548946743-38979-1-git-send-email-julien.thierry@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: provide pseudo NMI with GICv3 | expand |
Hi Julien, On Thu, Jan 31, 2019 at 02:58:38PM +0000, Julien Thierry wrote: > This series is a continuation of the work started by Daniel [1]. The goal > is to use GICv3 interrupt priorities to simulate an NMI. > > The patches depend on the core API for NMIs patches [2]. Both series can > be found on this branch: > git clone http://linux-arm.org/linux-jt.git -b v5.0-pseudo-nmi I queued these patches in the arm64 for-next/core, on top of Marc's generic-nmi branch: git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms irq/generic-nmi I'll push the changes out later today, once my tests finished. Thanks for pushing this series through.
On Wed, Feb 06, 2019 at 10:27:07AM +0000, Catalin Marinas wrote: > Hi Julien, > > On Thu, Jan 31, 2019 at 02:58:38PM +0000, Julien Thierry wrote: > > This series is a continuation of the work started by Daniel [1]. The goal > > is to use GICv3 interrupt priorities to simulate an NMI. > > > > The patches depend on the core API for NMIs patches [2]. Both series can > > be found on this branch: > > git clone http://linux-arm.org/linux-jt.git -b v5.0-pseudo-nmi > > I queued these patches in the arm64 for-next/core, on top of Marc's > generic-nmi branch: > > git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms irq/generic-nmi > > I'll push the changes out later today, once my tests finished. > > Thanks for pushing this series through. Absolutely! Very excited to see you carry it so far. Daniel.