diff --git a/0003-config-add-initial-openeuler_defconfig-for-x86_64.patch b/0003-config-add-initial-openeuler_defconfig-for-x86_64.patch index 5d48cc3bf6efc2ff4d7cb3efb3792f5bff7e0648..1de4e700d670c79dbd5becb972c66a6ec842fd0e 100644 --- a/0003-config-add-initial-openeuler_defconfig-for-x86_64.patch +++ b/0003-config-add-initial-openeuler_defconfig-for-x86_64.patch @@ -5428,7 +5428,7 @@ index 000000000000..8a824f33bc5b +# CONFIG_TINYDRM_ST7735R is not set +# CONFIG_DRM_XEN_FRONTEND is not set +# CONFIG_DRM_VBOXVIDEO is not set -+# CONFIG_DRM_GUD is not set ++CONFIG_DRM_GUD=m +# CONFIG_DRM_SSD130X is not set +# CONFIG_DRM_HYPERV is not set +# CONFIG_DRM_LEGACY is not set @@ -8542,6 +8542,7 @@ index 000000000000..8a824f33bc5b +CONFIG_ZLIB_DEFLATE=y +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y ++CONFIG_LZ4_COMPRESS=m +CONFIG_LZ4_DECOMPRESS=y +CONFIG_ZSTD_COMMON=y +CONFIG_ZSTD_COMPRESS=y diff --git a/kernel.spec b/kernel.spec index 057b68c532d61363ec11f76c61ffbe81b44c2c87..e06e1f176aa2c456f2cca6180f69b3c5b0159761 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global upstream_sublevel 8 %global devel_release 3 %global maintenance_release .0.0 -%global pkg_release .9 +%global pkg_release .10 %define with_debuginfo 0 # Do not recompute the build-id of vmlinux in find-debuginfo.sh @@ -901,6 +901,10 @@ fi %endif %changelog +* Mon Feb 20 2023 Ge Wang 6.1.8-3.0.0.10 +- update to v6.1.8-3.0.0.10 +- config: add option CONFIG_DRM_GUD and CONFIG_LZ4_COMPRESS for x86_64 architecture + * Thu Feb 16 2023 Liu Xin - 6.1.8-3.0.0.9 - add feature for ebpf defer connect network