]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-ipv4-fix-circular-list-infinite-loop'
authorDavid S. Miller <davem@davemloft.net>
Thu, 27 Jun 2019 16:54:35 +0000 (09:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Jun 2019 16:54:35 +0000 (09:54 -0700)
commitfe8f15db0876677c25fa244edd244770bc5a81ae
tree485cac7117ac0bb3dd6713baaedaa37f5d7a7094
parent86cee80009375dc4189e4a1eee6a00fac47c2579
parent29ec434fd303375aaf54f85a6f705bb725c7c77b
Merge branch 'net-ipv4-fix-circular-list-infinite-loop'

Florian Westphal says:

====================
net: ipv4: fix circular-list infinite loop

Tariq and Ran reported a regression caused by net-next commit
5040d9557b30 ("net: ipv4: provide __rcu annotation for ifa_list").

This happens when net.ipv4.conf.$dev.promote_secondaries sysctl is
enabled -- we can arrange for ifa->next to point at ifa, so next
process that tries to walk the list loops forever.

Fix this and extend rtnetlink.sh with a small test case for this.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>