[LTP] [PATCH v2 0/5] Add .skip_in_secureboot flag
Petr Vorel
pvorel@suse.cz
Fri Jul 21 11:15:10 CEST 2023
Changes v1->v2:
* Fix check for CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT (Martin)
* New commit to print lockdown state in tst_lockdown_enabled (Martin)
* Simplify TCONF message (result of previous, Martin)
* Merge comments (Martin)
Petr Vorel (5):
tst_lockdown: Check other lockdown configuration
tst_lockdown_enabled: Print lockdown state
lib: Add .skip_in_secureboot flag
{delete,finit,init}_module0[1-3]: Skip on SecureBoot
doc/c-api: Document .skip_in_* flags
doc/c-test-api.txt | 6 ++++++
doc/test-writing-guidelines.txt | 1 +
include/tst_test.h | 4 ++++
lib/tst_lockdown.c | 15 +++++++++------
lib/tst_test.c | 3 +++
.../syscalls/delete_module/delete_module01.c | 3 ++-
.../syscalls/delete_module/delete_module03.c | 3 ++-
.../kernel/syscalls/finit_module/finit_module01.c | 3 ++-
.../kernel/syscalls/finit_module/finit_module02.c | 8 +++++---
.../kernel/syscalls/init_module/init_module01.c | 3 ++-
.../kernel/syscalls/init_module/init_module02.c | 7 ++++---
11 files changed, 40 insertions(+), 16 deletions(-)
--
2.40.1
More information about the ltp
mailing list