]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/lsan-race-with-barrier'
authorJunio C Hamano <gitster@pobox.com>
Wed, 1 Jan 2025 17:21:15 +0000 (09:21 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Jan 2025 17:21:15 +0000 (09:21 -0800)
commitd893741e025a3408c7616a35db91b819327c078f
treee4d0fd89b325ac601449a635b21c0dac5df5df1b
parent98422943f013b56352dd1a2f8823368b27267e57
parent7a8d9efc26f194eb20114d1f639ec9fa48d70bff
Merge branch 'jk/lsan-race-with-barrier'

CI jobs that run threaded programs under LSan has been giving false
positives from time to time, which has been worked around.

* jk/lsan-race-with-barrier:
  grep: work around LSan threading race with barrier
  index-pack: work around LSan threading race with barrier
  thread-utils: introduce optional barrier type
  Revert "index-pack: spawn threads atomically"
  test-lib: use individual lsan dir for --stress runs