aboutsummaryrefslogtreecommitdiff
path: root/ipc/msgutil.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-19ipc: Use generic ns_common::countGravatar Kirill Tkhai 1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52Gravatar Thomas Gleixner 1-5/+1
2019-05-14ipc: prevent lockup on alloc_msg and free_msgGravatar Li Rongqing 1-0/+6
2017-09-08ipc: convert ipc_namespace.count from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+1
2016-10-27ipc: account for kmem usage on mqueue and msgGravatar Aristeu Rozanski 1-2/+2
2016-08-02ipc: delete "nr_ipc_ns"Gravatar Alexey Dobriyan 1-2/+0
2015-11-06ipc,msg: drop dst nil validation in copy_msgGravatar Davidlohr Bueso 1-1/+0
2015-09-10ipc: convert invalid scenarios to use WARN_ONGravatar Davidlohr Bueso 1-1/+1
2014-12-04copy address of proc_ns_ops into ns_commonGravatar Al Viro 1-0/+3
2014-12-04common object embedded into various struct ....nsGravatar Al Viro 1-1/+1
2013-11-13ipc, msg: fix message length check for negative valuesGravatar Mathias Krause 1-10/+10
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hGravatar David Howells 1-1/+1
2013-05-01ipc/msgutil.c: use linux/uaccess.hGravatar HoSung Jung 1-2/+2
2013-05-01ipc: set EFAULT as default error in load_msg()Gravatar Peter Hurley 1-7/+3
2013-05-01ipc: tighten msg copy loopsGravatar Peter Hurley 1-21/+11
2013-05-01ipc: separate msg allocation from userspace copyGravatar Peter Hurley 1-14/+38
2013-05-01ipc: clamp with min()Gravatar Peter Hurley 1-22/+8
2013-03-08ipc: fix potential oops when src msg > 4k w/ MSG_COPYGravatar Peter Hurley 1-3/+0
2013-01-04ipc: simplify message copyingGravatar Stanislav Kinsbursky 1-0/+5
2013-01-04ipc: introduce message queue copy featureGravatar Stanislav Kinsbursky 1-0/+38
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Gravatar Eric W. Biederman 1-0/+2
2012-02-14security: trim security.hGravatar Al Viro 1-0/+2
2011-12-09... and the same kind of leak for mqueueGravatar Al Viro 1-5/+0
2011-03-23userns: add a user namespace owner of ipc nsGravatar Serge E. Hallyn 1-0/+1
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesGravatar Serge E. Hallyn 1-6/+3
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceGravatar Serge E. Hallyn 1-0/+22
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-2/+2
2006-10-03fix file specification in commentsGravatar Uwe Zeisberger 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+127