Re: [PATCH v3 0/1] powerpc: Enable dynamic preemption

2025-01-20 Thread Shrikanth Hegde
On 1/6/25 10:49, Shrikanth Hegde wrote: Now that preempt=lazy patches[1] are in powerpc-next tree, sending out the patch to support dynamic preemption based on DYNAMIC_KEY. base: powerpc-next +ankur, sebastian; sorry for not cc'ing earlier. Once the arch supports static inline calls, it

[PATCH v3 0/1] powerpc: Enable dynamic preemption

2025-01-05 Thread Shrikanth Hegde
Now that preempt=lazy patches[1] are in powerpc-next tree, sending out the patch to support dynamic preemption based on DYNAMIC_KEY. base: powerpc-next Once the arch supports static inline calls, it would be needed to evaluate to see if that gives better performance. v2->v3: - fixed a build e