diff options
| author | Bernard Metzler <[email protected]> | 2022-11-07 15:50:57 +0100 |
|---|---|---|
| committer | Leon Romanovsky <[email protected]> | 2022-11-09 15:26:49 +0200 |
| commit | bdf1da5df9da680589a7f74448dd0a94dd3e1446 (patch) | |
| tree | f7c2330bbaf55868287bfea897e63cc61558b8bb /tools/perf/scripts/python/mem-phys-addr.py | |
| parent | 0ca9c2e2844aa285c3656a29d4803839cfa8bca9 (diff) | |
RDMA/siw: Fix immediate work request flush to completion queue
Correctly set send queue element opcode during immediate work request
flushing in post sendqueue operation, if the QP is in ERROR state.
An undefined ocode value results in out-of-bounds access to an array
for mapping the opcode between siw internal and RDMA core representation
in work completion generation. It resulted in a KASAN BUG report
of type 'global-out-of-bounds' during NFSoRDMA testing.
This patch further fixes a potential case of a malicious user which may
write undefined values for completion queue elements status or opcode,
if the CQ is memory mapped to user land. It avoids the same out-of-bounds
access to arrays for status and opcode mapping as described above.
Fixes: 303ae1cdfdf7 ("rdma/siw: application interface")
Fixes: b0fff7317bb4 ("rdma/siw: completion queue methods")
Reported-by: Olga Kornievskaia <[email protected]>
Reviewed-by: Tom Talpey <[email protected]>
Signed-off-by: Bernard Metzler <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Leon Romanovsky <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions