Created attachment 307994 [details] kernel config Asus Tinkerboard S (RK3288, armv7, 2GB RAM) When I enable zswap, and the memory is getting full, I start getting errors like this and the process freezes: BUG: KASAN: vmalloc-out-of-bounds in scomp_acomp_comp_decomp+0xdb8/0xe8c It can be reproduced by running "stress-ng --pageswap 1". When zswap is enabled, this command crashes immediately. I did a git bisect and the result was this: first bad commit: [01d5b167dc230cf3b6eb9dd7205f6a705026d1ce] Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux I'm attaching the kernel config and the complete error with debugging enabled.
Created attachment 307995 [details] dmesg error
Thank you.
You have KASAN able. Can you send for me your output for this commands? grep -E "CONFIG_KASAN|CONFIG_KASAN_(GENERIC|SW_TAGS|HW_TAGS)" /boot/config-$(uname -r) cat /proc/cpuinfo | grep -i mte cat /proc/cmdline | grep -o "kasan=[^ ]*"
No need. The bug was found. See here: https://lore.kernel.org/all/aAW8E9NrKWq1Xk2w@gondor.apana.org.au/