[GIT PULL] RISC-V Fixes for 6.15-rc2
Alexandre Ghiti
alex at ghiti.fr
Wed Apr 9 01:32:02 PDT 2025
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux
tags/riscv-fixes-6.15-rc2
for you to fetch changes up to 70fc03cd76311a06c8c84deb70b2e16837497774:
Documentation: riscv: Fix typo MIMPLID -> MIMPID (2025-04-07 08:21:19
+0000)
----------------------------------------------------------------
riscv fixes for 6.15-rc2
* Correct typos in the documentation
* Prevent module insertion failures by using kvmalloc to allocate the
relocation hashtable
----------------------------------------------------------------
All the patches have been tested on our github CI and no regressions
were found against 6.15-rc1
(https://github.com/linux-riscv/linux/pull/240/checks whose results can
be seen here
https://mazarinen.tail1c623.ts.net/riscv-linux/linux-all/build/riscv-fixes-6.15-rc2).
----------------------------------------------------------------
Nam Cao (1):
Documentation: riscv: Fix typo MIMPLID -> MIMPID
Will Pierce (1):
riscv: Use kvmalloc_array on relocation_hashtable
Documentation/arch/riscv/hwprobe.rst | 2 +-
arch/riscv/kernel/module.c | 9 +++++----
2 files changed, 6 insertions(+), 5 deletions(-)
More information about the linux-riscv
mailing list