[GIT PULL] clone3 selftest fix

From: Christian Brauner
Date: Fri Apr 21 2023 - 09:31:30 EST


Hey Linus,

/* Summary */
This is a single fix to the clone3() selftstests.
It fell through the sefltest tree cracks a few times so I'll provide
it here. It has low urgency but we should still correctly report the
number of tests.

/* Testing */
clang: Ubuntu clang version 15.0.6
gcc: (Ubuntu 12.2.0-3ubuntu1) 12.2.0

All patches are based on 6.3-rc4 and have been sitting in linux-next.
No build failures or warnings were observed. All old and new tests in
fstests, selftests, and LTP pass without regressions.

/* Conflicts */
At the time of creating this PR no merge conflicts were reported from
linux-next and no merge conflicts showed up doing a test-merge with
current mainline.

The following changes since commit 197b6b60ae7bc51dd0814953c562833143b292aa:

Linux 6.3-rc4 (2023-03-26 14:40:20 -0700)

are available in the Git repository at:

git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/brauner/linux tags/v6.4/kernel.clone3.tests

for you to fetch changes up to d95debbdc528d50042807754d6085c15abc21768:

selftests/clone3: fix number of tests in ksft_set_plan (2023-04-06 11:57:28 +0200)

Please consider pulling these changes from the signed v6.4/kernel.clone3.tests tag.

Thanks!
Christian

----------------------------------------------------------------
v6.4/kernel.clone3.tests

----------------------------------------------------------------
Tobias Klauser (1):
selftests/clone3: fix number of tests in ksft_set_plan

tools/testing/selftests/clone3/clone3.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)