[GIT PULL] Rust fixes for 6.18 (2nd)
From: Miguel Ojeda
Date: Fri Nov 14 2025 - 17:06:34 EST
Hi Linus,
Please pull this fix for Rust.
It has been three rounds in linux-next.
No conflicts expected.
Thanks!
Cheers,
Miguel
The following changes since commit e9a6fb0bcdd7609be6969112f3fbfcce3b1d4a7c:
Linux 6.18-rc5 (2025-11-09 15:10:19 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux.git tags/rust-fixes-6.18-2
for you to fetch changes up to fdf302e6bea1822a9144a0cc2e8e17527e746162:
gendwarfksyms: Skip files with no exports (2025-11-11 20:37:11 +0100)
----------------------------------------------------------------
Rust fixes for v6.18 (2nd)
Toolchain and infrastructure:
- Fix a Rust 1.91.0 build issue due to 'bindings.o' not containing
DWARF debug information anymore by teaching gendwarfksyms to skip
object files without exports.
----------------------------------------------------------------
Sami Tolvanen (1):
gendwarfksyms: Skip files with no exports
scripts/gendwarfksyms/gendwarfksyms.c | 3 ++-
scripts/gendwarfksyms/gendwarfksyms.h | 2 +-
scripts/gendwarfksyms/symbols.c | 4 +++-
3 files changed, 6 insertions(+), 3 deletions(-)