--- zzzz-none-000/linux-4.4.271/ipc/util.c 2021-06-03 06:22:09.000000000 +0000 +++ maple-fsgw-759/linux-4.4.271/ipc/util.c 2023-12-20 10:37:38.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;