]> 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)
commitc43a50a3392b8774f87689b4d5a064508ec24174
tree651c21fc1643fff7f012d84b8c96df264271a465
parent1d68706615ef31b5435c2cafac028c92a7c4ca30
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