[PATCH 0/1] selftests: livepatch: add test cases of stack_order sysfs

2024-10-11 Thread Wardenjohn
This patch add self test cases to 'stack_order' sysfs interface. I found some existing test modules dont set '.replace=true', which can be used in 'stack_order' test. So, use the existing module for selftests. Regards. Wardenjohn.

[PATCH 0/1] selftests: livepatch: add test cases of stack_order sysfs

2024-10-08 Thread Wardenjohn
This patch add self test cases to 'stack_order' sysfs interface. Reuse test module of 'test_klp_livepatch'. However, some module in test_module have '.replace' enable. So, I set the replace value of the stack_order test module to false. Regards. Wardenjohn.