aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2019-06-27 14:03:32 +0200
committerDavid S. Miller <davem@davemloft.net>2019-06-27 09:54:34 -0700
commit6a9e9cea4c51dd7137f381710bb42e2ad6e7e285 (patch)
tree57b256e5356e97686e4c57fad2236b0f947c187e /block
parentnet: ethtool: Allow parsing ETHER_FLOW types when using flow_rule (diff)
downloadlinux-dev-6a9e9cea4c51dd7137f381710bb42e2ad6e7e285.tar.xz
linux-dev-6a9e9cea4c51dd7137f381710bb42e2ad6e7e285.zip
net: ipv4: fix infinite loop on secondary addr promotion
secondary address promotion causes infinite loop -- it arranges for ifa->ifa_next to point back to itself. Problem is that 'prev_prom' and 'last_prim' might point at the same entry, so 'last_sec' pointer must be obtained after prev_prom->next update. Fixes: 2638eb8b50cf ("net: ipv4: provide __rcu annotation for ifa_list") Reported-by: Ran Rozenstein <ranro@mellanox.com> Reported-by: Tariq Toukan <tariqt@mellanox.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions