]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: mctp: test: add sock test infrastructure
authorJeremy Kerr <jk@codeconstruct.com.au>
Wed, 2 Jul 2025 06:20:08 +0000 (14:20 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 8 Jul 2025 10:39:23 +0000 (12:39 +0200)
commit19396179a0f1f912b22c051afb468482b0d9466f
treee46d2596b2fa08b73206826a67384f6bc89c7b93
parent80bcf05e54e0e269515192c3a2ceff736a730492
net: mctp: test: add sock test infrastructure

Add a new test object, for use with the af_mctp socket code. This is
intially empty, but we'll start populating actual tests in an upcoming
change.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Link: https://patch.msgid.link/20250702-dev-forwarding-v5-8-1468191da8a4@codeconstruct.com.au
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
net/mctp/af_mctp.c
net/mctp/test/route-test.c
net/mctp/test/sock-test.c [new file with mode: 0644]