Skip to content
Snippets Groups Projects
user avatar
Linus Torvalds authored
This isn't really critical any more, since other patches (commit
298507d4: "shm: optimize exit_shm()") have caused us to not actually
need to touch the rw_mutex unless there are actual shm segments
associated with the namespace, but we really should do tne shm_init_ns()
earlier than we do now.

This, together with commit 288d5abe ("Boot up with usermodehelper
disabled") will mean that we really do initialize the initial ipc
namespace data structure before we run any tasks.

Tested-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
140d0b21
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..