reproduce: # https://github.com/jcmvbkbc/linux-xtensa/commit/de5a96ec7f9b35d9493bc022d16cd1a03ff73798 git remote add jcmvbkbc-xtensa https://github.com/jcmvbkbc/linux-xtensa git fetch --no-tags jcmvbkbc-xtensa xtensa-6.11-rc6-esp32 git checkout de5a96ec7f9b35d9493bc022d16cd1a03ff73798 # 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