Skip to content

block, bfq: skip dispatch when selected queue has no next_rq#862

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

block, bfq: skip dispatch when selected queue has no next_rq#862
blktests-ci[bot] wants to merge 1 commit into
linus-master_basefrom
series/1097905=>linus-master

Conversation

@blktests-ci
Copy link
Copy Markdown

@blktests-ci blktests-ci Bot commented May 20, 2026

Pull request for series with
subject: block, bfq: skip dispatch when selected queue has no next_rq
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1097905

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 20, 2026

Upstream branch: 70eda68
series: https://patchwork.kernel.org/project/linux-block/list/?series=1097905
version: 1

@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 21, 2026

Upstream branch: 8bc67e4
series: https://patchwork.kernel.org/project/linux-block/list/?series=1097905
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1097905=>linus-master branch from 3fbdcbe to c5d519b Compare May 21, 2026 03:03
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from c1feb59 to ea833a1 Compare May 22, 2026 01:53
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 22, 2026

Upstream branch: 6779b50
series: https://patchwork.kernel.org/project/linux-block/list/?series=1097905
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1097905=>linus-master branch from c5d519b to 937e26b Compare May 22, 2026 02:03
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from ea833a1 to 7af85d1 Compare May 23, 2026 06:11
bfq_dispatch_rq_from_bfqq() dispatches bfqq->next_rq directly. Add a
guard in __bfq_dispatch_request() so that dispatch is skipped if the
selected queue unexpectedly has no next request.

This keeps behavior unchanged in normal paths while avoiding entering
the dispatch helper with a missing next_rq.

Signed-off-by: liyouhong <liyouhong@kylinos.cn>
@blktests-ci
Copy link
Copy Markdown
Author

blktests-ci Bot commented May 23, 2026

Upstream branch: 79bd2dd
series: https://patchwork.kernel.org/project/linux-block/list/?series=1097905
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1097905=>linus-master branch from 937e26b to 4c41fd4 Compare May 23, 2026 06:24
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.

0 participants