diff mbox series

[SRU,F,J:linux-bluefield,1/1] UBUNTU: [Config] bluefield: Enable CONFIG_EFI_VARS_PSTORE as build-in

Message ID 20230726042634.3773-2-witu@nvidia.com
State New
Headers show
Series Enable CONFIG_EFI_VARS_PSTORE as build-in | expand

Commit Message

William Tu July 26, 2023, 4:26 a.m. UTC
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@nvidia.com>
---
 debian.bluefield/config/annotations | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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': '-'}>