public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] riscv: Fix alternatives issues on for-next
@ 2023-02-12  2:15 Samuel Holland
  2023-02-12  2:15 ` [PATCH 1/2] riscv: Fix early alternative patching Samuel Holland
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Samuel Holland @ 2023-02-12  2:15 UTC (permalink / raw)
  To: Heiko Stuebner, Jisheng Zhang, Palmer Dabbelt, linux-riscv
  Cc: Samuel Holland, Andrew Jones, Christoph Muellner, Conor Dooley,
	Guo Ren, Heiko Stuebner, Nathan Chancellor, linux-kernel

Several people have reported that D1 fails to boot on linux-next.
Patch 1 fixes a bug where early alternative patching used the wrong
address. Patch 2 fixes a separate issue where the Zbb alternatives
are incorrectly applied based on the 'C' extension instead of Zbb.


Samuel Holland (2):
  riscv: Fix early alternative patching
  riscv: Fix Zbb alternative IDs

 arch/riscv/errata/thead/errata.c     | 4 +---
 arch/riscv/include/asm/errata_list.h | 5 -----
 arch/riscv/lib/strcmp.S              | 2 +-
 arch/riscv/lib/strlen.S              | 2 +-
 arch/riscv/lib/strncmp.S             | 2 +-
 5 files changed, 4 insertions(+), 11 deletions(-)

-- 
2.37.4


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-02-15 15:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-12  2:15 [PATCH 0/2] riscv: Fix alternatives issues on for-next Samuel Holland
2023-02-12  2:15 ` [PATCH 1/2] riscv: Fix early alternative patching Samuel Holland
2023-02-12 15:48   ` Conor Dooley
2023-02-13  1:22   ` Guo Ren
2023-02-13 16:46   ` Jisheng Zhang
2023-02-12  2:15 ` [PATCH 2/2] riscv: Fix Zbb alternative IDs Samuel Holland
2023-02-12 15:20   ` Conor Dooley
2023-02-12 16:31   ` Andrew Jones
2023-02-13  1:19   ` Guo Ren
2023-02-12 15:09 ` [PATCH 0/2] riscv: Fix alternatives issues on for-next Conor Dooley
2023-02-13  1:23 ` Guo Ren
2023-02-15 14:56 ` Palmer Dabbelt
2023-02-15 15:00 ` patchwork-bot+linux-riscv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox