linux/tools/testing/selftests/efivarfs
James Bottomley 87e6cd7cdb selftests/efivarfs: add concurrent update tests
The delete on last close functionality can now only be tested properly
by using multiple threads to hold open the variable files and testing
what happens as they complete.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
2025-01-21 16:34:41 +01:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
config
create-read.c selftests/efivarfs: create-read: fix a resource leak 2023-10-18 14:33:44 -06:00
efivarfs.sh selftests/efivarfs: add concurrent update tests 2025-01-21 16:34:41 +01:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
open-unlink.c