]> git.baikalelectronics.ru Git - kernel.git/commit
riscv: enable Docker requirements in defconfig
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 8 Jun 2022 00:02:51 +0000 (02:02 +0200)
committerPalmer Dabbelt <palmer@rivosinc.com>
Fri, 22 Jul 2022 20:43:28 +0000 (13:43 -0700)
commitcc8819f36668c979d500eacefc504e24d36e01de
tree651c21fc1643fff7f012d84b8c96df264271a465
parentfe7ce43cc2f78d6f2bd670c65c1501623ba44db0
riscv: enable Docker requirements in defconfig

The defconfig kernel should be able to run Docker.

Enable the missing settings according to [1].
make savedefconfig eliminates CONFIG_STACKTRACE
which is enabled by default.

Many of the settings are also needed to run a defconfig kernel
on default distro installations or to run snaps.

[1] https://github.com/moby/moby/blob/master/contrib/check-config.sh

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Acked-by: Guo Ren <guoren@kernel.org>
Link: https://lore.kernel.org/r/20220608000251.55271-1-heinrich.schuchardt@canonical.com
[Palmer: Drop BLK_CGROUP, as it's causing panics with KASAN]
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/configs/defconfig