[PATCH 1/1] UBUNTU: [Config] CONFIG_EFI_VARS_PSTORE=y

Kai-Heng Feng kai.heng.feng at canonical.com
Thu Apr 9 14:38:46 UTC 2020


BugLink: https://bugs.launchpad.net/bugs/1871819

Pstore with EFI backend is really useful for debugging kernel oops.
Make it builtin to always collect logs.

Signed-off-by: Kai-Heng Feng <kai.heng.feng at canonical.com>
---
 debian.master/config/annotations          | 2 +-
 debian.master/config/config.common.ubuntu | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 130456160a8f..f730ca646325 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -10475,7 +10475,7 @@ CONFIG_IMX_SCU_PD                               policy<{'arm64': 'y', 'armhf-gen
 
 # Menu: Firmware Drivers >> EFI (Extensible Firmware Interface) Support
 CONFIG_EFI_VARS                                 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y'}>
-CONFIG_EFI_VARS_PSTORE                          policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm'}>
+CONFIG_EFI_VARS_PSTORE                          policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y'}>
 CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE          policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n'}>
 CONFIG_EFI_RUNTIME_MAP                          policy<{'amd64': 'y', 'i386': 'y'}>
 CONFIG_EFI_FAKE_MEMMAP                          policy<{'amd64': 'n', 'i386': 'n'}>
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index b63878493c30..3a39ecb43697 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -3104,7 +3104,7 @@ CONFIG_EFI_SOFT_RESERVE=y
 CONFIG_EFI_STUB=y
 CONFIG_EFI_TEST=m
 CONFIG_EFI_VARS=y
-CONFIG_EFI_VARS_PSTORE=m
+CONFIG_EFI_VARS_PSTORE=y
 # CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set
 CONFIG_EINT_MTK=y
 CONFIG_EISA=y
-- 
2.17.1




More information about the kernel-team mailing list