]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests/landlock: Fix makefile header list
authorMatthieu Buffet <matthieu@buffet.re>
Mon, 27 Oct 2025 01:14:40 +0000 (02:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Dec 2025 13:03:22 +0000 (14:03 +0100)
commitc1b149b698e29cf576744773fd18b4662cc4c47c
tree04388e7601e866e51d513d999881b51b43d8fcaf
parent4e2a8fb1ce6ce2483da25d056fd61cc25bdbaf2b
selftests/landlock: Fix makefile header list

[ Upstream commit e61462232a58bddd818fa6a913a9a2e76fd3634f ]

Make all headers part of make's dependencies computations.
Otherwise, updating audit.h, common.h, scoped_base_variants.h,
scoped_common.h, scoped_multiple_domain_variants.h, or wrappers.h,
re-running make and running selftests could lead to testing stale headers.

Fixes: 6a500b22971c ("selftests/landlock: Add tests for audit flags and domain IDs")
Fixes: fefcf0f7cf47 ("selftests/landlock: Test abstract UNIX socket scoping")
Fixes: 5147779d5e1b ("selftests/landlock: Add wrappers.h")
Signed-off-by: Matthieu Buffet <matthieu@buffet.re>
Link: https://lore.kernel.org/r/20251027011440.1838514-1-matthieu@buffet.re
Signed-off-by: Mickaël Salaün <mic@digikod.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/landlock/Makefile