Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: kbuild: note CONFIG_DEBUG_EFI in reproducible builds

CONFIG_EFI_DEBUG embeds absolute file paths into object files, which
makes the resulting vmlinux specific to the build environment.

Add a note about this in reproducible-builds.rst

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Nicolas Schier <nsc@kernel.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20250924-kbuild-doc-config-debug-efi-in-reproducible-builds-v2-1-d2d6b9dcdb7d@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>

authored by

Masahiro Yamada and committed by
Nathan Chancellor
37fac070 c7d3dd91

+3
+3
Documentation/kbuild/reproducible-builds.rst
··· 61 61 The Reproducible Builds web site has more information about these 62 62 `prefix-map options`_. 63 63 64 + Some CONFIG options such as `CONFIG_DEBUG_EFI` embed absolute paths in 65 + object files. Such options should be disabled. 66 + 64 67 Generated files in source packages 65 68 ---------------------------------- 66 69