]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ipc/msg: remove special msg_alloc/free
authorKees Cook <keescook@chromium.org>
Wed, 12 Jul 2017 21:35:28 +0000 (14:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Jul 2017 23:26:02 +0000 (16:26 -0700)
commitfb259c310f79d295c2da2934ff2282e1b7c30529
tree77f5e5f6aadf32314226417e43bb0c83e759f641
parent42e618f77dabc82c697915c193d729e9d16e2a75
ipc/msg: remove special msg_alloc/free

There is nothing special about the msg_alloc/free routines any more, so
remove them to make code more readable.

[manfred@colorfullife.com: Rediff to keep rcu protection for security_msg_queue_alloc()]
Link: http://lkml.kernel.org/r/20170525185107.12869-19-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>
ipc/msg.c