hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/tools/testing/selftests/futex/functional/futex_requeue_pi.c
....@@ -1,11 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /******************************************************************************
23 *
34 * Copyright © International Business Machines Corp., 2006-2008
4
- *
5
- * This program is free software; you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation; either version 2 of the License, or
8
- * (at your option) any later version.
95 *
106 * DESCRIPTION
117 * This test excercises the futex syscall op codes needed for requeuing
....@@ -395,6 +391,7 @@
395391 }
396392
397393 ksft_print_header();
394
+ ksft_set_plan(1);
398395 ksft_print_msg("%s: Test requeue functionality\n", basename(argv[0]));
399396 ksft_print_msg(
400397 "\tArguments: broadcast=%d locked=%d owner=%d timeout=%ldns\n",