--- zzzz-none-000/linux-4.4.60/ipc/util.c 2017-04-08 07:53:53.000000000 +0000 +++ maple-7510-730/linux-4.4.60/ipc/util.c 2021-03-17 14:36:41.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;