Skip to content

Conversation

@blktests-ci
Copy link

@blktests-ci blktests-ci bot commented Jan 6, 2026

Pull request for series with
subject: block: don't merge bios with different app_tags
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1039130

@blktests-ci
Copy link
Author

blktests-ci bot commented Jan 6, 2026

Upstream branch: aacb0a6
series: https://patchwork.kernel.org/project/linux-block/list/?series=1039130
version: 1

@blktests-ci
Copy link
Author

blktests-ci bot commented Jan 8, 2026

Upstream branch: aacb0a6
series: https://patchwork.kernel.org/project/linux-block/list/?series=1039130
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1039130=>linus-master branch from 825fceb to 0bd70bb Compare January 8, 2026 00:57
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from a2a6d78 to f962a4d Compare January 9, 2026 04:56
nvme_set_app_tag() uses the app_tag value from the bio_integrity_payload
of the struct request's first bio. This assumes all the request's bios
have the same app_tag. However, it is possible for bios with different
app_tag values to be merged into a single request.
Add a check in blk_integrity_merge_{bio,rq}() to prevent the merging of
bios/requests with different app_tag values if BIP_CHECK_APPTAG is set.

Signed-off-by: Caleb Sander Mateos <[email protected]>
Fixes: 3d8b5a2 ("block: add support to pass user meta buffer")
@blktests-ci
Copy link
Author

blktests-ci bot commented Jan 9, 2026

Upstream branch: 623fb99
series: https://patchwork.kernel.org/project/linux-block/list/?series=1039130
version: 1

@blktests-ci blktests-ci bot force-pushed the series/1039130=>linus-master branch from 0bd70bb to e6478da Compare January 9, 2026 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants