landlock-lsm / linux

Linux kernel - See Landlock issues
https://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git/
Other
33 stars 9 forks source link

Merge TEST_F_FORK() back in kselftest_harness.h #27

Closed l0kod closed 3 months ago

l0kod commented 4 months ago

TEST_F_FORK() is a test helper needed by Landlock tests to properly drop privileges and still run tests' teardown. This helper is a fork of the TEST_F(), and code duplication should be avoided for maintenance reasons.

Merge TEST_F_FORK() into TEST_F().

See https://lore.kernel.org/all/20240226162335.3532920-1-mic@digikod.net/

l0kod commented 3 months ago

Merged in v6.9-rc1: 0710a1a73fb45033ebb06073e374ab7d44a05f15 and 41cca0542d7c79b6be3920a917f643c075ad1561