Skip to content

Commit b2c37b8

Browse files
committed
Add missing suppressions for upstreamOpenIPCHandle()
Add missing suppressions for utils_atomic_store_release_ptr() in upstreamOpenIPCHandle(). There should be both suppressions: for utils_atomic_load_acquire_ptr() and for utils_atomic_store_release_ptr() in each suppression file. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent 8dd135f commit b2c37b8

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

test/supp/drd-test_ipc.supp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,14 @@
1515
fun:umfOpenIPCHandle
1616
...
1717
}
18+
19+
{
20+
[false-positive] Double check locking pattern in trackingOpenIpcHandle
21+
drd:ConflictingAccess
22+
fun:utils_atomic_store_release_ptr
23+
fun:upstreamOpenIPCHandle
24+
fun:trackingOpenIpcHandle
25+
fun:umfMemoryProviderOpenIPCHandle
26+
fun:umfOpenIPCHandle
27+
...
28+
}

test/supp/drd-test_ipc_max_opened_limit.supp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,14 @@
1515
fun:umfOpenIPCHandle
1616
...
1717
}
18+
19+
{
20+
[false-positive] Double check locking pattern in trackingOpenIpcHandle
21+
drd:ConflictingAccess
22+
fun:utils_atomic_store_release_ptr
23+
fun:upstreamOpenIPCHandle
24+
fun:trackingOpenIpcHandle
25+
fun:umfMemoryProviderOpenIPCHandle
26+
fun:umfOpenIPCHandle
27+
...
28+
}

0 commit comments

Comments
 (0)