--- zzzz-none-000/linux-4.9.276/ipc/shm.c 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/ipc/shm.c 2023-04-05 08:19:02.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",