Skip to content

block: fix arg type in blk_mq_update_nr_hw_queues#942

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

block: fix arg type in blk_mq_update_nr_hw_queues#942
blktests-ci[bot] wants to merge 1 commit into
linus-master_basefrom
series/1107587=>linus-master

Conversation

@blktests-ci

@blktests-ci blktests-ci Bot commented Jun 8, 2026

Copy link
Copy Markdown

Pull request for series with
subject: block: fix arg type in blk_mq_update_nr_hw_queues
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1107587

@blktests-ci

blktests-ci Bot commented Jun 8, 2026

Copy link
Copy Markdown
Author

Upstream branch: 979c294
series: https://patchwork.kernel.org/project/linux-block/list/?series=1107587
version: 1

@blktests-ci

blktests-ci Bot commented Jun 10, 2026

Copy link
Copy Markdown
Author

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

@blktests-ci blktests-ci Bot force-pushed the series/1107587=>linus-master branch from f05a4f1 to 0be9a51 Compare June 10, 2026 13:33
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 5e41a3b to c3a084b Compare June 10, 2026 20:26
@blktests-ci

blktests-ci Bot commented Jun 10, 2026

Copy link
Copy Markdown
Author

Upstream branch: 9716c08
series: https://patchwork.kernel.org/project/linux-block/list/?series=1107587
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1107587=>linus-master branch from 0be9a51 to cda7080 Compare June 10, 2026 20:34
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from c3a084b to 5f78e5d Compare June 12, 2026 22:27
@blktests-ci

blktests-ci Bot commented Jun 12, 2026

Copy link
Copy Markdown
Author

Upstream branch: 2a2974b
series: https://patchwork.kernel.org/project/linux-block/list/?series=1107587
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1107587=>linus-master branch from cda7080 to f809f44 Compare June 12, 2026 22:29
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 5f78e5d to e48f9db Compare June 13, 2026 01:19
@blktests-ci

blktests-ci Bot commented Jun 13, 2026

Copy link
Copy Markdown
Author

Upstream branch: 062871f
series: https://patchwork.kernel.org/project/linux-block/list/?series=1107587
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1107587=>linus-master branch from f809f44 to 818aff9 Compare June 13, 2026 01:21
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch 2 times, most recently from 199644a to e6d9eb8 Compare June 17, 2026 12:02
@blktests-ci

blktests-ci Bot commented Jun 17, 2026

Copy link
Copy Markdown
Author

Upstream branch: 66affa3
series: https://patchwork.kernel.org/project/linux-block/list/?series=1107587
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1107587=>linus-master branch from 818aff9 to d8d5824 Compare June 17, 2026 13:42
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from e6d9eb8 to 7d8604f Compare June 24, 2026 01:11
@blktests-ci

blktests-ci Bot commented Jun 24, 2026

Copy link
Copy Markdown
Author

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

@blktests-ci blktests-ci Bot force-pushed the series/1107587=>linus-master branch from d8d5824 to f1cb271 Compare June 24, 2026 01:40
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 7d8604f to 4cc45a3 Compare June 26, 2026 08:14
@blktests-ci

blktests-ci Bot commented Jun 26, 2026

Copy link
Copy Markdown
Author

Upstream branch: 4edcdef
series: https://patchwork.kernel.org/project/linux-block/list/?series=1107587
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1107587=>linus-master branch from f1cb271 to d8fb5a3 Compare June 26, 2026 09:00
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from 4cc45a3 to 90ffd56 Compare June 29, 2026 17:14
The type of the argument `nr_hw_queues` in the function
`blk_mq_update_nr_hw_queues` is a signed integer. This is wrong,
considering the field `nr_hw_queues` of `struct blk_mq_tag_set` is
unsigned. Thus, change the type of the parameter to unsigned.

Cascade the change to downstream functions.

Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org>
@blktests-ci

blktests-ci Bot commented Jun 29, 2026

Copy link
Copy Markdown
Author

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

@blktests-ci blktests-ci Bot force-pushed the series/1107587=>linus-master branch from d8fb5a3 to 68d705a Compare June 29, 2026 18:02
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