From: Andy Lutomirski <luto-kltTT9wpgjJwATOyAt5JVQ@public.gmane.org>
To: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
"Eric W. Biederman"
<ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>,
Andy Lutomirski <luto-kltTT9wpgjJwATOyAt5JVQ@public.gmane.org>
Subject: [PATCH 0/3] Clean up and fix SCM_CREDENTIALS code
Date: Wed, 20 Mar 2013 14:38:37 -0700 [thread overview]
Message-ID: <cover.1363815201.git.luto@amacapital.net> (raw)
The code is incomprehensible, slow, and buggy.
Andy Lutomirski (3):
net: Clean up SCM_CREDENTIALS code
netlink: Remove an unused pointer in netlink_skb_parms
net: Remove sock_iocb.scm
include/linux/netlink.h | 1 -
include/net/af_unix.h | 6 ++--
include/net/scm.h | 83 ++++++++++++++++++++++++++++++++----------------
include/net/sock.h | 1 -
net/core/scm.c | 49 ++++++++++------------------
net/netlink/af_netlink.c | 31 ++++++++----------
net/socket.c | 2 --
net/unix/af_unix.c | 83 +++++++++++++++++-------------------------------
8 files changed, 118 insertions(+), 138 deletions(-)
--
1.8.1.4
next reply other threads:[~2013-03-20 21:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-20 21:38 Andy Lutomirski [this message]
[not found] ` <cover.1363815201.git.luto-kltTT9wpgjJwATOyAt5JVQ@public.gmane.org>
2013-03-20 21:38 ` [PATCH 1/3] net: Clean up SCM_CREDENTIALS code Andy Lutomirski
2013-03-21 2:15 ` James Morris
2013-03-21 6:54 ` Eric W. Biederman
[not found] ` <87k3p1z1iq.fsf-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>
2013-03-21 17:52 ` Andy Lutomirski
2013-03-20 21:38 ` [PATCH 2/3] netlink: Remove an unused pointer in netlink_skb_parms Andy Lutomirski
[not found] ` <a8766c8b116b5e6fcaa932fe94f84a584554b98f.1363815201.git.luto-kltTT9wpgjJwATOyAt5JVQ@public.gmane.org>
2013-03-21 6:36 ` Eric W. Biederman
[not found] ` <87d2ut1cpj.fsf-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>
2013-03-21 17:41 ` Andy Lutomirski
2013-03-20 21:38 ` [PATCH 3/3] net: Remove sock_iocb.scm Andy Lutomirski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1363815201.git.luto@amacapital.net \
--to=luto-klttt9wpgjjwatoyat5jvq@public.gmane.org \
--cc=containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
--cc=ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org \
--cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).