Return-Path: Date: Thu, 25 Sep 2014 09:31:45 +0200 From: Alexander Aring To: Martin Townsend Cc: Jukka Rissanen , Martin Townsend , linux-zigbee-devel@lists.sourceforge.net, linux-bluetooth@vger.kernel.org, linux-wpan@vger.kernel.org, marcel@holtmann.org Subject: Re: [PATCH v4 bluetooth] 6lowpan: fix incorrect return values in lowpan_rcv Message-ID: <20140925073143.GA25208@omega> References: <54184CDB.9050200@xsilon.com> <20140916173806.GC6104@omega> <54188817.80707@xsilon.com> <20140916193723.GD6104@omega> <54189522.9090405@xsilon.com> <20140916200754.GE6104@omega> <54189B6E.5080905@xsilon.com> <20140916203032.GG6104@omega> <20140925055504.GA24765@omega> <5423C36D.20606@xsilon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <5423C36D.20606@xsilon.com> List-ID: On Thu, Sep 25, 2014 at 08:25:33AM +0100, Martin Townsend wrote: > Hi Alex, > > I'm not keen on handling kfree_skb inside of lowpan_process_data for reasons already stated in a previous email. I'll have a rethink to see if there's another way of handling this. One idea I'm investigating is pskb_expand_head, this doesn't create a new sk_buff but adds room to the head and/or tail which seems perfect for decompression. There must only be a reference count of 1, so we would need to make a copy if this is the case before passing to decompression, I can't think why there would be more than 1 reference as the packet will only have passed through the 802.15.4 layer and only 6LoWPAN can decompress it. If it's cloned for monitoring then this would be a problem. > Any thoughts on this? > For me it doesn't matter if kfree_skb is inside of lowpan_process_data or not. Go ahead and send fixes for this, I will only review if there are still issues which are not solved by your patch. Don't know what you exactly mean with "monitoring" now. - Alex