On Fri, Nov 18, 2022 at 07:22:51AM +0000, Taehee Yoo wrote: > +SYM_FUNC_START(aria_aesni_avx2_encrypt_32way) Please use SYM_TYPED_FUNC_START (and include <linux/cfi_types.h>) for all assembly functions that are called via indirect function calls. Otherwise the code will crash when built with CONFIG_CFI_CLANG=y. - Eric