diff --git a/Patchlist.changelog b/Patchlist.changelog index 3be03b5fd..f1832404f 100644 --- a/Patchlist.changelog +++ b/Patchlist.changelog @@ -1,3 +1,6 @@ +https://gitlab.com/cki-project/kernel-ark/-/commit/5de67062b0a9c23cbe099dd78cbc538a0f9fb8f7 + 5de67062b0a9c23cbe099dd78cbc538a0f9fb8f7 smb/client: return EOPNOTSUPP for unsupported O_TMPFILE + https://gitlab.com/cki-project/kernel-ark/-/commit/9f166bfb17130303352cef32fca1860d76fe60b1 9f166bfb17130303352cef32fca1860d76fe60b1 vhost: reset the vring metadata cache on vring reconfiguration diff --git a/kernel-aarch64-16k-debug-fedora.config b/kernel-aarch64-16k-debug-fedora.config index 3a131e312..88bc5dca2 100644 --- a/kernel-aarch64-16k-debug-fedora.config +++ b/kernel-aarch64-16k-debug-fedora.config @@ -2623,12 +2623,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-aarch64-16k-fedora.config b/kernel-aarch64-16k-fedora.config index 542846d13..710607c61 100644 --- a/kernel-aarch64-16k-fedora.config +++ b/kernel-aarch64-16k-fedora.config @@ -2614,12 +2614,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-aarch64-64k-debug-rhel.config b/kernel-aarch64-64k-debug-rhel.config index bad6262c7..c0d78ef80 100644 --- a/kernel-aarch64-64k-debug-rhel.config +++ b/kernel-aarch64-64k-debug-rhel.config @@ -2115,6 +2115,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-aarch64-64k-rhel.config b/kernel-aarch64-64k-rhel.config index 0c193b2f2..31de59e39 100644 --- a/kernel-aarch64-64k-rhel.config +++ b/kernel-aarch64-64k-rhel.config @@ -2107,6 +2107,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-aarch64-debug-fedora.config b/kernel-aarch64-debug-fedora.config index 3246ee616..22ae3700c 100644 --- a/kernel-aarch64-debug-fedora.config +++ b/kernel-aarch64-debug-fedora.config @@ -2623,12 +2623,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 6445b8f91..727d26e7e 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -2113,6 +2113,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-aarch64-fedora.config b/kernel-aarch64-fedora.config index a51033800..efe50865e 100644 --- a/kernel-aarch64-fedora.config +++ b/kernel-aarch64-fedora.config @@ -2614,12 +2614,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index f5b992b5b..6ce1f06cd 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -2105,6 +2105,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-aarch64-rt-64k-debug-fedora.config b/kernel-aarch64-rt-64k-debug-fedora.config index 51547ebcc..0209cbd4a 100644 --- a/kernel-aarch64-rt-64k-debug-fedora.config +++ b/kernel-aarch64-rt-64k-debug-fedora.config @@ -2629,12 +2629,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-aarch64-rt-64k-debug-rhel.config b/kernel-aarch64-rt-64k-debug-rhel.config index daf1af264..00f99e953 100644 --- a/kernel-aarch64-rt-64k-debug-rhel.config +++ b/kernel-aarch64-rt-64k-debug-rhel.config @@ -2155,6 +2155,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-aarch64-rt-64k-fedora.config b/kernel-aarch64-rt-64k-fedora.config index 4e8084d77..c6032859a 100644 --- a/kernel-aarch64-rt-64k-fedora.config +++ b/kernel-aarch64-rt-64k-fedora.config @@ -2620,12 +2620,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-aarch64-rt-64k-rhel.config b/kernel-aarch64-rt-64k-rhel.config index e671fe113..521374e48 100644 --- a/kernel-aarch64-rt-64k-rhel.config +++ b/kernel-aarch64-rt-64k-rhel.config @@ -2147,6 +2147,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-aarch64-rt-debug-fedora.config b/kernel-aarch64-rt-debug-fedora.config index cf1e54c9f..6db132311 100644 --- a/kernel-aarch64-rt-debug-fedora.config +++ b/kernel-aarch64-rt-debug-fedora.config @@ -2626,12 +2626,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-aarch64-rt-debug-rhel.config b/kernel-aarch64-rt-debug-rhel.config index 93cd35f1b..fa68ddfa9 100644 --- a/kernel-aarch64-rt-debug-rhel.config +++ b/kernel-aarch64-rt-debug-rhel.config @@ -2152,6 +2152,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-aarch64-rt-fedora.config b/kernel-aarch64-rt-fedora.config index 5fcef7e53..2fb4051cc 100644 --- a/kernel-aarch64-rt-fedora.config +++ b/kernel-aarch64-rt-fedora.config @@ -2617,12 +2617,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-aarch64-rt-rhel.config b/kernel-aarch64-rt-rhel.config index b10f8989e..1d7ba87da 100644 --- a/kernel-aarch64-rt-rhel.config +++ b/kernel-aarch64-rt-rhel.config @@ -2144,6 +2144,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-ppc64le-debug-fedora.config b/kernel-ppc64le-debug-fedora.config index a1d7e2e18..01f10e380 100644 --- a/kernel-ppc64le-debug-fedora.config +++ b/kernel-ppc64le-debug-fedora.config @@ -1947,12 +1947,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index aa4c57356..6199b8a8c 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -1804,6 +1804,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-ppc64le-fedora.config b/kernel-ppc64le-fedora.config index e1c410479..9503bccdb 100644 --- a/kernel-ppc64le-fedora.config +++ b/kernel-ppc64le-fedora.config @@ -1937,12 +1937,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config index cdc0fc833..b3dd27a77 100644 --- a/kernel-ppc64le-rhel.config +++ b/kernel-ppc64le-rhel.config @@ -1796,6 +1796,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-riscv64-debug-fedora.config b/kernel-riscv64-debug-fedora.config index bb9ac73f7..db37ea0b9 100644 --- a/kernel-riscv64-debug-fedora.config +++ b/kernel-riscv64-debug-fedora.config @@ -2002,12 +2002,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-riscv64-debug-rhel.config b/kernel-riscv64-debug-rhel.config index 6d374993b..084b51e29 100644 --- a/kernel-riscv64-debug-rhel.config +++ b/kernel-riscv64-debug-rhel.config @@ -1837,6 +1837,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-riscv64-fedora.config b/kernel-riscv64-fedora.config index 94a2f61ee..864764459 100644 --- a/kernel-riscv64-fedora.config +++ b/kernel-riscv64-fedora.config @@ -1992,12 +1992,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-riscv64-rhel.config b/kernel-riscv64-rhel.config index 01389de7b..65db2b174 100644 --- a/kernel-riscv64-rhel.config +++ b/kernel-riscv64-rhel.config @@ -1829,6 +1829,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-riscv64-rt-debug-fedora.config b/kernel-riscv64-rt-debug-fedora.config index ee9407e87..67cf47bf7 100644 --- a/kernel-riscv64-rt-debug-fedora.config +++ b/kernel-riscv64-rt-debug-fedora.config @@ -2005,12 +2005,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-riscv64-rt-fedora.config b/kernel-riscv64-rt-fedora.config index 4d399122f..1445aa748 100644 --- a/kernel-riscv64-rt-fedora.config +++ b/kernel-riscv64-rt-fedora.config @@ -1995,12 +1995,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-s390x-debug-fedora.config b/kernel-s390x-debug-fedora.config index 8d947334f..615e749b6 100644 --- a/kernel-s390x-debug-fedora.config +++ b/kernel-s390x-debug-fedora.config @@ -1954,12 +1954,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index 0b14a8a04..c947c807e 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -1811,6 +1811,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-s390x-fedora.config b/kernel-s390x-fedora.config index 93bb211f6..ca1b4817e 100644 --- a/kernel-s390x-fedora.config +++ b/kernel-s390x-fedora.config @@ -1944,12 +1944,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index 1182462be..8b5c3edc6 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -1803,6 +1803,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index 26e9c8191..3dea26a3e 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -1804,6 +1804,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-x86_64-debug-fedora.config b/kernel-x86_64-debug-fedora.config index 5efa1aa7c..893ef204a 100644 --- a/kernel-x86_64-debug-fedora.config +++ b/kernel-x86_64-debug-fedora.config @@ -2153,12 +2153,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index 6fc17b5b6..589fe9a2d 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -1951,6 +1951,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-x86_64-fedora.config b/kernel-x86_64-fedora.config index 98632c6e7..869c2d5f3 100644 --- a/kernel-x86_64-fedora.config +++ b/kernel-x86_64-fedora.config @@ -2143,12 +2143,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index 4db9a4671..caaedd59d 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -1943,6 +1943,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-x86_64-rt-debug-fedora.config b/kernel-x86_64-rt-debug-fedora.config index 98f88d9c3..57192f246 100644 --- a/kernel-x86_64-rt-debug-fedora.config +++ b/kernel-x86_64-rt-debug-fedora.config @@ -2156,12 +2156,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-x86_64-rt-debug-rhel.config b/kernel-x86_64-rt-debug-rhel.config index 7fb448658..caf8d4802 100644 --- a/kernel-x86_64-rt-debug-rhel.config +++ b/kernel-x86_64-rt-debug-rhel.config @@ -1990,6 +1990,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel-x86_64-rt-fedora.config b/kernel-x86_64-rt-fedora.config index 074b56e3c..8c3732452 100644 --- a/kernel-x86_64-rt-fedora.config +++ b/kernel-x86_64-rt-fedora.config @@ -2146,12 +2146,14 @@ CONFIG_EROFS_FS_BACKED_BY_FILE=y # CONFIG_EROFS_FS_DEBUG is not set CONFIG_EROFS_FS=m CONFIG_EROFS_FS_ONDEMAND=y +# CONFIG_EROFS_FS_PAGE_CACHE_SHARE is not set # CONFIG_EROFS_FS_PCPU_KTHREAD is not set CONFIG_EROFS_FS_POSIX_ACL=y CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y CONFIG_EROFS_FS_ZIP_ACCEL=y CONFIG_EROFS_FS_ZIP_DEFLATE=y +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y CONFIG_EROFS_FS_ZIP_ZSTD=y diff --git a/kernel-x86_64-rt-rhel.config b/kernel-x86_64-rt-rhel.config index fb2c819bc..72e3315bf 100644 --- a/kernel-x86_64-rt-rhel.config +++ b/kernel-x86_64-rt-rhel.config @@ -1982,6 +1982,7 @@ CONFIG_EROFS_FS_SECURITY=y CONFIG_EROFS_FS_XATTR=y # CONFIG_EROFS_FS_ZIP_ACCEL is not set # CONFIG_EROFS_FS_ZIP_DEFLATE is not set +CONFIG_EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS=16 CONFIG_EROFS_FS_ZIP_LZMA=y CONFIG_EROFS_FS_ZIP=y # CONFIG_EROFS_FS_ZIP_ZSTD is not set diff --git a/kernel.changelog b/kernel.changelog index f513a6dfc..59a8f1949 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,10 @@ +* Sun Aug 09 2026 Justin M. Forbes [7.1.8-0] +- Config updates for 7.1.8 (Justin M. Forbes) +- Add to BugsFixed (Justin M. Forbes) +- smb/client: return EOPNOTSUPP for unsupported O_TMPFILE (ChenXiaoSong) +- Linux v7.1.8 +Resolves: + * Thu Aug 06 2026 Justin M. Forbes [7.1.7-0] - Linux v7.1.7 Resolves: diff --git a/kernel.spec b/kernel.spec index a991b6ee9..c30444f77 100644 --- a/kernel.spec +++ b/kernel.spec @@ -187,18 +187,18 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 # define buildid .local -%define specrpmversion 7.1.7 -%define specversion 7.1.7 +%define specrpmversion 7.1.8 +%define specversion 7.1.8 %define patchversion 7.1 %define pkgrelease 100 %define kversion 7 -%define tarfile_release 7.1.7 +%define tarfile_release 7.1.8 # This is needed to do merge window version magic %define patchlevel 1 # This allows pkg_release to have configurable %%{?dist} tag %define specrelease 100%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 7.1.7 +%define kabiversion 7.1.8 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -4865,6 +4865,12 @@ fi\ # # %changelog +* Sun Aug 09 2026 Justin M. Forbes [7.1.8-0] +- Config updates for 7.1.8 (Justin M. Forbes) +- Add to BugsFixed (Justin M. Forbes) +- smb/client: return EOPNOTSUPP for unsupported O_TMPFILE (ChenXiaoSong) +- Linux v7.1.8 + * Thu Aug 06 2026 Justin M. Forbes [7.1.7-0] - Linux v7.1.7 diff --git a/patch-7.1-redhat.patch b/patch-7.1-redhat.patch index c50abef73..d0c3070ed 100644 --- a/patch-7.1-redhat.patch +++ b/patch-7.1-redhat.patch @@ -54,6 +54,7 @@ drivers/platform/x86/intel/int3472/discrete.c | 18 + drivers/usb/core/hub.c | 7 + drivers/vhost/vhost.c | 8 + + fs/smb/client/dir.c | 2 + fs/xfs/libxfs/xfs_exchmaps.c | 10 + include/linux/crypto.h | 2 + include/linux/efi.h | 22 +- @@ -71,7 +72,7 @@ tools/testing/selftests/bpf/DENYLIST.rhel | 76 ++ tools/testing/selftests/bpf/Makefile | 2 +- tools/testing/selftests/bpf/prog_tests/ksyms_btf.c | 31 - - 73 files changed, 5910 insertions(+), 120 deletions(-) + 74 files changed, 5912 insertions(+), 120 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index f74da642290a..3a0e977fc9cf 100644 @@ -121,7 +122,7 @@ index f74da642290a..3a0e977fc9cf 100644 M: Maxim Levitsky M: Alex Dubov diff --git a/Makefile b/Makefile -index 4643c9e03a20..4fd7b9e2703a 100644 +index fa62d2054cd4..a0dbf939d671 100644 --- a/Makefile +++ b/Makefile @@ -356,6 +356,17 @@ ifneq ($(filter install,$(MAKECMDGOALS)),) @@ -142,7 +143,7 @@ index 4643c9e03a20..4fd7b9e2703a 100644 ifdef mixed-build # =========================================================================== # We're called with mixed targets (*config and build targets). -@@ -1423,6 +1434,8 @@ uapi-asm-generic: +@@ -1421,6 +1432,8 @@ uapi-asm-generic: # Generate some files # --------------------------------------------------------------------------- @@ -151,7 +152,7 @@ index 4643c9e03a20..4fd7b9e2703a 100644 # KERNELRELEASE can change from a few different places, meaning version.h # needs to be updated, so this check is forced on all builds -@@ -2088,6 +2101,23 @@ endif +@@ -2086,6 +2099,23 @@ endif ifdef CONFIG_MODULES @@ -6593,6 +6594,19 @@ index db329a6f6145..89062f60e369 100644 mutex_unlock(&vq->mutex); return r; +diff --git a/fs/smb/client/dir.c b/fs/smb/client/dir.c +index e4295a5b55b3..99275c7473f9 100644 +--- a/fs/smb/client/dir.c ++++ b/fs/smb/client/dir.c +@@ -1126,6 +1126,8 @@ int cifs_tmpfile(struct mnt_idmap *idmap, struct inode *dir, + } while (unlikely(rc == -EEXIST) && ++retries < max_retries); + + if (rc) { ++ if (rc == -ENOENT) ++ rc = -EOPNOTSUPP; + cifs_del_pending_open(&open); + goto out; + } diff --git a/fs/xfs/libxfs/xfs_exchmaps.c b/fs/xfs/libxfs/xfs_exchmaps.c index 541e33f33167..7fb28c8afef8 100644 --- a/fs/xfs/libxfs/xfs_exchmaps.c diff --git a/sources b/sources index c849505e2..325eeb803 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-7.1.7.tar.xz) = 290aac4c1b154fe1af9295a65404f708cef04bfa153e91e35902034b1a1d461d73770e4f3d10048ce06a5ba1567a1666ee1335399d1b1aa83cf3c30941de9b95 -SHA512 (kernel-abi-stablelists-7.1.7.tar.xz) = d0f154f2ce54e8d6821d758ee4982192ae84ed125894c25ec0f79eea02296cacc7342dd0c80ab9573c62b47dcf5b0b04bab64c2d46c6263b01b64ade4884cb12 -SHA512 (kernel-kabi-dw-7.1.7.tar.xz) = 60841edb12fc13ebe6c7cb5945267efa87fa8545655f85e76505fe5af4c294fb788ef71802cf46d9a92a94a702d2d5c646c56b04af978640fe46c17ee80f6fe9 +SHA512 (linux-7.1.8.tar.xz) = cfd601f07b627ebb0132993839e6c2739d54e0424644c9030aed4597463b2caa4f8eb57c002a285de1d2e9898eac0502e2f09e26ac95c313e43e60e99fc0241b +SHA512 (kernel-abi-stablelists-7.1.8.tar.xz) = 1a19e7b251890aadf02eb5e4708f9fc25d582f62836eafb1159526f913aa17db1139b14c18d347784584edf658822a0311e773b26890daf16f7da35f6283fd96 +SHA512 (kernel-kabi-dw-7.1.8.tar.xz) = 386e6b162674a510c14db1e13c0fe98e94db9e45e7d44b62672f5dc3bb1251bd0b6ae0cb437e86b503ece3b343af6dbfcb7c20572d1de07e7a79a68945e09d89