]> git.baikalelectronics.ru Git - kernel.git/commit
scripts: headers_install.sh: Update config leak ignore entries
authorNicolas Schier <nicolas@fjasle.eu>
Mon, 18 Jul 2022 06:14:13 +0000 (08:14 +0200)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 27 Jul 2022 12:18:00 +0000 (21:18 +0900)
commit3cc565fb64a4724441b988fe93d5d94ea1ead37c
treea69eb2228849c605a5e85308418341b8da6bd824
parenta2467751a853ab6ba6079f8ab7e8d21c4334ce5d
scripts: headers_install.sh: Update config leak ignore entries

Remove two dated config leak ignore entries from scripts/headers_install.sh:
arch/alpha/include/uapi/asm/setup.h does no more leak any CONFIG_* symbol to
user-space any more since commit 948faec3a704 ("alpha: Move setup.h out of
uapi").
Same holds for include/uapi/asm-generic/fcntl.h since commit 3b89b2d82e3d
("uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h").

Signed-off-by: Nicolas Schier <nicolas@fjasle.eu>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/headers_install.sh