Message ID | 20220630153121.1317045-1-nathan@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | arm64: vdso32: Small fixes for ld.lld 11 and CONFIG_DEBUG_INFO | expand |
On Thu, 30 Jun 2022 08:31:19 -0700, Nathan Chancellor wrote: > This small series fixes two issues I noticed with the orphan section > warnings in the 32-bit vDSO. See the individual commits for the boring > details. > > They are based on for-next/vdso. I compiled with LLVM 11, LLVM 15, and > GCC 12.1.0 + binutils 2.38 with no additional warnings/errors. > > [...] Applied to arm64 (for-next/vdso), thanks! [1/2] arm64: vdso32: Shuffle .ARM.exidx section above ELF_DETAILS https://git.kernel.org/arm64/c/859716b4131f [2/2] arm64: vdso32: Add DWARF_DEBUG https://git.kernel.org/arm64/c/9e07352ef779 Cheers,