Re: [PATCH] powerpc/irq: Mark check_return_regs_valid() notrace

2023-04-26 Thread Michael Ellerman
On Thu, 06 Apr 2023 22:21:18 +1000, Michael Ellerman wrote: > check_return_regs_valid() is called from the middle of the irq exit > handling, which is all notrace, so mark it notrace also. > > Applied to powerpc/next. [1/1] powerpc/irq: Mark check_return_regs_valid() notrace

[PATCH] powerpc/irq: Mark check_return_regs_valid() notrace

2023-04-06 Thread Michael Ellerman
check_return_regs_valid() is called from the middle of the irq exit handling, which is all notrace, so mark it notrace also. Rerported-by: Sachin Sant Signed-off-by: Michael Ellerman --- arch/powerpc/kernel/interrupt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git