--- zzzz-none-000/linux-4.4.60/ipc/util.c 2017-04-08 07:53:53.000000000 +0000 +++ scorpion-7490-727/linux-4.4.60/ipc/util.c 2021-02-04 17:41:59.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;