[GIT PULL] RISC-V Fix for 6.4-rc2

From: Palmer Dabbelt
Date: Fri May 12 2023 - 11:05:47 EST


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.4-rc2

for you to fetch changes up to 3b90b09af5be42491a8a74a549318cfa265b3029:

riscv: Fix orphan section warnings caused by kernel/pi (2023-05-09 18:20:23 -0700)

----------------------------------------------------------------
RISC-V Fix for 6.4-rc2

* A fix to the linker script to avoid orpahaned sections in kernel/pi.

----------------------------------------------------------------
Just a single fix this week for a build issue. That'd usually be a good sign,
but we've started to get some reports of boot failures on some
hardware/bootloader configurations. Nothing concrete yet, but I've got a funny
feeling that's where much of the bug hunting is going right now.

Nothing's reproducing on my end, though, and this fixes some pretty concrete
issues so I figured there's no reason to delay it.

----------------------------------------------------------------
Alexandre Ghiti (1):
riscv: Fix orphan section warnings caused by kernel/pi

arch/riscv/kernel/pi/Makefile | 2 +-
arch/riscv/kernel/vmlinux.lds.S | 7 ++-----
2 files changed, 3 insertions(+), 6 deletions(-)