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

2022-09-19 Thread Andrew Donnellan
On Fri, 2022-09-16 at 16:23 +1000, Benjamin Gray wrote: > 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 This looks very sensible. Reviewed-by: Andrew Donnella

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

2022-09-15 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/