--- zzzz-none-000/linux-4.9.325/kernel/time/timer_list.c 2022-07-29 15:05:48.000000000 +0000 +++ seale-7590ax-800/linux-4.9.325/kernel/time/timer_list.c 2024-09-18 09:50:47.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;