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

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -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.1-rc3

for you to fetch changes up to d14e99bf95510fa2d6affc371ad68161afc1dc8e:

  RISC-V: Fix /proc/cpuinfo cpumask warning (2022-10-27 15:23:19 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.1-rc3

* A fix for a build warning in the jump_label code.
* One of the git://github -> https://github cleanups, for the SiFive
  drivers.
* A fix for the kasan initialization code, this still likely warrants
  some cleanups but that's a bigger problem and at least this fixes the
  crashes in the short term.
* A pair of fixes for extension support detection on mixed LLVM/GNU
  toolchains.
* A fix for a runtime warning in the /proc/cpuinfo code.

----------------------------------------------------------------
Andrew Jones (1):
      RISC-V: Fix /proc/cpuinfo cpumask warning

Conor Dooley (2):
      riscv: fix detection of toolchain Zicbom support
      riscv: fix detection of toolchain Zihintpause support

Jisheng Zhang (1):
      riscv: jump_label: mark arguments as const to satisfy asm constraints

Palmer Dabbelt (2):
      MAINTAINERS: git://github.com -> https://github.com for sifive
      Merge patch series "Fix RISC-V toolchain extension support detection"

Qinglin Pan (1):
      riscv: mm: add missing memcpy in kasan_init

 MAINTAINERS                             |  2 +-
 arch/riscv/Kconfig                      | 17 +++++++++++++----
 arch/riscv/Makefile                     |  6 ++----
 arch/riscv/include/asm/jump_label.h     |  8 ++++----
 arch/riscv/include/asm/vdso/processor.h |  2 +-
 arch/riscv/kernel/cpu.c                 |  3 +++
 arch/riscv/mm/kasan_init.c              |  7 ++++++-
 7 files changed, 30 insertions(+), 15 deletions(-)

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

* [GIT PULL] RISC-V Fixes for 6.1-rc3
@ 2022-10-28 18:41 ` Palmer Dabbelt
  0 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2022-10-28 18:41 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-riscv

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -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.1-rc3

for you to fetch changes up to d14e99bf95510fa2d6affc371ad68161afc1dc8e:

  RISC-V: Fix /proc/cpuinfo cpumask warning (2022-10-27 15:23:19 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.1-rc3

* A fix for a build warning in the jump_label code.
* One of the git://github -> https://github cleanups, for the SiFive
  drivers.
* A fix for the kasan initialization code, this still likely warrants
  some cleanups but that's a bigger problem and at least this fixes the
  crashes in the short term.
* A pair of fixes for extension support detection on mixed LLVM/GNU
  toolchains.
* A fix for a runtime warning in the /proc/cpuinfo code.

----------------------------------------------------------------
Andrew Jones (1):
      RISC-V: Fix /proc/cpuinfo cpumask warning

Conor Dooley (2):
      riscv: fix detection of toolchain Zicbom support
      riscv: fix detection of toolchain Zihintpause support

Jisheng Zhang (1):
      riscv: jump_label: mark arguments as const to satisfy asm constraints

Palmer Dabbelt (2):
      MAINTAINERS: git://github.com -> https://github.com for sifive
      Merge patch series "Fix RISC-V toolchain extension support detection"

Qinglin Pan (1):
      riscv: mm: add missing memcpy in kasan_init

 MAINTAINERS                             |  2 +-
 arch/riscv/Kconfig                      | 17 +++++++++++++----
 arch/riscv/Makefile                     |  6 ++----
 arch/riscv/include/asm/jump_label.h     |  8 ++++----
 arch/riscv/include/asm/vdso/processor.h |  2 +-
 arch/riscv/kernel/cpu.c                 |  3 +++
 arch/riscv/mm/kasan_init.c              |  7 ++++++-
 7 files changed, 30 insertions(+), 15 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

* Re: [GIT PULL] RISC-V Fixes for 6.1-rc3
  2022-10-28 18:41 ` Palmer Dabbelt
@ 2022-10-29  0:15   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-10-29  0:15 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: Linus Torvalds, linux-kernel, linux-riscv

The pull request you sent on Fri, 28 Oct 2022 11:41:32 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.1-rc3

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

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.1-rc3
@ 2022-10-29  0:15   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-10-29  0:15 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: Linus Torvalds, linux-kernel, linux-riscv

The pull request you sent on Fri, 28 Oct 2022 11:41:32 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.1-rc3

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

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:[~2022-10-29  0:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28 18:41 [GIT PULL] RISC-V Fixes for 6.1-rc3 Palmer Dabbelt
2022-10-28 18:41 ` Palmer Dabbelt
2022-10-29  0:15 ` pr-tracker-bot
2022-10-29  0:15   ` 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.