OSDN Git Service

Merge branch 'mctp-kunit-tests'
authorDavid S. Miller <davem@davemloft.net>
Sun, 3 Oct 2021 13:35:42 +0000 (14:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Oct 2021 13:35:42 +0000 (14:35 +0100)
commit0693b27644f04852e46f7f034e3143992b658869
treef0bff641603683a412a9be28b2733f1e9d708d1d
parentb8aa16541d73994dc18c5e8789124f26189ed656
parent1e5e9250d4224e3ed77846bd8d29ac66fbe6f05d
Merge branch 'mctp-kunit-tests'

Jeremy Kerr says:

====================
MCTP kunit tests

This change adds some initial kunit tests for the MCTP core. We'll
expand the coverage in a future series, and augment with a few
selftests, but this establishes a baseline set of tests for now.

Thanks to the kunit folks for the framework!

---

v2:
 - fix MCTP=m, KUNIT={y,m} breakage
 - fix mctp test netdev initialisation
 - strict route reference count checking
====================

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