]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-ipv4-remove-erroneous-advancement-of-list-pointer'
authorDavid S. Miller <davem@davemloft.net>
Mon, 17 Jun 2019 23:27:43 +0000 (16:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Jun 2019 23:27:43 +0000 (16:27 -0700)
commit9c5f940c86628cf7fe96f06f8f997acb46f5481c
treed4e4fb67271f0dd40016de4f002c64abdc1f5832
parentcf7df42a173d48be7f3e039cef49ba9fb3b61527
parent422c9f5dc14a789609cd370699c9a9907eca1a01
Merge branch 'net-ipv4-remove-erroneous-advancement-of-list-pointer'

Florian Westphal says:

====================
net: ipv4: remove erroneous advancement of list pointer

Tariq reported a soft lockup on net-next that Mellanox was able to
bisect to a062ebaf8b1c ("net: ipv4: provide __rcu annotation for ifa_list").

While reviewing above patch I found a regression when addresses have a
lifetime specified.

Second patch extends rtnetlink.sh to trigger crash
(without first patch applied).
====================

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