mbox series

[0/2] riscv: Resolve module loading issues

Message ID 20231117-module_fixup-v1-0-62bb777f6825@rivosinc.com (mailing list archive)
Headers show
Series riscv: Resolve module loading issues | expand

Message

Charlie Jenkins Nov. 17, 2023, 7:56 p.m. UTC
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@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