Commits on Source (8)
-
main/postmarketos-base/rootfs-etc-conf.d-zram-init configures zstd as our default ZRAM configuration, but the kconfigcheck only checks for LZ4 at the moment. Because of this some of our kernels don't actually have ZSTD support enabled and end up using the default compression algorithm. For Linux >=4.18 we should enable CONFIG_CRYPTO_ZSTD to enable ZSTD support for ZRAM. In Linux >=6.12 the configuration was changed to CONFIG_ZRAM_BACKEND_ZSTD. This requires manual edits while upgrading, otherwise only LZO support will remain enabled. Checking for >=3.14.0 additionally does not make any sense, because the kconfig check should not be enabled for kernels that cannot satisfy our minimum requirements. Describe this properly in kconfigcheck.toml to ensure kernels are configured correctly. The following kernels are currently missing the correct options: config-htc-flounder.aarch64: CONFIG_CRYPTO_ZSTD should be set (category:zram) config-postmarketos-amlogic.aarch64: CONFIG_CRYPTO_ZSTD should be set (category:zram) config-postmarketos-grate.armv7: CONFIG_CRYPTO_ZSTD should be set (category:zram) config-postmarketos-qcom-msm8974.armv7: CONFIG_CRYPTO_ZSTD should be set (category:zram) config-postmarketos-qcom-sc7280.aarch64: CONFIG_CRYPTO_ZSTD should be set (category:zram) config-postmarketos-qcom-sm6115.aarch64: CONFIG_CRYPTO_ZSTD should be set (category:zram) config-postmarketos-qcom-sm6350.aarch64: CONFIG_CRYPTO_ZSTD should be set (category:zram) config-purism-librem5.aarch64: CONFIG_CRYPTO_ZSTD should be set (category:zram) The following kernels are too old to support CONFIG_CRYPTO_ZSTD: config-samsung-jxelte.aarch64: CONFIG_CRYPTO_ZSTD should be set (category:zram) config-volla-mimameid.aarch64: CONFIG_CRYPTO_ZSTD should be set (category:zram)
-
Linux 3.18.14 has no ZSTD support and is therefore too old to have full support for our default ZRAM configuration. ZRAM will likely still work, but fall back to default compression method. This is not something we can actively test or support, so drop the pmb:kconfigcheck-zram. [ci:skip-vercheck]: no rebuild needed
-
Linux 4.14.186 has no ZSTD support and is therefore too old to have full support for our default ZRAM configuration. ZRAM will likely still work, but fall back to the default compression method. This is not something we can actively test or support, so drop the pmb:kconfigcheck-zram. [ci:skip-vercheck]: no rebuild needed
-
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
linux-postmarketos-qcom{msm8974,msm8994,sc7280,sm6115,sm6350}: add CONFIG_CRYPTO_ZSTD/CONFIG_ZRAM_BACKEND_ZSTD (MR 5835) Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org>
-
Signed-off-by:
Robert Eckelmann <longnoserob@postmarketos.org> [ci:ignore-count]: We meant to change many packages [ci:skip-build]: already built successfully in CI
Showing
- device/community/linux-postmarketos-grate/APKBUILD 2 additions, 2 deletionsdevice/community/linux-postmarketos-grate/APKBUILD
- device/community/linux-postmarketos-grate/config-postmarketos-grate.armv7 6 additions, 1 deletion.../linux-postmarketos-grate/config-postmarketos-grate.armv7
- device/community/linux-postmarketos-qcom-sm6350/APKBUILD 2 additions, 2 deletionsdevice/community/linux-postmarketos-qcom-sm6350/APKBUILD
- device/community/linux-postmarketos-qcom-sm6350/config-postmarketos-qcom-sm6350.aarch64 1 addition, 1 deletion...ketos-qcom-sm6350/config-postmarketos-qcom-sm6350.aarch64
- device/main/linux-purism-librem5/APKBUILD 2 additions, 2 deletionsdevice/main/linux-purism-librem5/APKBUILD
- device/main/linux-purism-librem5/config-purism-librem5.aarch64 1 addition, 1 deletion...e/main/linux-purism-librem5/config-purism-librem5.aarch64
- device/testing/linux-htc-flounder/APKBUILD 2 additions, 2 deletionsdevice/testing/linux-htc-flounder/APKBUILD
- device/testing/linux-htc-flounder/config-htc-flounder.aarch64 4 additions, 3 deletions...ce/testing/linux-htc-flounder/config-htc-flounder.aarch64
- device/testing/linux-postmarketos-amlogic/APKBUILD 2 additions, 2 deletionsdevice/testing/linux-postmarketos-amlogic/APKBUILD
- device/testing/linux-postmarketos-amlogic/config-postmarketos-amlogic.aarch64 1 addition, 1 deletion...-postmarketos-amlogic/config-postmarketos-amlogic.aarch64
- device/testing/linux-postmarketos-qcom-msm8974/APKBUILD 2 additions, 2 deletionsdevice/testing/linux-postmarketos-qcom-msm8974/APKBUILD
- device/testing/linux-postmarketos-qcom-msm8974/config-postmarketos-qcom-msm8974.armv7 1 addition, 1 deletion...ketos-qcom-msm8974/config-postmarketos-qcom-msm8974.armv7
- device/testing/linux-postmarketos-qcom-msm8994/APKBUILD 2 additions, 2 deletionsdevice/testing/linux-postmarketos-qcom-msm8994/APKBUILD
- device/testing/linux-postmarketos-qcom-msm8994/config-postmarketos-qcom-msm8994.aarch64 1 addition, 1 deletion...tos-qcom-msm8994/config-postmarketos-qcom-msm8994.aarch64
- device/testing/linux-postmarketos-qcom-sc7280/APKBUILD 2 additions, 2 deletionsdevice/testing/linux-postmarketos-qcom-sc7280/APKBUILD
- device/testing/linux-postmarketos-qcom-sc7280/config-postmarketos-qcom-sc7280.aarch64 1 addition, 1 deletion...ketos-qcom-sc7280/config-postmarketos-qcom-sc7280.aarch64
- device/testing/linux-postmarketos-qcom-sm6115/APKBUILD 2 additions, 2 deletionsdevice/testing/linux-postmarketos-qcom-sm6115/APKBUILD
- device/testing/linux-postmarketos-qcom-sm6115/config-postmarketos-qcom-sm6115.aarch64 1 addition, 1 deletion...ketos-qcom-sm6115/config-postmarketos-qcom-sm6115.aarch64
- device/testing/linux-samsung-jxelte/APKBUILD 2 additions, 2 deletionsdevice/testing/linux-samsung-jxelte/APKBUILD
- device/testing/linux-volla-mimameid/APKBUILD 1 addition, 2 deletionsdevice/testing/linux-volla-mimameid/APKBUILD