mbox series

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

Message ID mhng-f7f97b7f-e3aa-4fff-abc7-19439d1720fe@palmer-ri-x1c9 (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] RISC-V Fix for 6.4-rc2 | expand

Pull-request

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

Checks

Context Check Description
conchuod/tree_selection success Pull request for for-next
conchuod/maintainers_pattern success MAINTAINERS pattern errors before the patch: 6 and now 6
conchuod/verify_signedoff success Signed-off-by tag matches author and committer
conchuod/build_rv64_clang_allmodconfig success Errors and warnings before: 14 this patch: 14
conchuod/build_rv64_gcc_allmodconfig success Errors and warnings before: 28 this patch: 28
conchuod/build_rv32_defconfig success Build OK
conchuod/dtb_warn_rv64 success Errors and warnings before: 3 this patch: 3
conchuod/build_rv64_nommu_k210_defconfig success Build OK
conchuod/verify_fixes success Fixes tag looks correct
conchuod/build_rv64_nommu_virt_defconfig success Build OK

Message

Palmer Dabbelt May 12, 2023, 3:05 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org May 12, 2023, 10:14 p.m. UTC | #1
The pull request you sent on Fri, 12 May 2023 08:05:20 -0700 (PDT):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ed6a75e3133bca544849b967f7f3233cddb66090

Thank you!