Skip to content

ublk: optimize ublk_rq_has_data()#759

Open
blktests-ci[bot] wants to merge 1 commit intolinus-master_basefrom
series/1084009=>linus-master
Open

ublk: optimize ublk_rq_has_data()#759
blktests-ci[bot] wants to merge 1 commit intolinus-master_basefrom
series/1084009=>linus-master

Conversation

@blktests-ci
Copy link
Copy Markdown

@blktests-ci blktests-ci Bot commented Apr 21, 2026

Pull request for series with
subject: ublk: optimize ublk_rq_has_data()
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1084009

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 21, 2026

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

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 22, 2026

Upstream branch: 6596a02
series: https://patchwork.kernel.org/project/linux-block/list/?series=1084009
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1084009=>linus-master branch from f217361 to f6f99c4 Compare April 22, 2026 20:25
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 3b54e52 to 6a0b974 Compare April 23, 2026 16:58
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 23, 2026

Upstream branch: 507bd4b
series: https://patchwork.kernel.org/project/linux-block/list/?series=1084009
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1084009=>linus-master branch from f6f99c4 to b86483c Compare April 23, 2026 17:03
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 6a0b974 to 59ca59b Compare April 24, 2026 00:56
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 24, 2026

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

@blktests-ci blktests-ci Bot force-pushed the series/1084009=>linus-master branch from b86483c to 498441e Compare April 24, 2026 01:00
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch 2 times, most recently from 94f0438 to 857ada9 Compare April 24, 2026 07:54
ublk_rq_has_data() currently uses bio_has_data(), which involves 2
indirections and several branches. Use blk_rq_bytes() instead, which
performs a single indirection with no branches.

Signed-off-by: Caleb Sander Mateos <[email protected]>
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented Apr 24, 2026

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

@blktests-ci blktests-ci Bot force-pushed the series/1084009=>linus-master branch from 498441e to 5dae3cf Compare April 24, 2026 07:55
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.

1 participant