Skip to content

Commit 8a73317

Browse files
committed
linuxkm/Kbuild: for PIE containerization, add .rodata.cst32 to the move list.
1 parent 4838588 commit 8a73317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linuxkm/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ endif
217217
--rename-section .rodata.str1.1=.rodata.wolfcrypt \
218218
--rename-section .rodata.str1.8=.rodata.wolfcrypt \
219219
--rename-section .rodata.cst16=.rodata.wolfcrypt \
220+
--rename-section .rodata.cst32=.rodata.wolfcrypt \
220221
--rename-section .data=.data.wolfcrypt \
221222
--rename-section .data.rel.local=.data.wolfcrypt \
222223
--rename-section .bss=.bss.wolfcrypt "$$file" || exit $$?

0 commit comments

Comments
 (0)