reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git/commit/?id=ea73b7aceff69c4426c5d13bbdd785c5dc1e2960 git remote add qcom https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux git fetch --no-tags qcom clk-for-6.12 git checkout ea73b7aceff69c4426c5d13bbdd785c5dc1e2960 # 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_SM_GCC_8150 --selectors CONFIG_SM_CAMCC_8150 -a=arm # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=arm olddefconfig