commit | 9e733177c71a81ae9be22dbacc79a0dd60a99f21 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Aug 22 17:01:51 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 10 16:55:11 2018 -0800 |
tree | 0a4ef88178c6b60457cb3e49453fda3f89e40143 | |
parent | 4a5a553ddef76cbeb346414ddfd91aef8de07532 [diff] |
iucv: Remove SKB list assumptions. Eliminate the assumption that SKBs and SKB list heads can be cast to eachother in SKB list handling code. This change also appears to fix a bug since the list->next pointer is sampled outside of holding the SKB queue lock. Signed-off-by: David S. Miller <davem@davemloft.net>