linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] RISC-V Fixes for 5.12-rc4
@ 2021-03-20  5:39 Palmer Dabbelt
  2021-03-20 18:06 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Palmer Dabbelt @ 2021-03-20  5:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-riscv, linux-kernel

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.12-rc4

for you to fetch changes up to a5406a7ff56e63376c210b06072aa0ef23473366:

  riscv: Correct SPARSEMEM configuration (2021-03-16 22:15:21 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.12-rc4

I have handful of fixes for 5.12:

* A fix to the SBI remote fence numbers for hypervisor fences, which had
  been transcribed in the wrong order in Linux.  These fences are only
  used with the KVM patches applied.
* A whole host of build warnings have been fixed, these should have no
  functional change.
* A fix to init_resources() that prevents an off-by-one error from
  causing an out-of-bounds array reference.  This is manifesting during
  boot on vexriscv.
* A fix to ensure the KASAN mappings are visible before proceeding to
  use them.

----------------------------------------------------------------
Alexandre Ghiti (1):
      riscv: Ensure page table writes are flushed when initializing KASAN vmalloc

Colin Ian King (1):
      ftrace: Fix spelling mistake "disabed" -> "disabled"

Damien Le Moal (1):
      riscv: Fix compilation error with Canaan SoC

Geert Uytterhoeven (1):
      RISC-V: Fix out-of-bounds accesses in init_resources()

Heinrich Schuchardt (1):
      RISC-V: correct enum sbi_ext_rfence_fid

Kefeng Wang (1):
      riscv: Correct SPARSEMEM configuration

Nanyong Sun (9):
      riscv: traps: Fix no prototype warnings
      riscv: irq: Fix no prototype warning
      riscv: sbi: Fix comment of __sbi_set_timer_v01
      riscv: ptrace: Fix no prototype warnings
      riscv: time: Fix no prototype for time_init
      riscv: syscall_table: Reduce W=1 compilation warnings noise
      riscv: process: Fix no prototype for show_regs
      riscv: ftrace: Use ftrace_get_regs helper
      riscv: process: Fix no prototype for arch_dup_task_struct

Palmer Dabbelt (1):
      RISC-V: kasan: Declare kasan_shallow_populate() static

kernel test robot (1):
      riscv: fix bugon.cocci warnings

 arch/csky/kernel/probes/ftrace.c        |  2 +-
 arch/riscv/Kconfig                      |  4 ++--
 arch/riscv/Kconfig.socs                 |  2 ++
 arch/riscv/include/asm/asm-prototypes.h | 16 ++++++++++++++++
 arch/riscv/include/asm/irq.h            |  2 ++
 arch/riscv/include/asm/processor.h      |  1 +
 arch/riscv/include/asm/ptrace.h         |  5 +++++
 arch/riscv/include/asm/sbi.h            |  4 ++--
 arch/riscv/include/asm/timex.h          |  2 ++
 arch/riscv/kernel/Makefile              |  1 +
 arch/riscv/kernel/probes/ftrace.c       | 18 ++++++++++--------
 arch/riscv/kernel/probes/kprobes.c      |  3 +--
 arch/riscv/kernel/process.c             |  1 +
 arch/riscv/kernel/sbi.c                 |  2 +-
 arch/riscv/kernel/setup.c               |  3 ++-
 arch/riscv/kernel/time.c                |  1 +
 arch/riscv/kernel/traps.c               |  1 +
 arch/riscv/mm/kasan_init.c              |  4 +++-
 arch/x86/kernel/kprobes/ftrace.c        |  2 +-
 19 files changed, 55 insertions(+), 19 deletions(-)

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

* Re: [GIT PULL] RISC-V Fixes for 5.12-rc4
  2021-03-20  5:39 [GIT PULL] RISC-V Fixes for 5.12-rc4 Palmer Dabbelt
@ 2021-03-20 18:06 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-03-20 18:06 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: Linus Torvalds, linux-riscv, linux-kernel

The pull request you sent on Fri, 19 Mar 2021 22:39:23 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.12-rc4

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

Thank you!

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

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

end of thread, other threads:[~2021-03-20 18:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-20  5:39 [GIT PULL] RISC-V Fixes for 5.12-rc4 Palmer Dabbelt
2021-03-20 18:06 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).