Re: [PATCH 1/2] powerpc: Apply __always_inline to interrupt_{enter,exit}_prepare()

2024-04-04 Thread Christophe Leroy
Le 04/04/2024 à 06:45, Rohan McLure a écrit : > In keeping with the advice given by Documentation/core-api/entry.rst, > entry and exit handlers for interrupts should not be instrumented. > Guarantee that the interrupt_{enter,exit}_prepare() routines are inlined > so that they will inheret

[PATCH 1/2] powerpc: Apply __always_inline to interrupt_{enter,exit}_prepare()

2024-04-03 Thread Rohan McLure
In keeping with the advice given by Documentation/core-api/entry.rst, entry and exit handlers for interrupts should not be instrumented. Guarantee that the interrupt_{enter,exit}_prepare() routines are inlined so that they will inheret instrumentation from their caller. KCSAN kernels were