mirror of
https://github.com/torvalds/linux.git
synced 2026-04-28 03:22:27 -04:00
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>
7 lines
78 B
Plaintext
7 lines
78 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
initrd
|
|
b[0-9]*
|
|
res
|
|
*.swp
|
|
.kvm.sh.lock
|