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.