--- zzzz-none-000/linux-5.4.213/ipc/util.c 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/ipc/util.c 2024-05-29 11:20:02.000000000 +0000 @@ -140,6 +140,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;