Re: [PATCH v3 0/2 RESEND] update kselftest framework to check for required configs

2025-02-27 Thread Shuah Khan
On 2/26/25 22:29, Siddharth Menon wrote: Currently, kselftests does not have a generalised mechanism to skip compilation and run tests when required kernel configuration options are disabled. Skipping compile by default is not what we want to do. Tests are supposed to compile and run even when

[PATCH v3 0/2 RESEND] update kselftest framework to check for required configs

2025-02-26 Thread Siddharth Menon
Currently, kselftests does not have a generalised mechanism to skip compilation and run tests when required kernel configuration options are disabled. This patch series adresses this issue by checking whether all required configs from selftest//config are enabled in the current kernel Siddharth M