Skip to content

Conversation

@janekmi
Copy link
Contributor

@janekmi janekmi commented Feb 9, 2026

{
   <insert_a_suppression_name_here>
   Memcheck:Addr8
   fun:atomic_load<__sanitizer::atomic_uint64_t>
   fun:NoTsanAtomicLoad<unsigned long long>
   fun:AtomicLoad<unsigned long long>
   fun:__tsan_go_atomic64_load
   fun:racecall
}
{
   <insert_a_suppression_name_here>
   Memcheck:Addr8
   fun:atomic_store<__sanitizer::atomic_uint64_t>
   fun:NoTsanAtomicStore<unsigned long long>
   fun:AtomicStore<unsigned long long>
   fun:__tsan_go_atomic64_store
   fun:racecall
}
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:MemoryAccess
   fun:__tsan_read_pc
   fun:racecall
}
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:atomic_store<__sanitizer::atomic_uint32_t>
   fun:StoreShadow
   fun:CheckRaces
   fun:MemoryAccess
   fun:__tsan_write_pc
   fun:racecall
}
{
   <insert_a_suppression_name_here>
   Memcheck:Addr8
   fun:func_add<unsigned long long>
   fun:NoTsanAtomicFetchAdd<unsigned long long>
   fun:__tsan_go_atomic64_fetch_add
   fun:racecall
}

Steps for the author:

  • Commit message follows the guidelines.
  • Appropriate Features or Test-tag pragmas were used.
  • Appropriate Functional Test Stages were run.
  • At least two positive code reviews including at least one code owner from each category referenced in the PR.
  • Testing is complete. If necessary, forced-landing label added and a reason added in a comment.

After all prior steps are complete:

  • Gatekeeper requested (daos-gatekeeper added as a reviewer).

{
   <insert_a_suppression_name_here>
   Memcheck:Addr8
   fun:atomic_load<__sanitizer::atomic_uint64_t>
   fun:NoTsanAtomicLoad<unsigned long long>
   fun:AtomicLoad<unsigned long long>
   fun:__tsan_go_atomic64_load
   fun:racecall
}
{
   <insert_a_suppression_name_here>
   Memcheck:Addr8
   fun:atomic_store<__sanitizer::atomic_uint64_t>
   fun:NoTsanAtomicStore<unsigned long long>
   fun:AtomicStore<unsigned long long>
   fun:__tsan_go_atomic64_store
   fun:racecall
}
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:MemoryAccess
   fun:__tsan_read_pc
   fun:racecall
}
{
   <insert_a_suppression_name_here>
   Memcheck:Value8
   fun:atomic_store<__sanitizer::atomic_uint32_t>
   fun:StoreShadow
   fun:CheckRaces
   fun:MemoryAccess
   fun:__tsan_write_pc
   fun:racecall
}
{
   <insert_a_suppression_name_here>
   Memcheck:Addr8
   fun:func_add<unsigned long long>
   fun:NoTsanAtomicFetchAdd<unsigned long long>
   fun:__tsan_go_atomic64_fetch_add
   fun:racecall
}

Signed-off-by: Jan Michalski <jan-marian.michalski@hpe.com>
@janekmi janekmi requested a review from a team as a code owner February 9, 2026 10:38
@janekmi janekmi added the clean-cherry-pick Cherry-pick from another branch that did not require additional edits label Feb 9, 2026
@janekmi janekmi requested a review from a team as a code owner February 9, 2026 10:38
@github-actions
Copy link

github-actions bot commented Feb 9, 2026

Ticket title is 'Too narrow __tsan_go_atomic64_load suppression and more'
Status is 'Awaiting backport'
https://daosio.atlassian.net/browse/DAOS-18529

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clean-cherry-pick Cherry-pick from another branch that did not require additional edits

Development

Successfully merging this pull request may close these issues.

2 participants