commit | bb2bd090854cc608d4d8a4d14955eb13dffa94ab | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Thu Jun 27 14:03:33 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 27 09:54:35 2019 -0700 |
tree | 485cac7117ac0bb3dd6713baaedaa37f5d7a7094 | |
parent | 6a9e9cea4c51dd7137f381710bb42e2ad6e7e285 [diff] |
selftests: rtnetlink: add small test case with 'promote_secondaries' enabled This exercises the 'promote_secondaries' code path. Without previous fix, this triggers infinite loop/soft lockup: ifconfig process spinning at 100%, never to return. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>