reproduce:
        git remote add openeuler https://gitee.com/openeuler/kernel.git
        git fetch --no-tags openeuler OLK-6.6
        git checkout 43d4042e06d2bf96adf67d25e8d91653507a4cf9
        # 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_PGP_KEY_PARSER --selectors CONFIG_PGP_PRELOAD -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