Re: [PATCH v3 05/32] selftests: harness: Remove inline qualifier for wrappers

2025-04-18 Thread Muhammad Usama Anjum
On 4/11/25 2:00 PM, Thomas Weißschuh wrote: > The pointers to the wrappers are stored in function pointers, > preventing them from actually being inlined. > Remove the inline qualifier, aligning these wrappers with the other > functions defined through macros. > > Signed-off-by: Thomas Weißschuh

[PATCH v3 05/32] selftests: harness: Remove inline qualifier for wrappers

2025-04-11 Thread Thomas Weißschuh
The pointers to the wrappers are stored in function pointers, preventing them from actually being inlined. Remove the inline qualifier, aligning these wrappers with the other functions defined through macros. Signed-off-by: Thomas Weißschuh --- tools/testing/selftests/kselftest_harness.h | 4 ++-