mctp: Add initial test structure and fragmentation test
authorJeremy Kerr <jk@codeconstruct.com.au>
Sun, 3 Oct 2021 03:17:04 +0000 (11:17 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Oct 2021 13:35:41 +0000 (14:35 +0100)
commit161eba50e183ed4ca20f6d8dec19bdc526d2b2b9
tree26b414325f3bd1afee0e71b62238639a9806982e
parentb8aa16541d73994dc18c5e8789124f26189ed656
mctp: Add initial test structure and fragmentation test

This change adds the first kunit test for the mctp subsystem, and an
initial test for the fragmentation path.

We're adding tests under a new net/mctp/test/ directory.

Incorporates a fix for module configs:

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mctp/Kconfig
net/mctp/route.c
net/mctp/test/route-test.c [new file with mode: 0644]