reproduce: git remote add opencloudos https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel.git git fetch --no-tags opencloudos next git checkout 5723adb73901b05640a72b59bfa6125a3a469cd3 # choose either of the following two methods to reproduce the issue # 1. reproduce by kismet # install kmax per https://github.com/paulgazz/kmax/blob/master/README.md kismet --linux-ksrc=linux --selectees CONFIG_MEMCG_ZRAM --selectors CONFIG_EMM_ZRAM_CONF -a=loongarch # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=loongarch olddefconfig