LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [GIT PULL] RISC-V Fixes for 5.14-rc5
@ 2021-08-07 16:39 Palmer Dabbelt
2021-08-07 18:21 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Palmer Dabbelt @ 2021-08-07 16:39 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-riscv, linux-kernel
The following changes since commit ea196c548c0ac407afd31d142712b6da8bd00244:
riscv: __asm_copy_to-from_user: Fix: Typos in comments (2021-07-23 17:49:12 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.14-rc5
for you to fetch changes up to 867432bec1c6e7df21a361d7f12022a8c5f54022:
Revert "riscv: Remove CONFIG_PHYS_RAM_BASE_FIXED" (2021-08-06 22:41:39 -0700)
----------------------------------------------------------------
RISC-V Fixes for 5.14-rc5
* A fix to avoid dereferencing a null task pointer while walking the
stack.
* A fix to the memory size in the HiFive Unleashed device tree.
* A fix to disable stack protectors when randstruct is enabled, which
results in non-deterministic offsets during module builds.
* A pair of fixes to avoid relying on a constant physical memory base
for the non-XIP builds.
----------------------------------------------------------------
Alexandre Ghiti (2):
riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversion
Revert "riscv: Remove CONFIG_PHYS_RAM_BASE_FIXED"
Guenter Roeck (1):
riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabled
Jisheng Zhang (1):
riscv: stacktrace: Fix NULL pointer dereference
Qiu Wenbo (1):
riscv: dts: fix memory size for the SiFive HiFive Unmatched
arch/riscv/Kconfig | 7 +++++++
arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts | 2 +-
arch/riscv/include/asm/page.h | 7 ++++---
arch/riscv/kernel/stacktrace.c | 2 +-
arch/riscv/mm/init.c | 17 ++++++++++++-----
5 files changed, 25 insertions(+), 10 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] RISC-V Fixes for 5.14-rc5
2021-08-07 16:39 [GIT PULL] RISC-V Fixes for 5.14-rc5 Palmer Dabbelt
@ 2021-08-07 18:21 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-08-07 18:21 UTC (permalink / raw)
To: Palmer Dabbelt; +Cc: Linus Torvalds, linux-riscv, linux-kernel
The pull request you sent on Sat, 07 Aug 2021 09:39:50 -0700 (PDT):
> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.14-rc5
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0b6684ba5f5abf0dbbda35af570443181910a780
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-08-07 18:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-07 16:39 [GIT PULL] RISC-V Fixes for 5.14-rc5 Palmer Dabbelt
2021-08-07 18:21 ` 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).