public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 0/5] Add .skip_in_secureboot flag
@ 2023-07-21  9:15 Petr Vorel
  2023-07-21  9:15 ` [LTP] [PATCH v2 1/5] tst_lockdown: Check other lockdown configuration Petr Vorel
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Petr Vorel @ 2023-07-21  9:15 UTC (permalink / raw)
  To: ltp

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


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-07-25 12:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-21  9:15 [LTP] [PATCH v2 0/5] Add .skip_in_secureboot flag Petr Vorel
2023-07-21  9:15 ` [LTP] [PATCH v2 1/5] tst_lockdown: Check other lockdown configuration Petr Vorel
2023-07-25 11:01   ` Martin Doucha
2023-07-21  9:15 ` [LTP] [PATCH v2 2/5] tst_lockdown_enabled: Print lockdown state Petr Vorel
2023-07-25 11:04   ` Martin Doucha
2023-07-25 11:05     ` Petr Vorel
2023-07-25 12:20     ` Petr Vorel
2023-07-21  9:15 ` [LTP] [PATCH v2 3/5] lib: Add .skip_in_secureboot flag Petr Vorel
2023-07-21  9:15 ` [LTP] [PATCH v2 4/5] {delete, finit, init}_module0[1-3]: Skip on SecureBoot Petr Vorel
2023-07-25 11:10   ` Martin Doucha
2023-07-21  9:15 ` [LTP] [PATCH v2 5/5] doc/c-api: Document .skip_in_* flags Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox