Skip to content

Conversation

@blktests-ci
Copy link

@blktests-ci blktests-ci bot commented Nov 19, 2025

Pull request for series with
subject: loop: clear REQ_NOWAIT before workqueue submission
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1025051

@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 19, 2025

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

@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 21, 2025

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

@blktests-ci blktests-ci bot force-pushed the series/1025051=>linus-master branch from dc36630 to d32bcba Compare November 21, 2025 09:48
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 6f43942 to ec9caac Compare December 8, 2025 05:15
loop advertises REQ_NOWAIT support via BLK_FEAT_NOWAIT (set by default
for all blk-mq devices), but delegates I/O processing to workqueues
where blocking operations are allowed.

Since REQ_NOWAIT is not valid in the workqueue context, clear the
REQ_NOWAIT flag before handing the request over to the workqueue. This
avoids unnecessary non-blocking constraints in a context where blocking
is acceptable.

Signed-off-by: Chaitanya Kulkarni <ckulkarnilinux@gmail.com>
zloop advertises REQ_NOWAIT support via BLK_FEAT_NOWAIT (set by default
for all blk-mq devices), but delegates I/O processing to workqueues
where blocking operations are allowed.

Since REQ_NOWAIT is not valid in the workqueue context, clear the
REQ_NOWAIT flag before handing the request over to the workqueue. This
avoids unnecessary non-blocking constraints in a context where blocking
is acceptable.

Signed-off-by: Chaitanya Kulkarni <ckulkarnilinux@gmail.com>
@blktests-ci
Copy link
Author

blktests-ci bot commented Dec 8, 2025

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

@blktests-ci blktests-ci bot force-pushed the series/1025051=>linus-master branch from d32bcba to 7e4b24f Compare December 8, 2025 05:23
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from ec9caac to 4a5ddea Compare December 28, 2025 08:34
@blktests-ci
Copy link
Author

blktests-ci bot commented Dec 28, 2025

At least one diff in series https://patchwork.kernel.org/project/linux-block/list/?series=1025051 irrelevant now for [{'archived': False, 'project': 241}] search patterns

@blktests-ci blktests-ci bot closed this Dec 28, 2025
@blktests-ci blktests-ci bot deleted the series/1025051=>linus-master branch January 9, 2026 05:03
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.

3 participants