Re: [PATCH v6 00/24] arm64: provide pseudo NMI with GICv3

2018-11-13 Thread Julien Thierry
Hi, This series + the core NMI patches can be fetched from: git clone http://linux-arm.org/linux-jt.gitv4.20-pseudo-nmi Thanks, Julien On 12/11/18 11:56, Julien Thierry wrote: Hi, This series is a continuation of the work started by Daniel [1]. The goal is to use GICv3 interrupt priorit

Re: [PATCH v6 00/24] arm64: provide pseudo NMI with GICv3

2018-11-12 Thread Julien Thierry
Hi, I currently have an issue with my public repository, I'll try to post a branch to fetch this series from as soon as possible. Thanks, Julien On 12/11/18 11:56, Julien Thierry wrote: Hi, This series is a continuation of the work started by Daniel [1]. The goal is to use GICv3 interrupt

[PATCH v6 00/24] arm64: provide pseudo NMI with GICv3

2018-11-12 Thread Julien Thierry
Hi, 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]. To achieve this, set two priorities, one for standard interrupts and another, higher priority, for NMIs.