riscv: Fix relocation_hashtable size
authorCharlie Jenkins <charlie@rivosinc.com>
Thu, 4 Jan 2024 19:42:49 +0000 (11:42 -0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 10 Jan 2024 14:48:13 +0000 (06:48 -0800)
commita35551c7244d9d061643a01eb96cc3ba04eaf45c
tree87015a09df705eb394cdfff2423264338c171e9f
parent4b38b36bfbd83b23e20c172d08dd85773791e3bd
riscv: Fix relocation_hashtable size

A second dereference is needed to get the accurate size of the
relocation_hashtable.

Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
Fixes: d8792a5734b0 ("riscv: Safely remove entries from relocation list")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Julia Lawall <julia.lawall@inria.fr>
Closes: https://lore.kernel.org/r/202312120044.wTI1Uyaa-lkp@intel.com/
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/20240104-module_loading_fix-v3-3-a71f8de6ce0f@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/kernel/module.c