On Wed 2026-05-27 17:59:29, Qiang Ma wrote: > When executing the command > "make -C tools/testing/selftests TARGETS=livepatch run_tests", > the following error message was reported. > > TEST: livepatch interaction with ftrace_enabled sysctl ... not ok > ... > livepatch: sysctlo > : setting key "kernel.ftrace_enabled": Device or resource busy > livepatch: sysctl: setting key "kernel.ftrace_enabled": 设备或资源忙 > ... > ERROR: livepatch kselftest(s) failed > not ok 5 selftests: livepatch: test-ftrace.sh # exit=1 > > To fix it, set LC_ALL=C. > > Signed-off-by: Qiang Ma <[email protected]>
It looks good to me and I think that this is a rather standard thing to do. Acked-by: Petr Mladek <[email protected]> I am going to give it few more days for a potential feedback. I'll push it then unless anyone speak against. Best Regards, Petr

