From 5547d9e0c15c916934021cf48750f2ec7f4e5ea9 Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Thu, 29 Sep 2022 03:17:27 -0400 Subject: [PATCH] kernel-5.14.0-170.el9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Thu Sep 29 2022 Frantisek Hrbata [5.14.0-170.el9] - NFSv4.1 restrict GETATTR fs_location query to the main transport (Scott Mayhew) [2066372] - NFSv4: Add an fattr allocation to _nfs4_discover_trunking() (Scott Mayhew) [2066372] - sunrpc: set cl_max_connect when cloning an rpc_clnt (Scott Mayhew) [2066372] - NFSv4.1 mark qualified async operations as MOVEABLE tasks (Scott Mayhew) [2066372] - NFSv4.1 provide mount option to toggle trunking discovery (Scott Mayhew) [2066372] - NFSv4.1 test and add 4.1 trunking transport (Scott Mayhew) [2066372] - SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt (Scott Mayhew) [2066372] - NFSv4 handle port presence in fs_location server string (Scott Mayhew) [2066372] - NFSv4 expose nfs_parse_server_name function (Scott Mayhew) [2066372] - NFSv4.1 query for fs_location attr on a new file system (Scott Mayhew) [2066372] - NFSv4 store server support for fs_location attribute (Scott Mayhew) [2066372] - NFSv4 remove zero number of fs_locations entries error check (Scott Mayhew) [2066372] - iwlwifi: limit fw version for AC9560 to avoid fw crash (Íñigo Huguet) [2096128] - configs: enable CONFIG_HP_ILO for aarch64 (Mark Salter) [2126153] Resolves: rhbz#2066372 Signed-off-by: Frantisek Hrbata --- Makefile.rhelver | 2 +- kernel-aarch64-debug-rhel.config | 2 +- kernel-aarch64-rhel.config | 2 +- kernel.spec | 26 +++++++++++++++++++++----- sources | 6 +++--- 5 files changed, 27 insertions(+), 11 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index cc914a5..b475695 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 2 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 169 +RHEL_RELEASE = 170 # # ZSTREAM diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index d9e34b6..6ac4710 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -2024,7 +2024,7 @@ CONFIG_HOTPLUG_PCI=y # CONFIG_HP03 is not set # CONFIG_HP206C is not set # CONFIG_HPFS_FS is not set -# CONFIG_HP_ILO is not set +CONFIG_HP_ILO=m CONFIG_HSA_AMD_SVM=y CONFIG_HSA_AMD=y # CONFIG_HSI is not set diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index 616f2d2..344a9b0 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -2008,7 +2008,7 @@ CONFIG_HOTPLUG_PCI=y # CONFIG_HP03 is not set # CONFIG_HP206C is not set # CONFIG_HPFS_FS is not set -# CONFIG_HP_ILO is not set +CONFIG_HP_ILO=m CONFIG_HSA_AMD_SVM=y CONFIG_HSA_AMD=y # CONFIG_HSI is not set diff --git a/kernel.spec b/kernel.spec index d4533ae..b5a3558 100755 --- a/kernel.spec +++ b/kernel.spec @@ -121,13 +121,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 169.el9 +%define pkgrelease 170.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 169%{?buildid}%{?dist} +%define specrelease 170%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -679,7 +679,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-169.el9.tar.xz +Source0: linux-5.14.0-170.el9.tar.xz Source1: Makefile.rhelver @@ -1351,8 +1351,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-169.el9 -c -mv linux-5.14.0-169.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-170.el9 -c +mv linux-5.14.0-170.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3018,6 +3018,22 @@ fi # # %changelog +* Thu Sep 29 2022 Frantisek Hrbata [5.14.0-170.el9] +- NFSv4.1 restrict GETATTR fs_location query to the main transport (Scott Mayhew) [2066372] +- NFSv4: Add an fattr allocation to _nfs4_discover_trunking() (Scott Mayhew) [2066372] +- sunrpc: set cl_max_connect when cloning an rpc_clnt (Scott Mayhew) [2066372] +- NFSv4.1 mark qualified async operations as MOVEABLE tasks (Scott Mayhew) [2066372] +- NFSv4.1 provide mount option to toggle trunking discovery (Scott Mayhew) [2066372] +- NFSv4.1 test and add 4.1 trunking transport (Scott Mayhew) [2066372] +- SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt (Scott Mayhew) [2066372] +- NFSv4 handle port presence in fs_location server string (Scott Mayhew) [2066372] +- NFSv4 expose nfs_parse_server_name function (Scott Mayhew) [2066372] +- NFSv4.1 query for fs_location attr on a new file system (Scott Mayhew) [2066372] +- NFSv4 store server support for fs_location attribute (Scott Mayhew) [2066372] +- NFSv4 remove zero number of fs_locations entries error check (Scott Mayhew) [2066372] +- iwlwifi: limit fw version for AC9560 to avoid fw crash (Íñigo Huguet) [2096128] +- configs: enable CONFIG_HP_ILO for aarch64 (Mark Salter) [2126153] + * Tue Sep 27 2022 Frantisek Hrbata [5.14.0-169.el9] - bonding: fix NULL deref in bond_rr_gen_slave_id (Jonathan Toppins) [2001260] - CI: Add automotive-check for rt branches (Veronika Kabatova) diff --git a/sources b/sources index 6c4234c..409e22b 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-169.el9.tar.xz) = 69305524505df94a8baad4861aa2901f184f41241a686b34202fa19cd2de1bde09d58464f369c1066346037b1dff862587d5e657401caf2dcddab885e6aa2739 -SHA512 (kernel-abi-stablelists-5.14.0-169.el9.tar.bz2) = fe407d8b8208aa2983dd00110dd77e509631da031d8507884bed5459629fba1b4171e48f4d812c8442932f94d970413792fd60ab76e960d60b3abd04eeef1f97 -SHA512 (kernel-kabi-dw-5.14.0-169.el9.tar.bz2) = 74b3c5b16232bc10cbf8b6f5fb277f8908eba4a6ef0d608b1c13423730dc3d61f22f2f703a568be5a5a93b1bdc73a48ceaa2daa04764115d1ef4efd07b243a91 +SHA512 (linux-5.14.0-170.el9.tar.xz) = b4ec36e86685b1f51bb0544394c542fa44846e6b795bf4828c4bd8f48e1d6f5847b91e2586876ee028de101317de178b0e6ac923a5c44c8d02efe4e26366a314 +SHA512 (kernel-abi-stablelists-5.14.0-170.el9.tar.bz2) = 99531911c0802c973fbfc8363081657327f6c4f78e5a6867d0eaf6afa0e6bce49101aa64a408e93820f4323058fa243f711e40f7dd6f759c4a070bb738237661 +SHA512 (kernel-kabi-dw-5.14.0-170.el9.tar.bz2) = 74b3c5b16232bc10cbf8b6f5fb277f8908eba4a6ef0d608b1c13423730dc3d61f22f2f703a568be5a5a93b1bdc73a48ceaa2daa04764115d1ef4efd07b243a91