From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH net-next 13/15] net: Add and use skb_list_del_init(). Date: Sun, 9 Sep 2018 12:45:50 +0300 Message-ID: <5384880e-2f2c-5067-52db-a31727dd1b10@cogentembedded.com> References: <20180908.131104.39421839190166239.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: David Miller , netdev@vger.kernel.org Return-path: Received: from mail-lj1-f194.google.com ([209.85.208.194]:44185 "EHLO mail-lj1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726597AbeIIOfA (ORCPT ); Sun, 9 Sep 2018 10:35:00 -0400 Received: by mail-lj1-f194.google.com with SMTP id q127-v6so15427010ljq.11 for ; Sun, 09 Sep 2018 02:45:52 -0700 (PDT) In-Reply-To: <20180908.131104.39421839190166239.davem@davemloft.net> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: Hello! On 9/8/2018 11:11 PM, David Miller wrote: > It documents what is happening, and eliminates the spurious list > pointer poisoning. > > In the long term, in order to get proper list head debugging, we > might want to use the list poinson value as the indicator that Poison? > an SKB is a singleton and not on a list. > > Signed-off-by: David S. Miller [...] MBR, Sergei