1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-09-05 02:40:18 +00:00

gpu: Update Kernel Config

Newer drivers need more symbols so lets enable them

Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
Zvonko Kaiser
2023-05-24 09:07:20 +00:00
parent 5f103003d6
commit 211b0ab268
2 changed files with 8 additions and 1 deletions
tools/packaging/kernel

@@ -241,7 +241,7 @@ get_kernel_frag_path() {
local redefined_string="redefined"
local redundant_string="redundant"
# Later, if we need to add kernel version specifqic subdirs in order to
# Later, if we need to add kernel version specific subdirs in order to
# handle specific cases, then add the path definition and search/list/cat
# here.
local all_configs="${common_configs} ${arch_configs}"

@@ -12,3 +12,10 @@ CONFIG_MODULE_SIG=y
# Linux kernel version suffix
CONFIG_LOCALVERSION="-nvidia-gpu${CONF_GUEST_SUFFIX}"
# Newer NVIDIA drivers need additional symbols
CONFIG_X86_MCE=y
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
CONFIG_MEMORY_FAILURE=y