All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Clean up and fix SCM_CREDENTIALS code
@ 2013-03-20 21:38 Andy Lutomirski
       [not found] ` <cover.1363815201.git.luto-kltTT9wpgjJwATOyAt5JVQ@public.gmane.org>
  2013-03-20 21:38 ` Andy Lutomirski
  0 siblings, 2 replies; 12+ messages in thread
From: Andy Lutomirski @ 2013-03-20 21:38 UTC (permalink / raw)
  To: netdev-u79uwXL29TY76Z2rM5mHXA
  Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	Eric W. Biederman, Andy Lutomirski

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-03-21 17:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-20 21:38 [PATCH 0/3] Clean up and fix SCM_CREDENTIALS code Andy Lutomirski
     [not found] ` <cover.1363815201.git.luto-kltTT9wpgjJwATOyAt5JVQ@public.gmane.org>
2013-03-20 21:38   ` [PATCH 1/3] net: Clean up " Andy Lutomirski
2013-03-21  2:15     ` James Morris
     [not found]     ` <3d7ffb6d9b73971f1a526fc490ef84ef7a33eecc.1363815201.git.luto-kltTT9wpgjJwATOyAt5JVQ@public.gmane.org>
2013-03-21  2:15       ` James Morris
2013-03-21  6:54       ` Eric W. Biederman
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
2013-03-20 21:38 ` Andy Lutomirski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.