Re: [PATCH 05/50] ppc/xive2: fix context push calculation of IPB priority

2025-05-15 Thread Miles Glenn
Reviewed-by: Glenn Miles On Mon, 2025-05-12 at 13:10 +1000, Nicholas Piggin wrote: > Pushing a context and loading IPB from NVP is defined to merge ('or') > that IPB into the TIMA IPB register. PIPR should therefore be calculated > based on the final IPB value, not just the NVP value. > > Fixes:

Re: [PATCH 05/50] ppc/xive2: fix context push calculation of IPB priority

2025-05-14 Thread Mike Kowal
On 5/11/2025 10:10 PM, Nicholas Piggin wrote: Pushing a context and loading IPB from NVP is defined to merge ('or') that IPB into the TIMA IPB register. PIPR should therefore be calculated based on the final IPB value, not just the NVP value. Reviewed-by: Michael Kowal Thanks MAK Fixes: 9d2

Re: [PATCH 05/50] ppc/xive2: fix context push calculation of IPB priority

2025-05-14 Thread Caleb Schlossin
Looks good. Reviewed-by: Caleb Schlossin On 5/11/25 10:10 PM, Nicholas Piggin wrote: > Pushing a context and loading IPB from NVP is defined to merge ('or') > that IPB into the TIMA IPB register. PIPR should therefore be calculated > based on the final IPB value, not just the NVP value. > > Fix

[PATCH 05/50] ppc/xive2: fix context push calculation of IPB priority

2025-05-11 Thread Nicholas Piggin
Pushing a context and loading IPB from NVP is defined to merge ('or') that IPB into the TIMA IPB register. PIPR should therefore be calculated based on the final IPB value, not just the NVP value. Fixes: 9d2b6058c5b ("ppc/xive2: Add grouping level to notification") Signed-off-by: Nicholas Piggin