rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] kbuild: revert relative paths in compiler outputs
@ 2025-05-11  6:02 Thomas Weißschuh
  2025-05-11  6:02 ` [PATCH 1/2] Revert "kbuild: make all file references relative to source root" Thomas Weißschuh
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Thomas Weißschuh @ 2025-05-11  6:02 UTC (permalink / raw)
  To: Masahiro Yamada, Nathan Chancellor, Nicolas Schier,
	Jonathan Corbet, Miguel Ojeda, Alex Gaynor, Boqun Feng, Gary Guo,
	Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
	Trevor Gross, Danilo Krummrich
  Cc: linux-kbuild, linux-doc, linux-kernel, rust-for-linux,
	Matthieu Baerts, Ville Syrjälä, Thomas Weißschuh

-ffile-prefix-map/--remap-path-prefix break the ability of debuggers to
find the source file corresponding to object files. As there is no
simple or uniform way to specify the source directory explicitly, this
breaks developers workflows.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (2):
      Revert "kbuild: make all file references relative to source root"
      Revert "kbuild, rust: use -fremap-path-prefix to make paths relative"

 Documentation/kbuild/reproducible-builds.rst | 17 +++++++++++++++++
 Makefile                                     |  3 +--
 2 files changed, 18 insertions(+), 2 deletions(-)
---
base-commit: 3ce9925823c7d6bb0e6eb951bf2db0e9e182582d
change-id: 20250511-kbuild-revert-file-prefix-map-4de45dfada75

Best regards,
-- 
Thomas Weißschuh <linux@weissschuh.net>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-05-12  9:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-11  6:02 [PATCH 0/2] kbuild: revert relative paths in compiler outputs Thomas Weißschuh
2025-05-11  6:02 ` [PATCH 1/2] Revert "kbuild: make all file references relative to source root" Thomas Weißschuh
2025-05-11  6:02 ` [PATCH 2/2] Revert "kbuild, rust: use -fremap-path-prefix to make paths relative" Thomas Weißschuh
2025-05-11 20:58   ` Miguel Ojeda
2025-05-11 21:07     ` Miguel Ojeda
2025-05-12  9:13 ` [PATCH 0/2] kbuild: revert relative paths in compiler outputs Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).