]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
openrisc: Add R_OR1K_32_PCREL relocation type module support
authorchenmiao <chenmiao.ku@gmail.com>
Fri, 5 Sep 2025 18:12:56 +0000 (18:12 +0000)
committerStafford Horne <shorne@gmail.com>
Thu, 11 Sep 2025 10:27:59 +0000 (11:27 +0100)
commit9d0cb6d00be891586261a35da7f8c3c956825c39
tree57d60ad91f99130708d83226bd553851aafc1ba0
parent4735037b5d9b0f809c51976c87d737fa2c48fdea
openrisc: Add R_OR1K_32_PCREL relocation type module support

To ensure the proper functioning of the jump_label test module, this patch
adds support for the R_OR1K_32_PCREL relocation type for any modules. The
implementation calculates the PC-relative offset by subtracting the
instruction location from the target value and stores the result at the
specified location.

Signed-off-by: chenmiao <chenmiao.ku@gmail.com>
Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/kernel/module.c