Merge patch series "riscv: Fix issues with module loading"
authorPalmer Dabbelt <palmer@rivosinc.com>
Mon, 4 Dec 2023 19:02:40 +0000 (11:02 -0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Mon, 4 Dec 2023 19:02:40 +0000 (11:02 -0800)
commit7c1593410bca9a66c89d528f523ae32e2e220e68
tree9d684ce0886ec3eb67e4011a904a701c542376ae
parentb85ea95d086471afb4ad062012a4d73cd328fa86
parent4a92a87950c4f86bc372ee3b1da4ba9d092252a9
Merge patch series "riscv: Fix issues with module loading"

Charlie Jenkins <charlie@rivosinc.com> says:

Module loading did not account for multiple threads concurrently loading
modules. This patch fixes that issue. There is also a small patch to fix
the type of a __le16 variable.

* b4-shazam-merge:
  riscv: Correct type casting in module loading
  riscv: Safely remove entries from relocation list

Link: https://lore.kernel.org/r/20231127-module_linking_freeing-v4-0-a2ca1d7027d0@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>