reproduce: # https://github.com/jcmvbkbc/linux-xtensa/commit/08b8a525de25b35564cb9ae5f7b5ad1122a84fed git remote add jcmvbkbc-xtensa https://github.com/jcmvbkbc/linux-xtensa git fetch --no-tags jcmvbkbc-xtensa xtensa-6.13-esp32 git checkout 08b8a525de25b35564cb9ae5f7b5ad1122a84fed # 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_ESP32_IPC --selectors CONFIG_ESP32_WIFI_SHMEM -a=alpha # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=alpha olddefconfig