diff options
author | 2024-01-08 12:57:28 +0100 | |
---|---|---|
committer | 2024-01-08 12:57:28 +0100 | |
commit | cdb3033e191fd03da2d7da23b9cd448dfa180a8e (patch) | |
tree | e863d55e63bea2bc9c18652e0d7291fec5e5cd23 /net/mptcp/token_test.c | |
parent | sched/fair: Remove unused 'next_buddy_marked' local variable in check_preempt_wakeup_fair() (diff) | |
parent | sched/fair: Fix tg->load when offlining a CPU (diff) | |
download | wireguard-linux-cdb3033e191fd03da2d7da23b9cd448dfa180a8e.tar.xz wireguard-linux-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 <mingo@kernel.org>
Diffstat (limited to 'net/mptcp/token_test.c')
-rw-r--r-- | net/mptcp/token_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mptcp/token_test.c b/net/mptcp/token_test.c index 0758865ab658..bfff53e668da 100644 --- a/net/mptcp/token_test.c +++ b/net/mptcp/token_test.c @@ -143,3 +143,4 @@ static struct kunit_suite mptcp_token_suite = { kunit_test_suite(mptcp_token_suite); MODULE_LICENSE("GPL"); +MODULE_DESCRIPTION("KUnit tests for MPTCP Token"); |