aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/clang/lib/Driver/ToolChains/BareMetal.cpp
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2024-05-23 16:20:37 +0000
committerAlexander Motin <mav@FreeBSD.org>2024-05-23 17:43:02 +0000
commit9898f936aa69d1b67bcd83d189acb6013f76bd43 (patch)
tree9be19527047ac27cac9ccb4e56b460a6f838b627 /contrib/llvm-project/clang/lib/Driver/ToolChains/BareMetal.cpp
parentd823e80ef5a709ee8c1f9e138eedcda6c1cbd1b5 (diff)
downloadsrc-stable/13.tar.gz
src-stable/13.zip
Fix scn_queue races on very old poolsstable/13
Code for pools before version 11 uses dmu_objset_find_dp() to scan for children datasets/clones. It calls enqueue_clones_cb() and enqueue_cb() callbacks in parallel from multiple taskq threads. It ends up bad for scan_ds_queue_insert(), corrupting scn_queue AVL-tree. Fix it by introducing a mutex to protect those two scan_ds_queue_insert() calls. All other calls are done from the sync thread and so serialized. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Brian Atkinson <batkinson@lanl.gov> Signed-off-by: Alexander Motin <mav@FreeBSD.org> Sponsored by: iXsystems, Inc. Closes #16162 PR: 278414 (cherry picked from commit 49086aa35d987b78dbc3c9ec94814fe338e07164)
Diffstat (limited to 'contrib/llvm-project/clang/lib/Driver/ToolChains/BareMetal.cpp')
0 files changed, 0 insertions, 0 deletions