--- zzzz-none-000/linux-4.9.231/ipc/shm.c 2020-07-22 07:10:54.000000000 +0000 +++ falcon-5590-729/linux-4.9.231/ipc/shm.c 2022-03-30 12:03:35.000000000 +0000 @@ -118,6 +118,8 @@ void __init shm_init(void) { + if (IS_ENABLED(CONFIG_PROC_STRIPPED)) + return; ipc_init_proc_interface("sysvipc/shm", #if BITS_PER_LONG <= 32 " key shmid perms size cpid lpid nattch uid gid cuid cgid atime dtime ctime rss swap\n",