]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ipc: implement MSG_COPY as a new receive mode
authorPeter Hurley <peter@hurleysoftware.com>
Wed, 20 Mar 2013 04:08:40 +0000 (15:08 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 22 Mar 2013 04:33:58 +0000 (15:33 +1100)
commitbed2a5878080ec7ebdf322f75b61356826a59f83
tree6569310cd2155983aa2c4843d2aa6354800cf613
parenta6f103698eda216dba889ba5f695afe61143d742
ipc: implement MSG_COPY as a new receive mode

Teach the helper routines about MSG_COPY so that msgtyp is preserved as
the message number to copy.

The security functions affected by this change were audited and no
additional changes are necessary.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Acked-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
ipc/msg.c