From f93b9878ee04e152040c32ff527a739ba534cfa9 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 4 Mar 2019 04:55:33 -0600 Subject: [PATCH] kernel: Add missing config option This will add missing config option (DRM_FBDEV_LEAK_PHYS_SMEM) that are being asked while running the installation script for kata kernel. Also, this jumps to the current kernel version that is being used at the runtime. Fixes #372 Signed-off-by: Gabriela Cervantes --- kernel/configs/x86_64_kata_kvm_4.19.x | 5 +++-- kernel/kata_config_version | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/kernel/configs/x86_64_kata_kvm_4.19.x b/kernel/configs/x86_64_kata_kvm_4.19.x index b501242af1..cd0eb69d20 100644 --- a/kernel/configs/x86_64_kata_kvm_4.19.x +++ b/kernel/configs/x86_64_kata_kvm_4.19.x @@ -1,10 +1,10 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.19.10 Kernel Configuration +# Linux/x86 4.19.24 Kernel Configuration # # -# Compiler: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609 +# Compiler: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609 # CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=50400 @@ -2073,6 +2073,7 @@ CONFIG_DRM_KMS_HELPER=y CONFIG_DRM_KMS_FB_HELPER=y CONFIG_DRM_FBDEV_EMULATION=y CONFIG_DRM_FBDEV_OVERALLOC=100 +# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set # CONFIG_DRM_LOAD_EDID_FIRMWARE is not set # CONFIG_DRM_DP_CEC is not set diff --git a/kernel/kata_config_version b/kernel/kata_config_version index f64f5d8d85..9902f17848 100644 --- a/kernel/kata_config_version +++ b/kernel/kata_config_version @@ -1 +1 @@ -27 +28