--- zzzz-none-000/linux-4.9.276/ipc/util.c 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/ipc/util.c 2023-04-05 08:19:02.000000000 +0000 @@ -121,6 +121,9 @@ struct proc_dir_entry *pde; struct ipc_proc_iface *iface; + if (IS_ENABLED(CONFIG_PROC_STRIPPED)) + return; + iface = kmalloc(sizeof(*iface), GFP_KERNEL); if (!iface) return;