mbox series

[GIT,PULL] RISC-V Fixes for 6.3-rc2

Message ID mhng-6fd4abee-eb36-4748-9b07-d310908f08bb@palmer-ri-x1c9a (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] RISC-V Fixes for 6.3-rc2 | expand

Pull-request

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

Checks

Context Check Description
conchuod/tree_selection success Pull request for for-next
conchuod/maintainers_pattern success MAINTAINERS pattern errors before the patch: 1 and now 1
conchuod/verify_signedoff success Signed-off-by tag matches author and committer
conchuod/build_rv64_clang_allmodconfig success Errors and warnings before: 2307 this patch: 2307
conchuod/build_rv64_gcc_allmodconfig success Errors and warnings before: 17774 this patch: 17774
conchuod/alphanumeric_selects success Out of order selects before the patch: 728 and now 728
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 March 10, 2023, 4:46 p.m. UTC
The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 2a8db5ec4a28a0fce822d10224db9471a44b6925:

  RISC-V: Don't check text_mutex during stop_machine (2023-03-09 14:58:51 -0800)

----------------------------------------------------------------
RISC-V Fixes for 6.3-rc2

* RISC-V architecture-specific ELF attributes have been disabled in the
  kernel builds.
* A fix for a locking failure while during errata patching that
  manifests on SiFive-based systems.
* A fix for a KASAN failure during stack unwinding.
* A fix for some lockdep failures during text patching.

----------------------------------------------------------------
There's a handful of failures with this alone, but they're all merge window
regressions from other trees and have been fixed in master already.  I figured
it would be saner to just keep this on rc1 rather than try and pull anything
else in.

----------------------------------------------------------------
Alexandre Ghiti (1):
      riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode

Conor Dooley (2):
      RISC-V: fix taking the text_mutex twice during sifive errata patching
      RISC-V: Don't check text_mutex during stop_machine

Palmer Dabbelt (1):
      RISC-V: Stop emitting attributes

 arch/riscv/Makefile                    |  7 +++++++
 arch/riscv/errata/sifive/errata.c      |  2 +-
 arch/riscv/include/asm/ftrace.h        |  2 +-
 arch/riscv/include/asm/patch.h         |  2 ++
 arch/riscv/kernel/compat_vdso/Makefile |  4 ++++
 arch/riscv/kernel/ftrace.c             | 13 +++++++++++--
 arch/riscv/kernel/patch.c              | 28 +++++++++++++++++++++++++---
 arch/riscv/kernel/stacktrace.c         |  2 +-
 8 files changed, 52 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org March 10, 2023, 5:26 p.m. UTC | #1
The pull request you sent on Fri, 10 Mar 2023 08:46:41 -0800 (PST):

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

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

Thank you!