--- zzzz-none-000/linux-4.4.60/ipc/util.c 2017-04-08 07:53:53.000000000 +0000 +++ wasp-540e-714/linux-4.4.60/ipc/util.c 2019-07-03 09:21:34.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;