summaryrefslogtreecommitdiff
path: root/ipc/msg.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-11-01 12:45:43 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-11-01 12:45:43 +0100
commitab435ce49bd1d02e33dfec24f76955dc1196970b (patch)
tree9eb51a3a78fe93a88923a16639a8c913dab6d184 /ipc/msg.c
parent4a5649e0d3796c1612cbcac4b0c30f2476f5a886 (diff)
downloadkernel-linux-5.8.y.tar.gz
Linux 5.8.18linux-5.8.y
Tested-by: Guenter Roeck <linux@roeck-us.net> Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> Link: https://lore.kernel.org/r/20201031113459.481803250@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'ipc/msg.c')
0 files changed, 0 insertions, 0 deletions
a>Eric W. Biederman 2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2014-12-10exit: pidns: fix/update the comments in zap_pid_ns_processes()Oleg Nesterov 2014-12-04copy address of proc_ns_ops into ns_commonAl Viro 2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro 2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro 2014-12-04switch the rest of proc_ns_operations to working with &...->nsAl Viro 2014-12-04common object embedded into various struct ....nsAl Viro 2014-04-02pid_namespace: pidns_get() should check task_active_pid_ns() != NULLOleg Nesterov