[PATCH 0/2] riscv: Resolve module loading issues

Charlie Jenkins charlie at rivosinc.com
Fri Nov 17 11:56:10 PST 2023


Previous commits caused compilation of module linking tests to
fail on rv32 toolchains with uleb128 support. The first patch resolves
that issue. The second patch resolves the type issues pointed out by
sparse.

Signed-off-by: Charlie Jenkins <charlie at rivosinc.com>
---
Charlie Jenkins (2):
      Support rv32 ULEB128 test
      Correct type casting in module loading

 arch/riscv/kernel/module.c                         | 8 ++++----
 arch/riscv/kernel/tests/module_test/test_uleb128.S | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)
---
base-commit: 9bacdd8996c77c42ca004440be610692275ff9d0
change-id: 20231117-module_fixup-699787d9c567
-- 
- Charlie




More information about the linux-riscv mailing list