All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] RISC-V Fixes for 6.3-rc2
@ 2023-03-10 16:46 ` Palmer Dabbelt
  0 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2023-03-10 16:46 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-riscv, linux-kernel

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(-)

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* [GIT PULL] RISC-V Fixes for 6.3-rc2
@ 2023-03-10 16:46 ` Palmer Dabbelt
  0 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2023-03-10 16:46 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-riscv, linux-kernel

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(-)

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

* Re: [GIT PULL] RISC-V Fixes for 6.3-rc2
  2023-03-10 16:46 ` Palmer Dabbelt
@ 2023-03-10 17:26   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-03-10 17:26 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: Linus Torvalds, linux-riscv, linux-kernel

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [GIT PULL] RISC-V Fixes for 6.3-rc2
@ 2023-03-10 17:26   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-03-10 17:26 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: Linus Torvalds, linux-riscv, linux-kernel

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2023-03-10 17:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-10 16:46 [GIT PULL] RISC-V Fixes for 6.3-rc2 Palmer Dabbelt
2023-03-10 16:46 ` Palmer Dabbelt
2023-03-10 17:26 ` pr-tracker-bot
2023-03-10 17:26   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.