From 8a7331776a42184799a3defe8b1f34feaf4fdcc1 Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Fri, 5 Sep 2025 17:55:24 -0500 Subject: [PATCH] linuxkm/Kbuild: for PIE containerization, add .rodata.cst32 to the move list. --- linuxkm/Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/linuxkm/Kbuild b/linuxkm/Kbuild index 8f206e3809..42406b1b8d 100644 --- a/linuxkm/Kbuild +++ b/linuxkm/Kbuild @@ -217,6 +217,7 @@ endif --rename-section .rodata.str1.1=.rodata.wolfcrypt \ --rename-section .rodata.str1.8=.rodata.wolfcrypt \ --rename-section .rodata.cst16=.rodata.wolfcrypt \ + --rename-section .rodata.cst32=.rodata.wolfcrypt \ --rename-section .data=.data.wolfcrypt \ --rename-section .data.rel.local=.data.wolfcrypt \ --rename-section .bss=.bss.wolfcrypt "$$file" || exit $$?