* [PATCH] lib/build_OID_registry: do not embed full $0
@ 2024-06-24 10:00 Giuliano Procida
0 siblings, 0 replies; only message in thread
From: Giuliano Procida @ 2024-06-24 10:00 UTC (permalink / raw)
To: linux-kernel, dhowells; +Cc: kernel-team, elsk, Giuliano Procida
Using $0 makes the output of this file sensitive to the Linux build
directory path. This is problematic for reproducible builds as it can
affect vmlinux's .debug_lines' section and vmlinux's build ID.
Signed-off-by: Giuliano Procida <gprocida@google.com>
---
lib/build_OID_registry | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/build_OID_registry b/lib/build_OID_registry
index d7fc32ea8ac2..06f242202036 100755
--- a/lib/build_OID_registry
+++ b/lib/build_OID_registry
@@ -35,7 +35,7 @@ close IN_FILE || die;
#
open C_FILE, ">$ARGV[1]" or die;
print C_FILE "/*\n";
-print C_FILE " * Automatically generated by ", $0, ". Do not edit\n";
+print C_FILE " * Automatically generated by build_OID_registry. Do not edit\n";
print C_FILE " */\n";
#
--
2.45.2.741.gdbec12cfda-goog
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-06-24 10:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-24 10:00 [PATCH] lib/build_OID_registry: do not embed full $0 Giuliano Procida
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®