summaryrefslogtreecommitdiffstats
path: root/ipc/msgutil.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52Thomas Gleixner2019-05-241-5/+1Star
* ipc: prevent lockup on alloc_msg and free_msgLi Rongqing2019-05-151-0/+6
* ipc: convert ipc_namespace.count from atomic_t to refcount_tElena Reshetova2017-09-091-1/+1
* ipc: account for kmem usage on mqueue and msgAristeu Rozanski2016-10-281-2/+2
* ipc: delete "nr_ipc_ns"Alexey Dobriyan2016-08-031-2/+0Star
* ipc,msg: drop dst nil validation in copy_msgDavidlohr Bueso2015-11-071-1/+0Star
* ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso2015-09-101-1/+1
* copy address of proc_ns_ops into ns_commonAl Viro2014-12-041-0/+3
* common object embedded into various struct ....nsAl Viro2014-12-041-1/+1
* ipc, msg: fix message length check for negative valuesMathias Krause2013-11-131-10/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-1/+1
|\
| * proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-1/+1
* | ipc/msgutil.c: use linux/uaccess.hHoSung Jung2013-05-011-2/+2
* | ipc: set EFAULT as default error in load_msg()Peter Hurley2013-05-011-7/+3Star
* | ipc: tighten msg copy loopsPeter Hurley2013-05-011-21/+11Star
* | ipc: separate msg allocation from userspace copyPeter Hurley2013-05-011-14/+38
* | ipc: clamp with min()Peter Hurley2013-05-011-22/+8Star
|/
* ipc: fix potential oops when src msg > 4k w/ MSG_COPYPeter Hurley2013-03-091-3/+0Star
* ipc: simplify message copyingStanislav Kinsbursky2013-01-051-0/+5
* ipc: introduce message queue copy featureStanislav Kinsbursky2013-01-051-0/+38
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-201-0/+2
* security: trim security.hAl Viro2012-02-141-0/+2
* ... and the same kind of leak for mqueueAl Viro2011-12-091-5/+0Star
* userns: add a user namespace owner of ipc nsSerge E. Hallyn2011-03-241-0/+1
* namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn2009-04-071-6/+3Star
* namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn2009-04-071-0/+22
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-2/+2
* fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+127