]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: introduce token KUNIT self-tests
authorPaolo Abeni <pabeni@redhat.com>
Fri, 26 Jun 2020 17:30:02 +0000 (19:30 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Jun 2020 23:21:39 +0000 (16:21 -0700)
commit257fb158ab0a0b90d87b03fab7ee710882e9eebe
tree9b220d6dc36b86b356bdabe65e1e75457a83cceb
parenta3537bc0e1c863d64343b0df5411a53ed84f53d8
mptcp: introduce token KUNIT self-tests

Unit tests for the internal MPTCP token APIs, using KUNIT

v1 -> v2:
 - use the correct RCU annotation when initializing icsk ulp
 - fix a few checkpatch issues

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/Kconfig
net/mptcp/Makefile
net/mptcp/token.c
net/mptcp/token_test.c [new file with mode: 0644]