mbox series

[GIT,PULL] RISC-V Fixes for 6.15-rc2

Message ID 745d5aaa-e527-487c-a62c-212ad6ef2cc9@ghiti.fr (mailing list archive)
State New
Headers show
Series [GIT,PULL] RISC-V Fixes for 6.15-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux tags/riscv-fixes-6.15-rc2

Message

Alexandre Ghiti April 9, 2025, 8:32 a.m. UTC
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(-)

Comments

Palmer Dabbelt April 10, 2025, 5:07 p.m. UTC | #1
On Wed, 09 Apr 2025 01:32:02 PDT (-0700), alex@ghiti.fr wrote:
> 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(-)

These look fine, but I'm still stuck in this ICE so I haven't gotten a 
clean build recently.  Looks like it's just the same issue as 
<20250407-kbuild-disable-gcc-plugins-v1-1-5d46ae583f5e@kernel.org>, 
though, so hopefully it'll get sorted out soon...