From: Linus Torvalds Date: Sat, 1 Feb 2025 03:49:17 +0000 (-0800) Subject: Remove stale generated 'genheaders' file X-Git-Tag: v6.14-rc1~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04a3389b3535;p=thirdparty%2Flinux.git Remove stale generated 'genheaders' file This bogus stale file was added in commit 101971298be2 ("riscv: add a warning when physical memory address overflows"). It's the old location for what is now 'security/selinux/genheaders'. It looks like it got incorrectly committed back when that file was in the old location, and then rebasing kept the bogus file alive. Reported-by: Eric Biggers Link: https://lore.kernel.org/linux-riscv/20250201020003.GA77370@sol.localdomain/ Fixes: 101971298be2 ("riscv: add a warning when physical memory address overflows") Cc: Palmer Dabbelt Signed-off-by: Linus Torvalds --- diff --git a/scripts/selinux/genheaders/genheaders b/scripts/selinux/genheaders/genheaders deleted file mode 100755 index 3fc32a664a793..0000000000000 Binary files a/scripts/selinux/genheaders/genheaders and /dev/null differ