]> git.baikalelectronics.ru Git - kernel.git/commit
net: Add and use skb_list_del_init().
authorDavid S. Miller <davem@davemloft.net>
Tue, 31 Jul 2018 22:27:56 +0000 (15:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Sep 2018 17:06:54 +0000 (10:06 -0700)
commit1d8caaba24a62b101baa72e4bb36f641f7395827
tree50aaa7b0231a83b7b58ad60c4da88d9905b89b0e
parentb1c550975587c5ccbb5699d907de2c43ff6e38c0
net: Add and use skb_list_del_init().

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 poison value as the indicator that
an SKB is a singleton and not on a list.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
net/core/dev.c
net/ipv4/ip_input.c