From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Lutomirski Subject: [PATCH 0/3] Clean up and fix SCM_CREDENTIALS code Date: Wed, 20 Mar 2013 14:38:37 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, "Eric W. Biederman" , Andy Lutomirski To: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: netdev.vger.kernel.org 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