From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 1/3] [TIPC] Fixed skb_under_panic caused by tipc_link_bundle_buf Date: Thu, 29 Jun 2006 12:34:10 -0700 (PDT) Message-ID: <20060629.123410.122616489.davem@davemloft.net> References: <11514964722073-git-send-email-per.liden@ericsson.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, allan.stephens@windriver.com Return-path: Received: from dsl027-180-168.sfo1.dsl.speakeasy.net ([216.27.180.168]:10964 "EHLO sunset.davemloft.net") by vger.kernel.org with ESMTP id S932317AbWF2TeN (ORCPT ); Thu, 29 Jun 2006 15:34:13 -0400 To: per.liden@ericsson.com In-Reply-To: <11514964722073-git-send-email-per.liden@ericsson.com> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Per Liden Date: Wed, 28 Jun 2006 14:07:50 +0200 > From: Allan Stephens > > Now determines tailroom of bundle buffer by directly inspection of buffer. > Previously, buffer was assumed to have a max capacity equal to the link MTU, > but the addition of link MTU negotiation means that the link MTU can increase > after the bundle buffer is allocated. > > Signed-off-by: Allan Stephens > Signed-off-by: Per Liden Applied, thanks.