Skip to content
Snippets Groups Projects
Commit b6a4bdcd authored by Martin K. Petersen's avatar Martin K. Petersen Committed by Jens Axboe
Browse files

block: bio-integrity: Copy flags when bio_integrity_payload is cloned


Make sure to copy the flags when a bio_integrity_payload is cloned.
Otherwise per-I/O properties such as IP checksum flag will not be
passed down to the HBA driver. Since the integrity buffer is owned by
the original bio, the BIP_BLOCK_INTEGRITY flag needs to be masked off
to avoid a double free in the completion path.

Fixes: aae7df50 ("block: Integrity checksum flag")
Fixes: b1f01388 ("block: Relocate bio integrity flags")
Reported-by: default avatarSaurav Kashyap <skashyap@marvell.com>
Tested-by: default avatarSaurav Kashyap <skashyap@marvell.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarChaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20230215171801.21062-1-martin.petersen@oracle.com


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 0f7c8f0f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment