aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ipc/msgutil.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52Thomas Gleixner1-5/+1
2019-05-14ipc: prevent lockup on alloc_msg and free_msgLi Rongqing1-0/+6
2017-09-08ipc: convert ipc_namespace.count from atomic_t to refcount_tElena Reshetova1-1/+1
2016-10-27ipc: account for kmem usage on mqueue and msgAristeu Rozanski1-2/+2
2016-08-02ipc: delete "nr_ipc_ns"Alexey Dobriyan1-2/+0
2015-11-06ipc,msg: drop dst nil validation in copy_msgDavidlohr Bueso1-1/+0
2015-09-10ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso1-1/+1
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro1-0/+3
2014-12-04common object embedded into various struct ....nsAl Viro1-1/+1
2013-11-13ipc, msg: fix message length check for negative valuesMathias Krause1-10/+10
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells1-1/+1
2013-05-01ipc/msgutil.c: use linux/uaccess.hHoSung Jung1-2/+2
2013-05-01ipc: set EFAULT as default error in load_msg()Peter Hurley1-7/+3
2013-05-01ipc: tighten msg copy loopsPeter Hurley1-21/+11
2013-05-01ipc: separate msg allocation from userspace copyPeter Hurley1-14/+38
2013-05-01ipc: clamp with min()Peter Hurley1-22/+8
2013-03-08ipc: fix potential oops when src msg > 4k w/ MSG_COPYPeter Hurley1-3/+0
2013-01-04ipc: simplify message copyingStanislav Kinsbursky1-0/+5
2013-01-04ipc: introduce message queue copy featureStanislav Kinsbursky1-0/+38
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman1-0/+2
2012-02-14security: trim security.hAl Viro1-0/+2
2011-12-09... and the same kind of leak for mqueueAl Viro1-5/+0
2011-03-23userns: add a user namespace owner of ipc nsSerge E. Hallyn1-0/+1
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn1-6/+3
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn1-0/+22
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-2/+2
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+127