]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'kselftests-net-missing'
authorDavid S. Miller <davem@davemloft.net>
Wed, 3 Nov 2021 11:07:02 +0000 (11:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Nov 2021 11:07:02 +0000 (11:07 +0000)
commit5ce5a6f3e8354b6dc270b63355a98aa10ee0d0a4
tree0a22deee117a1e7922c6e2a28b82b6fa7cd929dd
parent6aeef5f1cff7d12fbbbd2530acb72b3810bbec1c
parent54775224b69bb7340a9259286dda4d81074cef3d
Merge branch 'kselftests-net-missing'

Hangbin Liu says:

====================
kselftests/net: add missed tests to Makefile

When generating the selftest to another folder, some tests are missing
as they are not added in Makefile. e.g.

  make -C tools/testing/selftests/ install \
      TARGETS="net" INSTALL_PATH=/tmp/kselftests

These pathset add them separately to make the Fixes tags less. It would
also make the stable tree or downstream backport easier.

If you think there is no need to add the Fixes tag for this minor issue.
I can repost a new patch and merge all the fixes together.

Thanks

v3: no update, just rebase to latest net tree.
v2: move toeplitz.sh/toeplitz_client.sh under TEST_PROGS_EXTENDED.
====================

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