summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorJoel Fernandes <joelagnelf@nvidia.com>2026-01-01 11:34:16 -0500
committerBoqun Feng <boqun.feng@gmail.com>2026-01-04 18:50:59 +0800
commita590a79d19046d3e0f2089f83046f3b87f880359 (patch)
tree5f3134748d67b5d6cd793fed9a579bf30dc921ba /kernel
parentc89474b9b2ab8ab2c0d2cddadbed781c0f5e8f0c (diff)
rcutorture: Prevent concurrent kvm.sh runs on same source tree
Add flock-based locking to kvm.sh to prevent multiple instances from running concurrently on the same source tree. This prevents build failures caused by one instance's "make clean" deleting generated files while another instance is building causing build failures. The lock file is placed in the rcutorture directory and added to .gitignore. Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com> Tested-by: Paul E. McKenney <paulmck@kernel.org> Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions