[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1382073801-22128-1-git-send-email-jon.maloy@ericsson.com>
Date: Fri, 18 Oct 2013 07:23:13 +0200
From: Jon Maloy <jon.maloy@...csson.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org,
Paul Gortmaker <paul.gortmaker@...driver.com>,
erik.hugne@...csson.com, ying.xue@...driver.com, maloy@...jonn.com,
tipc-discussion@...ts.sourceforge.net,
Jon Maloy <jon.maloy@...csson.com>
Subject: [PATCH net-next v2 0/8] tipc: some small patches
Some small and relatively straightforward patches. With exception of
the two first ones they are all unrelated and address minor issues.
v2: update of v1 (http://patchwork.ozlabs.org/patch/277404/)
-added commit to use memcpy_fromiovec on user data as per v1 feedback
-updated sparse fix commit to drop chunks covered by above commit
-added new commit that greatly simplifies the link lookup routine
Erik Hugne (1):
tipc: simplify the link lookup routine
Ying Xue (7):
tipc: don't use memcpy to copy from user space
tipc: remove iovec length parameter from all sending functions
tipc: silence sparse warnings
tipc: make bearer and media naming consistent
tipc: avoid unnecessary lookup for tipc bearer instance
tipc: correct return value of recv_msg routine
tipc: correct return value of link_cmd_set_value routine
net/tipc/bearer.c | 18 ++----
net/tipc/bearer.h | 10 +--
net/tipc/eth_media.c | 68 ++++++++++----------
net/tipc/ib_media.c | 58 +++++++++---------
net/tipc/link.c | 167 +++++++++++++-------------------------------------
net/tipc/link.h | 4 +-
net/tipc/msg.c | 27 ++++----
net/tipc/msg.h | 3 +-
net/tipc/port.c | 66 ++++++++------------
net/tipc/port.h | 16 ++---
net/tipc/socket.c | 12 ++--
11 files changed, 167 insertions(+), 282 deletions(-)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists