[SRU][o:azure][PATCH 1/1] UBUNTU: [Packaging] azure: Enable erofs compression configs

Vinicius Peixoto vinicius.peixoto at canonical.com
Thu Feb 13 12:37:57 UTC 2025


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

erofs is seeing increasing usage in Azure-based CI pipelines
(particularly Github runners), and they could benefit from erofs'
compression capabilities. Therefore, enable the relevant configs for the
Azure kernels. While at it, inherit CONFIG_EROFS_PCPU_KTHREAD* from the
generic kernel.

Signed-off-by: Vinicius Peixoto <vinicius.peixoto at canonical.com>
---
 debian.azure/config/annotations | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian.azure/config/annotations b/debian.azure/config/annotations
index 437be086f9ef..33056aeb4e03 100644
--- a/debian.azure/config/annotations
+++ b/debian.azure/config/annotations
@@ -53,6 +53,18 @@ CONFIG_DVB_DUMMY_FE                             note<'expert use only'>
 CONFIG_EDAC_DECODE_MCE                          policy<{'amd64': 'y'}>
 CONFIG_EDAC_DECODE_MCE                          note<'LP:#1793386'>
 
+CONFIG_EROFS_FS_ZIP                             policy<{'amd64': 'y', 'arm64': 'y'}>
+CONFIG_EROFS_FS_ZIP                             note<'LP: #2098178'>
+
+CONFIG_EROFS_FS_ZIP_DEFLATE                     policy<{'amd64': 'y', 'arm64': 'y'}>
+CONFIG_EROFS_FS_ZIP_DEFLATE                     note<'LP: #2098178'>
+
+CONFIG_EROFS_FS_ZIP_LZMA                        policy<{'amd64': 'y', 'arm64': 'y'}>
+CONFIG_EROFS_FS_ZIP_LZMA                        note<'LP: #2098178'>
+
+CONFIG_EROFS_FS_ZIP_ZSTD                        policy<{'amd64': 'y', 'arm64': 'y'}>
+CONFIG_EROFS_FS_ZIP_ZSTD                        note<'LP: #2098178'>
+
 CONFIG_FUJITSU_ES                               policy<{'amd64': 'n', 'arm64': 'n'}>
 CONFIG_FUJITSU_ES                               note<'modules reduction'>
 
@@ -1438,12 +1450,6 @@ CONFIG_ENS160_SPI                               policy<{'amd64': '-', 'arm64': '
 CONFIG_ENVELOPE_DETECTOR                        policy<{'amd64': '-', 'arm64': 'm'}>
 CONFIG_EPIC100                                  policy<{'amd64': '-', 'arm64': 'm'}>
 CONFIG_EROFS_FS_ONDEMAND                        policy<{'amd64': 'y', 'arm64': 'y'}>
-CONFIG_EROFS_FS_PCPU_KTHREAD                    policy<{'amd64': '-', 'arm64': 'y'}>
-CONFIG_EROFS_FS_PCPU_KTHREAD_HIPRI              policy<{'amd64': '-', 'arm64': 'n'}>
-CONFIG_EROFS_FS_ZIP                             policy<{'amd64': 'n', 'arm64': 'y'}>
-CONFIG_EROFS_FS_ZIP_DEFLATE                     policy<{'amd64': '-', 'arm64': 'y'}>
-CONFIG_EROFS_FS_ZIP_LZMA                        policy<{'amd64': '-', 'arm64': 'y'}>
-CONFIG_EROFS_FS_ZIP_ZSTD                        policy<{'amd64': '-', 'arm64': 'y'}>
 CONFIG_EXTCON_ADC_JACK                          policy<{'amd64': '-', 'arm64': 'm'}>
 CONFIG_EXTCON_INTEL_CHT_WC                      policy<{'amd64': '-'}>
 CONFIG_EXTCON_USBC_CROS_EC                      policy<{'amd64': '-', 'arm64': '-'}>
-- 
2.43.0




More information about the kernel-team mailing list