[GIT,PULL] clone3 selftest fix

Message ID 20230421-semester-nothilfen-990da22419a2@brauner
State New
Headers
Series [GIT,PULL] clone3 selftest fix |

Pull-request

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

Message

Christian Brauner April 21, 2023, 1:29 p.m. UTC
  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@gitolite.kernel.org: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(-)
  

Comments

pr-tracker-bot@kernel.org April 24, 2023, 9:45 p.m. UTC | #1
The pull request you sent on Fri, 21 Apr 2023 15:29:18 +0200:

> git@gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux tags/v6.4/kernel.clone3.tests

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a632b76b427d886911221331f4bfcd44a3e58197

Thank you!