diff options
author | Sukadev Bhattiprolu <sukadev@linux.ibm.com> | 2022-02-25 09:23:52 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-02-25 13:57:47 +0300 |
commit | 765559b10ce514eb1576595834f23cdc92125fee (patch) | |
tree | 6b30a558176da73758b54e2626f422d1db7bd7d4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 8d0657f39f487d904fca713e0bc39c2707382553 (diff) | |
download | linux-765559b10ce514eb1576595834f23cdc92125fee.tar.xz |
ibmvnic: initialize rc before completing wait
We should initialize ->init_done_rc before calling complete(). Otherwise
the waiting thread may see ->init_done_rc as 0 before we have updated it
and may assume that the CRQ was successful.
Fixes: 6b278c0cb378 ("ibmvnic delay complete()")
Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions