]> git.itanic.dy.fi Git - linux-stable/commit
Merge branch 'selftests-net-a-few-pmtu-sh-fixes'
authorJakub Kicinski <kuba@kernel.org>
Thu, 1 Feb 2024 05:08:11 +0000 (21:08 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 Feb 2024 05:13:19 +0000 (21:13 -0800)
commitb59af3045a6605c6a23ca436f532eec481a54c36
tree0d5233f1c55edf8807dddbe05216533b6da02027
parentebe3121400f242e215687f81f7cf533e25fab81d
parentbc0970d5ac1d1317e212bdf55533935ecb6ae95c
Merge branch 'selftests-net-a-few-pmtu-sh-fixes'

Paolo Abeni says:

====================
selftests: net: a few pmtu.sh fixes

This series try to address CI failures for the pmtu.sh tests. It
does _not_ attempt to enable all the currently skipped cases, to
avoid adding more entropy.

Tested with:

make -C tools/testing/selftests/ TARGETS=net install
vng --build  --config tools/testing/selftests/net/config
vng --run . --user root -- \
./tools/testing/selftests/kselftest_install/run_kselftest.sh \
-t net:pmtu.sh
====================

Link: https://lore.kernel.org/r/cover.1706635101.git.pabeni@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>