Skip to content

kernel/6.1: disable BLK_CGROUP-dependent options to fix interactive build#170

Open
rayxhuangEC wants to merge 1 commit into
accton:support_linux_6.1from
rayxhuangEC:support_linux_6.1
Open

kernel/6.1: disable BLK_CGROUP-dependent options to fix interactive build#170
rayxhuangEC wants to merge 1 commit into
accton:support_linux_6.1from
rayxhuangEC:support_linux_6.1

Conversation

@rayxhuangEC
Copy link
Copy Markdown

BLK_DEV_THROTTLING, BLK_CGROUP_IOLATENCY, BLK_CGROUP_IOCOST and BLK_CGROUP_IOPRIO all depend on BLK_CGROUP. Since BLK_CGROUP=y but these options were not explicitly set, the kernel build prompted interactively and stalled.

Disable all four options as they are not needed.

…uild

BLK_DEV_THROTTLING, BLK_CGROUP_IOLATENCY, BLK_CGROUP_IOCOST and
BLK_CGROUP_IOPRIO all depend on BLK_CGROUP. Since BLK_CGROUP=y but
these options were not explicitly set, the kernel build prompted
interactively and stalled.

Disable all four options as they are not needed.

Signed-off-by: rayx_huang <rayx_huang@edge-core.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant