mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 04:04:45 +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:
parent
5f103003d6
commit
211b0ab268
@ -241,7 +241,7 @@ get_kernel_frag_path() {
|
|||||||
local redefined_string="redefined"
|
local redefined_string="redefined"
|
||||||
local redundant_string="redundant"
|
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
|
# handle specific cases, then add the path definition and search/list/cat
|
||||||
# here.
|
# here.
|
||||||
local all_configs="${common_configs} ${arch_configs}"
|
local all_configs="${common_configs} ${arch_configs}"
|
||||||
|
@ -12,3 +12,10 @@ CONFIG_MODULE_SIG=y
|
|||||||
|
|
||||||
# Linux kernel version suffix
|
# Linux kernel version suffix
|
||||||
CONFIG_LOCALVERSION="-nvidia-gpu${CONF_GUEST_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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user