[SRU][F, J:linux-bluefield][PATCH 1/1] UBUNTU: [Config] bluefield: Enable CONFIG_EFI_VARS_PSTORE as build-in
William Tu
witu at nvidia.com
Wed Jul 26 04:26:34 UTC 2023
BugLink: https://bugs.launchpad.net/bugs/1978079
There is an issue that pstore doesn't get loaded so it doesn't clean up stale
logs when system boots, causing EFI-back storage overflow. This problem affects
Ubuntu 20.04 and 22.04. A quick fix would be to configure CONFIG_EFI_VARS_PSTORE=y
so that it's always available.
Signed-off-by: William Tu <witu at nvidia.com>
---
debian.bluefield/config/annotations | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian.bluefield/config/annotations b/debian.bluefield/config/annotations
index 47fb53569ae8..f9fbe4db4f26 100644
--- a/debian.bluefield/config/annotations
+++ b/debian.bluefield/config/annotations
@@ -138,6 +138,7 @@ CONFIG_DRM_DW_HDMI_I2S_AUDIO policy<{'arm64': 'n'}>
CONFIG_DRM_I2C_ADV7511_AUDIO policy<{'arm64': '-'}>
CONFIG_DRM_VC4 policy<{'arm64': '-'}>
CONFIG_DRM_VC4_HDMI_CEC policy<{'arm64': '-'}>
+CONFIG_EFI_VARS_PSTORE policy<{'arm64': 'y'}>
CONFIG_FORCE_MAX_ZONEORDER policy<{'arm64': '13'}>
CONFIG_GADGET_UAC1 policy<{'arm64': '-'}>
CONFIG_GADGET_UAC1_LEGACY policy<{'arm64': '-'}>
--
2.34.1
More information about the kernel-team
mailing list