[PATCH 01/08] [TIPC]: Update version to 1.6.3

2008-02-22 Thread Stephens, Allan
This patch updates TIPC's version number to 1.6.3. Signed-off-by: Allan Stephens [EMAIL PROTECTED] --- net/tipc/core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/tipc/core.c b/net/tipc/core.c index d2d7d32..9b9429e 100644 --- a/net/tipc/core.c +++

[PATCH 04/08] [TIPC]: Minor cleanup of message header code

2008-02-22 Thread Stephens, Allan
This patch eliminates some unused or duplicate message header symbols, and fixes up the comments and/or location of a few other symbols. Signed-off-by: Allan Stephens [EMAIL PROTECTED] --- net/tipc/link.c | 16 net/tipc/msg.c | 16 net/tipc/msg.h | 19

[PATCH 00/08] [TIPC]: Initial patch set for TIPC 1.6.3

2008-02-22 Thread Stephens, Allan
This is a patch set containing TIPC code developed as part of the TIPC 1.7 development project. This first set contains small enhancements and bug fixes only, and is thus being integrated under the current TIPC 1.6 designation. Patch set summary: 01 Update version to 1.6.3 02 Add argument

[PATCH 02/08] [TIPC]: Add argument validation for shutdown()

2008-02-22 Thread Stephens, Allan
This patch validates that the how argument to shutdown() is SHUT_RDWR, since this is the only form that TIPC supports. Signed-off-by: Allan Stephens [EMAIL PROTECTED] --- net/tipc/socket.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/net/tipc/socket.c

[PATCH 03/08] [TIPC]: Eliminate sparse warning in socket code

2008-02-22 Thread Stephens, Allan
This patch eliminates warnings about a pair of undeclared symbols. Signed-off-by: Allan Stephens [EMAIL PROTECTED] --- net/tipc/socket.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/net/tipc/socket.c b/net/tipc/socket.c index e5a6983..356a18c 100644 ---

[PATCH 06/08] [TIPC]: Enhancements to message header field writing

2008-02-22 Thread Stephens, Allan
From d588668422a802166b8368104490c7f644e95271 Mon Sep 17 00:00:00 2001 From: Allan Stephens [EMAIL PROTECTED] Date: Fri, 22 Feb 2008 10:21:42 -0500 Subject: This patch makes two enhancements to the routine used to set bit fields within a TIPC message header: 1) It now ignores any bits of the

[PATCH 07/08] [TIPC]: Removal of obsolete message header option code

2008-02-22 Thread Stephens, Allan
This patch removes code associated with optional, user-specified fields of the TIPC message header. Such fields were never utilized by TIPC, and have now been removed from the protocol specification. Signed-off-by: Allan Stephens [EMAIL PROTECTED] --- include/net/tipc/tipc_port.h |7 ---

[PATCH 08/08] [TIPC]: TIPC network address handling cleanup

2008-02-22 Thread Stephens, Allan
This patch improves the code which manipulates TIPC network address (aka Z.C.N values). 1) Address format validation routines are generalized to accept any valid Z.C.N value. 2) Eliminated inlining of scope checking code to prevent needless code duplication in non-critical path areas. 3)

[PATCH 05/08] [TIPC]: Use correct bitmask when setting version in message

2008-02-22 Thread Stephens, Allan
This patch ensures that the 3-bit version field of the TIPC message header is masked correctly when written into a message. Signed-off-by: Allan Stephens [EMAIL PROTECTED] --- net/tipc/msg.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/tipc/msg.h b/net/tipc/msg.h

RE: [PATCH 03/08] [TIPC]: Eliminate sparse warning in socket code

2008-02-22 Thread Stephens, Allan
] Sent: Friday, February 22, 2008 3:04 PM To: Stephens, Allan Cc: netdev@vger.kernel.org Subject: Re: [PATCH 03/08] [TIPC]: Eliminate sparse warning in socket code On Fri, Feb 22, 2008 at 11:59:12AM -0800, Stephens, Allan wrote: This patch eliminates warnings about a pair of undeclared symbols. Hi

RE: [PATCH] TIPC: fix tipc_link_create error handling

2007-07-23 Thread Stephens, Allan
, Al -Original Message- From: Florian Westphal [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 2:34 PM To: netdev@vger.kernel.org Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Stephens, Allan; [EMAIL PROTECTED] Subject: [PATCH] TIPC: fix tipc_link_create error handling if printbuf

RE: [PATCH] TIPC: Fix infinite loop in netlink handler

2007-06-20 Thread Stephens, Allan
Patrick McHardy wrote: Florian Westphal wrote: From: Florian Westphal [EMAIL PROTECTED] The tipc netlink config handler uses the nlmsg_pid from the request header as destination for its reply. If the application initialized nlmsg_pid to 0, the reply is looped back to the kernel,

RE: [tipc-discussion] [RFC: 2.6 patch] net/tipc/: possible cleanups

2007-02-24 Thread Stephens, Allan
API's that are apparently necessary/useful when doing coding of this sort. Regards, Al -Original Message- From: Christoph Hellwig [mailto:[EMAIL PROTECTED] Sent: Friday, February 23, 2007 5:17 PM To: Adrian Bunk Cc: Jon Maloy; [EMAIL PROTECTED]; Stephens, Allan; netdev

RE: [PATCH 7/32] [TIPC] Multicast link failure now resets all links to nacking node.

2006-06-22 Thread Stephens, Allan
impact on the overall performance of TIPC. Regards, Al Stephens -Original Message- From: James Morris [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 2:51 PM To: Per Liden Cc: David Miller; netdev@vger.kernel.org; Stephens, Allan Subject: Re: [PATCH 7/32] [TIPC] Multicast link