aboutsummaryrefslogtreecommitdiffstats
path: root/net/mptcp/crypto_test.c
diff options
context:
space:
mode:
authorIngo Molnar <[email protected]>2024-01-08 11:57:28 +0000
committerIngo Molnar <[email protected]>2024-01-08 11:57:28 +0000
commitcdb3033e191fd03da2d7da23b9cd448dfa180a8e (patch)
treee863d55e63bea2bc9c18652e0d7291fec5e5cd23 /net/mptcp/crypto_test.c
parentsched/fair: Remove unused 'next_buddy_marked' local variable in check_preempt... (diff)
parentsched/fair: Fix tg->load when offlining a CPU (diff)
downloadkernel-cdb3033e191fd03da2d7da23b9cd448dfa180a8e.tar.gz
kernel-cdb3033e191fd03da2d7da23b9cd448dfa180a8e.zip
Merge branch 'sched/urgent' into sched/core, to pick up pending v6.7 fixes for the v6.8 merge window
This fix didn't make it upstream in time, pick it up for the v6.8 merge window. Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/mptcp/crypto_test.c')
-rw-r--r--net/mptcp/crypto_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mptcp/crypto_test.c b/net/mptcp/crypto_test.c
index 017248dea038..220414e5c850 100644
--- a/net/mptcp/crypto_test.c
+++ b/net/mptcp/crypto_test.c
@@ -70,3 +70,4 @@ static struct kunit_suite mptcp_crypto_suite = {
kunit_test_suite(mptcp_crypto_suite);
MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("KUnit tests for MPTCP Crypto");