diff options
author | 2015-02-19 08:25:49 -0600 | |
---|---|---|
committer | 2015-02-19 20:58:42 -0600 | |
commit | 1d86e29b4a612eb01c39daa48749ab7964e77e03 (patch) | |
tree | 8fc87a38ad0b05994db7eefcb58ea4ac085deb25 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | ipmi: Remove uses of return value of seq_printf (diff) | |
download | wireguard-linux-1d86e29b4a612eb01c39daa48749ab7964e77e03.tar.xz wireguard-linux-1d86e29b4a612eb01c39daa48749ab7964e77e03.zip |
ipmi: Fix a memory ordering issue
From a locking point of view it is safe to check waiting_msg without
a lock, but there is a memory ordering issue that causes it to
possibly not be set right when viewed from another processor. We are
already claiming a lock right after that, move the check to inside
the lock to enforce the memory ordering.
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions