From 48c1ecc6a0a8b6be5381fd7e0d3542f2e511cfc9 Mon Sep 17 00:00:00 2001 From: "Herton R. Krzesinski" Date: Mon, 6 Dec 2021 18:03:50 +0000 Subject: [PATCH] kernel-5.14.0-26.el9 * Mon Dec 06 2021 Herton R. Krzesinski [5.14.0-26.el9] - redhat/configs: enable CONFIG_CEPH_FSCACHE (Jeffrey Layton) [2017798] - ceph: add a new metric to keep track of remote object copies (Jeffrey Layton) [2017798] - libceph, ceph: move ceph_osdc_copy_from() into cephfs code (Jeffrey Layton) [2017798] - ceph: clean-up metrics data structures to reduce code duplication (Jeffrey Layton) [2017798] - ceph: split 'metric' debugfs file into several files (Jeffrey Layton) [2017798] - ceph: return the real size read when it hits EOF (Jeffrey Layton) [2017798] - ceph: properly handle statfs on multifs setups (Jeffrey Layton) [2017798] - ceph: shut down mount on bad mdsmap or fsmap decode (Jeffrey Layton) [2017798] - ceph: fix mdsmap decode when there are MDS's beyond max_mds (Jeffrey Layton) [2017798] - ceph: ignore the truncate when size won't change with Fx caps issued (Jeffrey Layton) [2017798] - ceph: don't rely on error_string to validate blocklisted session. (Jeffrey Layton) [2017798] - ceph: just use ci->i_version for fscache aux info (Jeffrey Layton) [2017798] - ceph: shut down access to inode when async create fails (Jeffrey Layton) [2017798] - ceph: refactor remove_session_caps_cb (Jeffrey Layton) [2017798] - ceph: fix auth cap handling logic in remove_session_caps_cb (Jeffrey Layton) [2017798] - ceph: drop private list from remove_session_caps_cb (Jeffrey Layton) [2017798] - ceph: don't use -ESTALE as special return code in try_get_cap_refs (Jeffrey Layton) [2017798] - ceph: print inode numbers instead of pointer values (Jeffrey Layton) [2017798] - ceph: enable async dirops by default (Jeffrey Layton) [2017798] - libceph: drop ->monmap and err initialization (Jeffrey Layton) [2017798] - ceph: convert to noop_direct_IO (Jeffrey Layton) [2017798] - ceph: fix handling of "meta" errors (Jeffrey Layton) [2017798] - ceph: skip existing superblocks that are blocklisted or shut down when mounting (Jeffrey Layton) [2017798] - ceph: fix off by one bugs in unsafe_request_wait() (Jeffrey Layton) [2017798] - ceph: fix dereference of null pointer cf (Jeffrey Layton) [2017798] - ceph: drop the mdsc_get_session/put_session dout messages (Jeffrey Layton) [2017798] - ceph: lockdep annotations for try_nonblocking_invalidate (Jeffrey Layton) [2017798] - ceph: don't WARN if we're forcibly removing the session caps (Jeffrey Layton) [2017798] - ceph: don't WARN if we're force umounting (Jeffrey Layton) [2017798] - ceph: remove the capsnaps when removing caps (Jeffrey Layton) [2017798] - ceph: request Fw caps before updating the mtime in ceph_write_iter (Jeffrey Layton) [2017798] - ceph: reconnect to the export targets on new mdsmaps (Jeffrey Layton) [2017798] - ceph: print more information when we can't find snaprealm (Jeffrey Layton) [2017798] - ceph: add ceph_change_snap_realm() helper (Jeffrey Layton) [2017798] - ceph: remove redundant initializations from mdsc and session (Jeffrey Layton) [2017798] - ceph: cancel delayed work instead of flushing on mdsc teardown (Jeffrey Layton) [2017798] - ceph: add a new vxattr to return auth mds for an inode (Jeffrey Layton) [2017798] - ceph: remove some defunct forward declarations (Jeffrey Layton) [2017798] - ceph: flush the mdlog before waiting on unsafe reqs (Jeffrey Layton) [2017798] - ceph: flush mdlog before umounting (Jeffrey Layton) [2017798] - ceph: make iterate_sessions a global symbol (Jeffrey Layton) [2017798] - ceph: make ceph_create_session_msg a global symbol (Jeffrey Layton) [2017798] - ceph: fix comment about short copies in ceph_write_end (Jeffrey Layton) [2017798] - ceph: fix memory leak on decode error in ceph_handle_caps (Jeffrey Layton) [2017798] Resolves: rhbz#2017798 Signed-off-by: Herton R. Krzesinski --- Makefile.rhelver | 2 +- kernel-aarch64-debug-rhel.config | 2 +- kernel-aarch64-rhel.config | 2 +- kernel-ppc64le-debug-rhel.config | 2 +- kernel-ppc64le-rhel.config | 2 +- kernel-s390x-debug-rhel.config | 2 +- kernel-s390x-rhel.config | 2 +- kernel-s390x-zfcpdump-rhel.config | 2 +- kernel-x86_64-debug-rhel.config | 2 +- kernel-x86_64-rhel.config | 2 +- kernel.spec | 58 +++++++++++++++++++++++++++---- sources | 6 ++-- 12 files changed, 65 insertions(+), 19 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 2c76b96f4..d4a6ed5c1 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 0 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 25 +RHEL_RELEASE = 26 # # Early y+1 numbering diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 185dcc107..fc02afd79 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -725,7 +725,7 @@ CONFIG_CDROM_PKTCDVD=m CONFIG_CEC_PLATFORM_DRIVERS=y # CONFIG_CEC_SECO is not set # CONFIG_CEC_TEGRA is not set -# CONFIG_CEPH_FSCACHE is not set +CONFIG_CEPH_FSCACHE=y CONFIG_CEPH_FS=m CONFIG_CEPH_FS_POSIX_ACL=y CONFIG_CEPH_FS_SECURITY_LABEL=y diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index 8be494019..45a4dce71 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -725,7 +725,7 @@ CONFIG_CDROM_PKTCDVD=m CONFIG_CEC_PLATFORM_DRIVERS=y # CONFIG_CEC_SECO is not set # CONFIG_CEC_TEGRA is not set -# CONFIG_CEPH_FSCACHE is not set +CONFIG_CEPH_FSCACHE=y CONFIG_CEPH_FS=m CONFIG_CEPH_FS_POSIX_ACL=y CONFIG_CEPH_FS_SECURITY_LABEL=y diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index 2d3974ed9..23f8e48d2 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -598,7 +598,7 @@ CONFIG_CDROM_PKTCDVD=m # CONFIG_CEC_CH7322 is not set CONFIG_CEC_PLATFORM_DRIVERS=y # CONFIG_CEC_SECO is not set -# CONFIG_CEPH_FSCACHE is not set +CONFIG_CEPH_FSCACHE=y CONFIG_CEPH_FS=m CONFIG_CEPH_FS_POSIX_ACL=y CONFIG_CEPH_FS_SECURITY_LABEL=y diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config index 3fb4e09c5..a0389268b 100644 --- a/kernel-ppc64le-rhel.config +++ b/kernel-ppc64le-rhel.config @@ -598,7 +598,7 @@ CONFIG_CDROM_PKTCDVD=m # CONFIG_CEC_CH7322 is not set CONFIG_CEC_PLATFORM_DRIVERS=y # CONFIG_CEC_SECO is not set -# CONFIG_CEPH_FSCACHE is not set +CONFIG_CEPH_FSCACHE=y CONFIG_CEPH_FS=m CONFIG_CEPH_FS_POSIX_ACL=y CONFIG_CEPH_FS_SECURITY_LABEL=y diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index 7f3b30042..a8510637e 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -600,7 +600,7 @@ CONFIG_CDROM_PKTCDVD_BUFFERS=8 # CONFIG_CEC_CH7322 is not set CONFIG_CEC_PLATFORM_DRIVERS=y # CONFIG_CEC_SECO is not set -# CONFIG_CEPH_FSCACHE is not set +CONFIG_CEPH_FSCACHE=y CONFIG_CEPH_FS=m CONFIG_CEPH_FS_POSIX_ACL=y CONFIG_CEPH_FS_SECURITY_LABEL=y diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index b2096e708..20372b33e 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -600,7 +600,7 @@ CONFIG_CDROM_PKTCDVD_BUFFERS=8 # CONFIG_CEC_CH7322 is not set CONFIG_CEC_PLATFORM_DRIVERS=y # CONFIG_CEC_SECO is not set -# CONFIG_CEPH_FSCACHE is not set +CONFIG_CEPH_FSCACHE=y CONFIG_CEPH_FS=m CONFIG_CEPH_FS_POSIX_ACL=y CONFIG_CEPH_FS_SECURITY_LABEL=y diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index 9167adf90..2d0046da0 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -605,7 +605,7 @@ CONFIG_CDROM_PKTCDVD_BUFFERS=8 # CONFIG_CEC_CH7322 is not set CONFIG_CEC_PLATFORM_DRIVERS=y # CONFIG_CEC_SECO is not set -# CONFIG_CEPH_FSCACHE is not set +CONFIG_CEPH_FSCACHE=y CONFIG_CEPH_FS=m CONFIG_CEPH_FS_POSIX_ACL=y CONFIG_CEPH_FS_SECURITY_LABEL=y diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index d7f007dba..26e87f336 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -625,7 +625,7 @@ CONFIG_CDROM_PKTCDVD=m # CONFIG_CEC_CH7322 is not set CONFIG_CEC_PLATFORM_DRIVERS=y # CONFIG_CEC_SECO is not set -# CONFIG_CEPH_FSCACHE is not set +CONFIG_CEPH_FSCACHE=y CONFIG_CEPH_FS=m CONFIG_CEPH_FS_POSIX_ACL=y CONFIG_CEPH_FS_SECURITY_LABEL=y diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index 0669c30b2..a73a8274e 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -625,7 +625,7 @@ CONFIG_CDROM_PKTCDVD=m # CONFIG_CEC_CH7322 is not set CONFIG_CEC_PLATFORM_DRIVERS=y # CONFIG_CEC_SECO is not set -# CONFIG_CEPH_FSCACHE is not set +CONFIG_CEPH_FSCACHE=y CONFIG_CEPH_FS=m CONFIG_CEPH_FS_POSIX_ACL=y CONFIG_CEPH_FS_SECURITY_LABEL=y diff --git a/kernel.spec b/kernel.spec index 7dd507a8c..cbbc26242 100755 --- a/kernel.spec +++ b/kernel.spec @@ -85,7 +85,7 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 -%global distro_build 25 +%global distro_build 26 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -129,13 +129,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 25.el9 +%define pkgrelease 26.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 25%{?buildid}%{?dist} +%define specrelease 26%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -676,7 +676,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-25.el9.tar.xz +Source0: linux-5.14.0-26.el9.tar.xz Source1: Makefile.rhelver @@ -1361,8 +1361,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-25.el9 -c -mv linux-5.14.0-25.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-26.el9 -c +mv linux-5.14.0-26.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2951,6 +2951,52 @@ fi # # %changelog +* Mon Dec 06 2021 Herton R. Krzesinski [5.14.0-26.el9] +- redhat/configs: enable CONFIG_CEPH_FSCACHE (Jeffrey Layton) [2017798] +- ceph: add a new metric to keep track of remote object copies (Jeffrey Layton) [2017798] +- libceph, ceph: move ceph_osdc_copy_from() into cephfs code (Jeffrey Layton) [2017798] +- ceph: clean-up metrics data structures to reduce code duplication (Jeffrey Layton) [2017798] +- ceph: split 'metric' debugfs file into several files (Jeffrey Layton) [2017798] +- ceph: return the real size read when it hits EOF (Jeffrey Layton) [2017798] +- ceph: properly handle statfs on multifs setups (Jeffrey Layton) [2017798] +- ceph: shut down mount on bad mdsmap or fsmap decode (Jeffrey Layton) [2017798] +- ceph: fix mdsmap decode when there are MDS's beyond max_mds (Jeffrey Layton) [2017798] +- ceph: ignore the truncate when size won't change with Fx caps issued (Jeffrey Layton) [2017798] +- ceph: don't rely on error_string to validate blocklisted session. (Jeffrey Layton) [2017798] +- ceph: just use ci->i_version for fscache aux info (Jeffrey Layton) [2017798] +- ceph: shut down access to inode when async create fails (Jeffrey Layton) [2017798] +- ceph: refactor remove_session_caps_cb (Jeffrey Layton) [2017798] +- ceph: fix auth cap handling logic in remove_session_caps_cb (Jeffrey Layton) [2017798] +- ceph: drop private list from remove_session_caps_cb (Jeffrey Layton) [2017798] +- ceph: don't use -ESTALE as special return code in try_get_cap_refs (Jeffrey Layton) [2017798] +- ceph: print inode numbers instead of pointer values (Jeffrey Layton) [2017798] +- ceph: enable async dirops by default (Jeffrey Layton) [2017798] +- libceph: drop ->monmap and err initialization (Jeffrey Layton) [2017798] +- ceph: convert to noop_direct_IO (Jeffrey Layton) [2017798] +- ceph: fix handling of "meta" errors (Jeffrey Layton) [2017798] +- ceph: skip existing superblocks that are blocklisted or shut down when mounting (Jeffrey Layton) [2017798] +- ceph: fix off by one bugs in unsafe_request_wait() (Jeffrey Layton) [2017798] +- ceph: fix dereference of null pointer cf (Jeffrey Layton) [2017798] +- ceph: drop the mdsc_get_session/put_session dout messages (Jeffrey Layton) [2017798] +- ceph: lockdep annotations for try_nonblocking_invalidate (Jeffrey Layton) [2017798] +- ceph: don't WARN if we're forcibly removing the session caps (Jeffrey Layton) [2017798] +- ceph: don't WARN if we're force umounting (Jeffrey Layton) [2017798] +- ceph: remove the capsnaps when removing caps (Jeffrey Layton) [2017798] +- ceph: request Fw caps before updating the mtime in ceph_write_iter (Jeffrey Layton) [2017798] +- ceph: reconnect to the export targets on new mdsmaps (Jeffrey Layton) [2017798] +- ceph: print more information when we can't find snaprealm (Jeffrey Layton) [2017798] +- ceph: add ceph_change_snap_realm() helper (Jeffrey Layton) [2017798] +- ceph: remove redundant initializations from mdsc and session (Jeffrey Layton) [2017798] +- ceph: cancel delayed work instead of flushing on mdsc teardown (Jeffrey Layton) [2017798] +- ceph: add a new vxattr to return auth mds for an inode (Jeffrey Layton) [2017798] +- ceph: remove some defunct forward declarations (Jeffrey Layton) [2017798] +- ceph: flush the mdlog before waiting on unsafe reqs (Jeffrey Layton) [2017798] +- ceph: flush mdlog before umounting (Jeffrey Layton) [2017798] +- ceph: make iterate_sessions a global symbol (Jeffrey Layton) [2017798] +- ceph: make ceph_create_session_msg a global symbol (Jeffrey Layton) [2017798] +- ceph: fix comment about short copies in ceph_write_end (Jeffrey Layton) [2017798] +- ceph: fix memory leak on decode error in ceph_handle_caps (Jeffrey Layton) [2017798] + * Fri Dec 03 2021 Herton R. Krzesinski [5.14.0-25.el9] - x86: Pin task-stack in __get_wchan() (Chris von Recklinghausen) [2022169] - x86: Fix __get_wchan() for !STACKTRACE (Chris von Recklinghausen) [2022169] diff --git a/sources b/sources index db34bcc39..e760f2575 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-25.el9.tar.xz) = 3fb8d6d38a44f4f62f8406ab3a22483f069861115eed0ff2ff185a0261998ab185f780047ba089e075edbc340d6ae81f2f9f93c8103bed95b7dea5b30588eaf4 -SHA512 (kernel-abi-stablelists-5.14.0-25.tar.bz2) = 1b46a294c4365146d325f812e2a77099f033ef7567f5b5223b287182160af849f09287e69595aa6ff13d6f7fe5dacbb0f60c14dc4f406dcc963b29c75bc92702 -SHA512 (kernel-kabi-dw-5.14.0-25.tar.bz2) = 79b2dac5bb945e20f2f0979bdd43eef4ebd5c285036db070c19fd24dcd950f7448650a6fadd3c1a7596048250963474e597cc505704e1c29f9fc6cb5e4799ba1 +SHA512 (linux-5.14.0-26.el9.tar.xz) = 09d7ef98fa08b4c2be925df686eafa0b8bbfcb503263fd7ee1e70996bfecdd73ef3046173aadcb4b158bfdc9efe53be1e5314b8f0305fd844c3d331b585b4d76 +SHA512 (kernel-abi-stablelists-5.14.0-26.tar.bz2) = ecc2345374540ccc6d9f1961b17fa08a6a0b83588a00a2a1d299d58362e9f5493d04825b911daa1712c423e39c687d31207d75bc449e3d22254b07354200d613 +SHA512 (kernel-kabi-dw-5.14.0-26.tar.bz2) = b464c96c81e5042bbc7218bb320e3d1007b56ed1c17368e4f0844c65891031c9eb24b37b9c807fd864b2cc186b0f7bcdb4f87446a911585466ca11c5a74dcbd9