--- zzzz-none-000/linux-4.9.218/kernel/time/timer_list.c 2020-04-02 15:20:41.000000000 +0000 +++ seale-7590ac-750/linux-4.9.218/kernel/time/timer_list.c 2022-11-30 09:46:20.000000000 +0000 @@ -400,6 +400,9 @@ { struct proc_dir_entry *pe; + if (IS_ENABLED(CONFIG_PROC_STRIPPED)) + return 0; + pe = proc_create("timer_list", 0400, NULL, &timer_list_fops); if (!pe) return -ENOMEM;