Merge branch 'selftests-fix'
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Jan 2023 11:59:53 +0000 (11:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Jan 2023 11:59:53 +0000 (11:59 +0000)
commit1c429c10192c930fd358b0c9a777c222a352d945
treef7e06e6a8c4c89db9f55ddaf34002bfdb9e9d11c
parent6d4cfcf97986cc67635630a2bc1f8d5c92ecdbba
parent1856628baa17032531916984808d1bdfd62700d4
Merge branch 'selftests-fix'

Po-Hsu Lin says:

====================
selftests: net: fix for arp_ndisc_evict_nocarrier test

This patchset will fix a false-positive issue caused by the command in
cleanup_v6() of the arp_ndisc_evict_nocarrier test.

Also, it will make the test to return a non-zero value for any failure
reported in the test for us to avoid false-negative results.
====================

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