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

From: Charlie Jenkins
Date: Fri Nov 17 2023 - 15:01:16 EST


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@xxxxxxxxxxxx>
---
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