]> www.infradead.org Git - nvme.git/commit
Merge tag 'kselftest-fix-2024-07-04' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Jul 2024 16:29:42 +0000 (09:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Jul 2024 16:29:42 +0000 (09:29 -0700)
commit4d85acef10252c59e3b6c197c61d9252ff950431
tree277ad7fff8b8d0ea97c86cdab9284b72e2cd1198
parent8faccfefaf1426a171a60cc35414fc2b1958a2c8
parent130e42806773013e9cf32d211922c935ae2df86c
Merge tag 'kselftest-fix-2024-07-04' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux

Pull Kselftest fix from Mickaël Salaün:
 "Fix Kselftests timeout.

  We can't use CLONE_VFORK, since that blocks the parent - and thus the
  timeout handling - until the child exits or execve's.

  Go back to using plain fork()"

* tag 'kselftest-fix-2024-07-04' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux:
  selftests/harness: Fix tests timeout and race condition