summaryrefslogtreecommitdiffstats
path: root/ipc/msgutil.c
Commit message (Expand)AuthorAgeFilesLines
* ipc: convert ipc_namespace.count from atomic_t to refcount_tElena Reshetova2017-09-081-1/+1
* ipc: account for kmem usage on mqueue and msgAristeu Rozanski2016-10-271-2/+2
* ipc: delete "nr_ipc_ns"Alexey Dobriyan2016-08-021-2/+0
* ipc,msg: drop dst nil validation in copy_msgDavidlohr Bueso2015-11-061-1/+0
* 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-011-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/+3
* | ipc: tighten msg copy loopsPeter Hurley2013-05-011-21/+11
* | ipc: separate msg allocation from userspace copyPeter Hurley2013-05-011-14/+38
* | ipc: clamp with min()Peter Hurley2013-05-011-22/+8
|/
* ipc: fix potential oops when src msg > 4k w/ MSG_COPYPeter Hurley2013-03-081-3/+0
* ipc: simplify message copyingStanislav Kinsbursky2013-01-041-0/+5
* ipc: introduce message queue copy featureStanislav Kinsbursky2013-01-041-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/+0
* userns: add a user namespace owner of ipc nsSerge E. Hallyn2011-03-231-0/+1
* namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn2009-04-071-6/+3
* 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-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+127
OpenPOWER on IntegriCloud