Opened 18 months ago
Last modified 16 months ago
#21730 new defect
7.0.8/5.15.0-102.110.5.el8uek.x86_64 broke the guest kernel modules with "invalid relocation target"
Reported by: | dpim | Owned by: | |
---|---|---|---|
Component: | guest additions | Version: | VirtualBox-7.0.8 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | other |
Description (last modified by )
Host OS: OSX 13.4 VirtualBox: 7.0.8 r156879 GuestOS: OL8, 5.15.0-102.110.5.el8uek.x86_64 not working with guest additions from 7.0.8, 7.0.6 and GuestAdditions_7.0.9-157775.iso Also, the previous kernel, OL8, 5.15.0-101.103.2.1.el8uek.x86_64 can load these compiled guest drivers;
The problem:
[Wed Jun 14 09:00:41 2023] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc 00000000f4e3fe90, val ffffffffc0a7e7be [Wed Jun 14 09:00:44 2023] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc 00000000f19f0042, val ffffffffc0b31c84 [Wed Jun 14 09:00:46 2023] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc 0000000008ab270c, val ffffffffc0ba1c84
The build log output in attachment
Attachments (2)
Change History (5)
by , 18 months ago
Attachment: | 5.15.0-102.110.5.el8uek.x86_64_7_0_8_default_install_make.out added |
---|
by , 18 months ago
Attachment: | 5.15.0-102.110.5.el8uek.x86_64_7_0_8_default_install.out added |
---|
comment:2 by , 18 months ago
Description: | modified (diff) |
---|
comment:3 by , 16 months ago
The problem is gone after switching to 7.10. The 5.15.0-103.114.4.el8uek.x86_64 can load kernel extensions again.
Note:
See TracTickets
for help on using tickets.
switch GCC compiler from
gcc version 8.5.0 20210514 (Red Hat 8.5.0-18.0.2) (GCC) to gcc version 11.2.1 20220127 (Red Hat 11.2.1-9.1.0.3) (GCC), 'scl enable gcc-toolset-11 bash'