diff options
author | Daniel Wagner <dwagner@suse.de> | 2024-06-12 17:11:59 +0300 |
---|---|---|
committer | Keith Busch <kbusch@kernel.org> | 2024-06-12 21:00:08 +0300 |
commit | cd0c1b8e045a8d2785342b385cb2684d9b48e426 (patch) | |
tree | 57b284e8700ab6302528a95e15fa26a15fa28578 /scripts/generate_rust_analyzer.py | |
parent | d76584e53f4244dbc154bec447c3852600acc914 (diff) | |
download | linux-cd0c1b8e045a8d2785342b385cb2684d9b48e426.tar.xz |
nvmet: always initialize cqe.result
The spec doesn't mandate that the first two double words (aka results)
for the command queue entry need to be set to 0 when they are not
used (not specified). Though, the target implemention returns 0 for TCP
and FC but not for RDMA.
Let's make RDMA behave the same and thus explicitly initializing the
result field. This prevents leaking any data from the stack.
Signed-off-by: Daniel Wagner <dwagner@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions