Re: [PATCH 0/6] assorted kuap fixes (try again)

2020-06-09 Thread Michael Ellerman
On Wed, 29 Apr 2020 16:56:48 +1000, Nicholas Piggin wrote: > Well the last series was a disaster, I'll try again sending the > patches with proper subject and changelogs written. > > Nicholas Piggin (6): > powerpc/64/kuap: move kuap checks out of MSR[RI]=0 regions of exit > code > powerpc/

Re: [PATCH 0/6] assorted kuap fixes

2020-05-13 Thread Michael Ellerman
On Wed, 29 Apr 2020 16:26:00 +1000, Nicholas Piggin wrote: > Here's a bunch of fixes I collected, and some that Aneesh needs for > his kuap on hash series. > > Nicholas Piggin (6): > powerpc/64/kuap: move kuap checks out of MSR[RI]=0 regions of exit > code > missing isync > powerpc/64/ku

[PATCH 0/6] assorted kuap fixes (try again)

2020-04-28 Thread Nicholas Piggin
Well the last series was a disaster, I'll try again sending the patches with proper subject and changelogs written. Nicholas Piggin (6): powerpc/64/kuap: move kuap checks out of MSR[RI]=0 regions of exit code powerpc/64s/kuap: kuap_restore missing isync powerpc/64/kuap: interrupt exit co

[PATCH 0/6] assorted kuap fixes

2020-04-28 Thread Nicholas Piggin
Here's a bunch of fixes I collected, and some that Aneesh needs for his kuap on hash series. Nicholas Piggin (6): powerpc/64/kuap: move kuap checks out of MSR[RI]=0 regions of exit code missing isync powerpc/64/kuap: interrupt exit kuap restore add missing isync, conditionally restor