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 857841623b7469d5a7bfc413fb9b219f64acd4c7..a56ec850ae378b9b24094bca601420c3e8b919f1 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 .7 +%global pkg_release .8 %define with_debuginfo 0 # Do not recompute the build-id of vmlinux in find-debuginfo.sh @@ -886,6 +886,10 @@ fi %endif %changelog +* Mon Feb 20 2023 Ge Wang - 6.1.8-3.0.0.8 +- update to v6.1.8-3.0.0.8 +- config: add options CONFIG_DRM_GUD and CONFIG_LZ4_COMPRESS for x86_64 architecture + * Tue Feb 7 2023 Zheng Zengkai - 6.1.8-3.0.0.7 - update to v6.1.8-3.0.0.7 - arm64/vmalloc: use module region only for module_alloc() if CONFIG_RANDOMIZE_BASE is set