In the Linux kernel, the following vulnerability has been resolved: ipc: mqueue: fix possible memory leak in initmqueuefs() commit db7cfc380900 ("ipc: Free mqsysctls if ipc namespace creation failed") Here's a similar memory leak to the one fixed by the patch above. retiremqsysctls need to be called when initmqueuefs fails after setupmq_sysctls.