Re: [PATCH v2 4/6] static_call: Move static call selftest to static_call_selftest.c

2022-09-26 Thread Christophe Leroy
Le 26/09/2022 à 08:43, Benjamin Gray a écrit : > These tests are out-of-line only, so moving them to the > their own file allows them to be run when an arch does > not implement inline static calls. > > Signed-off-by: Benjamin Gray I think you got a Reviewed-by from previous series. > --- >

[PATCH v2 4/6] static_call: Move static call selftest to static_call_selftest.c

2022-09-25 Thread Benjamin Gray
These tests are out-of-line only, so moving them to the their own file allows them to be run when an arch does not implement inline static calls. Signed-off-by: Benjamin Gray --- kernel/Makefile | 1 + kernel/static_call_inline.c | 43 --- kernel/