Skip to content

block/cgroup: Drop stale -EBUSY retry from blkg_conf_prep()#985

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

block/cgroup: Drop stale -EBUSY retry from blkg_conf_prep()#985
blktests-ci[bot] wants to merge 1 commit into
linus-master_basefrom
series/1114610=>linus-master

Conversation

@blktests-ci

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

Copy link
Copy Markdown

Pull request for series with
subject: block/cgroup: Drop stale -EBUSY retry from blkg_conf_prep()
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1114610

@blktests-ci

blktests-ci Bot commented Jun 22, 2026

Copy link
Copy Markdown
Author

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

@blktests-ci

blktests-ci Bot commented Jun 23, 2026

Copy link
Copy Markdown
Author

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

@blktests-ci blktests-ci Bot force-pushed the series/1114610=>linus-master branch from 3a5d681 to ff70141 Compare June 23, 2026 02:01
@blktests-ci blktests-ci Bot force-pushed the linus-master_base branch from e6d9eb8 to 7d8604f Compare June 24, 2026 01:11
Since commit 8f4236d ("block: remove QUEUE_FLAG_BYPASS and
->bypass") nothing in the blkcg blkg lookup/creation path
returns -EBUSY anymore. blkg_conf_prep() nevertheless still
retries at fail_exit with msleep(10) and restart_syscall()
— logic added in 2012 when blk_queue_bypass() could
cause blkg lookup/creation to fail with -EBUSY while the queue was
temporarily bypassed during elevator changes.

Signed-off-by: Yang Xiuwei <yangxiuwei@kylinos.cn>
Reviewed-by: Tao Cui <cuitao@kylinos.cn>
@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=1114610
version: 1

@blktests-ci blktests-ci Bot force-pushed the series/1114610=>linus-master branch from ff70141 to 34a551a Compare June 24, 2026 01: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