diff options
author | Kees Cook <keescook@chromium.org> | 2017-07-12 14:34:50 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-07-12 16:26:01 -0700 |
commit | 1b4654ef72f61c84704b3c79b50fdeed8747fc56 (patch) | |
tree | 2000d23e0b175f738608eff7605761534017f465 /init/Makefile | |
parent | f8dbe8d290637ac3f68600e30d092393fe9b40a5 (diff) |
ipc/sem: do not use ipc_rcu_free()
Avoid using ipc_rcu_free, since it just re-finds the original structure
pointer. For the pre-list-init failure path, there is no RCU needed,
since it was just allocated. It can be directly freed.
Link: http://lkml.kernel.org/r/20170525185107.12869-6-manfred@colorfullife.com
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Manfred Spraul <manfred@colorfullife.com>
Cc: Davidlohr Bueso <dave@stgolabs.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init/Makefile')
0 files changed, 0 insertions, 0 deletions