Re: [PATCH v3] ARM: imx: Fix suspend/resume crash with Clang CFI
Yo'av Moshe <[email protected]> Thu, 23 Jul 2026 21:55:43 +0200
| Newsgroups | dev.linux.lists.llvm,dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On 2026-07-23 9:21 PM, Sami Tolvanen wrote: > What's the value for the __kcfi_typeid_imx6_suspend symbol in > vmlinux.o? I would expect the hash value to look a bit more random. Checking vmlinux.o with `llvm-readelf -s vmlinux.o` indeed shows: a488ebfc 0 NOTYPE WEAK DEFAULT ABS __kcfi_typeid_imx6_suspend Yo'av