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)
commitba6cfef057e1c594c456627aad81c2343fdb5d13
tree651c21fc1643fff7f012d84b8c96df264271a465
parentf4361718f7654f31fee6bf323147e7062d825599
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