kernel-rt-5.14.0-170.rt21.170.el9
* Thu Sep 29 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-170.rt21.170.el9] - [rt] build kernel-rt-5.14.0-170.rt21.170.el9 [2125474] - 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#2125474 Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
This commit is contained in:
parent
1368ad21db
commit
1ccd81b1e4
@ -12,7 +12,7 @@ RHEL_MINOR = 2
|
|||||||
#
|
#
|
||||||
# Use this spot to avoid future merge conflicts.
|
# Use this spot to avoid future merge conflicts.
|
||||||
# Do not trim this comment.
|
# Do not trim this comment.
|
||||||
RHEL_RELEASE = 169
|
RHEL_RELEASE = 170
|
||||||
|
|
||||||
#
|
#
|
||||||
# ZSTREAM
|
# ZSTREAM
|
||||||
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
RTBUILD:=.169
|
RTBUILD:=.170
|
||||||
|
27
kernel.spec
27
kernel.spec
@ -121,13 +121,13 @@ Summary: The Linux kernel
|
|||||||
%define kversion 5.14
|
%define kversion 5.14
|
||||||
|
|
||||||
%define rpmversion 5.14.0
|
%define rpmversion 5.14.0
|
||||||
%define pkgrelease 169.rt21.169.el9
|
%define pkgrelease 170.rt21.170.el9
|
||||||
|
|
||||||
# This is needed to do merge window version magic
|
# This is needed to do merge window version magic
|
||||||
%define patchlevel 14
|
%define patchlevel 14
|
||||||
|
|
||||||
# allow pkg_release to have configurable %%{?dist} tag
|
# allow pkg_release to have configurable %%{?dist} tag
|
||||||
%define specrelease 169.rt21.169%{?buildid}%{?dist}
|
%define specrelease 170.rt21.170%{?buildid}%{?dist}
|
||||||
|
|
||||||
%define pkg_release %{specrelease}
|
%define pkg_release %{specrelease}
|
||||||
|
|
||||||
@ -707,7 +707,7 @@ BuildRequires: lld
|
|||||||
# exact git commit you can run
|
# exact git commit you can run
|
||||||
#
|
#
|
||||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||||
Source0: linux-5.14.0-169.rt21.169.el9.tar.xz
|
Source0: linux-5.14.0-170.rt21.170.el9.tar.xz
|
||||||
|
|
||||||
Source1: Makefile.rhelver
|
Source1: Makefile.rhelver
|
||||||
|
|
||||||
@ -1422,8 +1422,8 @@ ApplyOptionalPatch()
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
%setup -q -n kernel-5.14.0-169.rt21.169.el9 -c
|
%setup -q -n kernel-5.14.0-170.rt21.170.el9 -c
|
||||||
mv linux-5.14.0-169.rt21.169.el9 linux-%{KVERREL}
|
mv linux-5.14.0-170.rt21.170.el9 linux-%{KVERREL}
|
||||||
|
|
||||||
cd linux-%{KVERREL}
|
cd linux-%{KVERREL}
|
||||||
cp -a %{SOURCE1} .
|
cp -a %{SOURCE1} .
|
||||||
@ -3147,6 +3147,23 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 29 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-170.rt21.170.el9]
|
||||||
|
- [rt] build kernel-rt-5.14.0-170.rt21.170.el9 [2125474]
|
||||||
|
- 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]
|
||||||
|
|
||||||
* Thu Sep 29 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-169.rt21.169.el9]
|
* Thu Sep 29 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-169.rt21.169.el9]
|
||||||
- [rt] build kernel-rt-5.14.0-169.rt21.169.el9 [2125474]
|
- [rt] build kernel-rt-5.14.0-169.rt21.169.el9 [2125474]
|
||||||
- bonding: fix NULL deref in bond_rr_gen_slave_id (Jonathan Toppins) [2001260]
|
- bonding: fix NULL deref in bond_rr_gen_slave_id (Jonathan Toppins) [2001260]
|
||||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
|||||||
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
||||||
SHA512 (linux-5.14.0-169.rt21.169.el9.tar.xz) = ea452e77112bf9f2ec67bad832c85e71f34d949b42975d7a6524f39c29b88b38d7b0b82d973e0da3e0a1a328569aba857546d6c5b818e14e4683bbf304e8084b
|
SHA512 (linux-5.14.0-170.rt21.170.el9.tar.xz) = 023d0239d1fa0584de557e8baa7247df8720cbdf66c4e76f06bc4d3e1453ef725ec676f8569efebdd6b2f23b7a1bd806a14cf729be61fa03173569458f2f5da9
|
||||||
SHA512 (kernel-abi-stablelists-5.14.0-169.rt21.169.el9.tar.bz2) = 929b731d50b1ba771dd0adb5a976078f11362021d7ee1aabfe3732b2bf77a37cfb95a8b9d35dd51c772a267ea5a11d9ffffaa96d287ed0eb6a8aaf570a0ec796
|
SHA512 (kernel-abi-stablelists-5.14.0-170.rt21.170.el9.tar.bz2) = 22b325f1067eb9e8c7b064f921f90b82ade36bd34dabffdc03884699166adcc66ec455790cdf423332428a6501485c306688e42398f10d9b3ece167cdee069ec
|
||||||
SHA512 (kernel-kabi-dw-5.14.0-169.rt21.169.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
|
SHA512 (kernel-kabi-dw-5.14.0-170.rt21.170.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
|
||||||
|
Loading…
Reference in New Issue
Block a user