Skip to content

Conversation

@blktests-ci
Copy link

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

Pull request for series with
subject: block/mq-deadline: Remove redundant hctx pointer dereferencing operation
version: 2
url: https://patchwork.kernel.org/project/linux-block/list/?series=1024593

@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 18, 2025

Upstream branch: e7c375b
series: https://patchwork.kernel.org/project/linux-block/list/?series=1024593
version: 2

@blktests-ci
Copy link
Author

blktests-ci bot commented Nov 18, 2025

Upstream branch: e7c375b
series: https://patchwork.kernel.org/project/linux-block/list/?series=1024593
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1024593=>linus-master branch from 8f4c038 to 10c4d5d Compare November 18, 2025 02:28
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 5121c4d to 4458758 Compare November 19, 2025 00:24
@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=1024593
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1024593=>linus-master branch from 10c4d5d to e78a442 Compare November 19, 2025 00:31
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 4458758 to 6f43942 Compare November 21, 2025 09:45
The value of 'hctx->queue' is already stored in '*q' within
dd_insert_requests, we can directly reuse the result instead of
dereferencing hctx again in the dd_insert_request function. This
patch removes the redundant operation and modifies the function's
parameters accordingly. We can eliminate an LDR instruction.

Signed-off-by: Chengkaitao <[email protected]>
@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=1024593
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1024593=>linus-master branch from e78a442 to 11f7bb3 Compare November 21, 2025 09:53
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