forked from rpms/kernel
kernel-5.14.0-166.el9
* Wed Sep 21 2022 Frantisek Hrbata <fhrbata@redhat.com> [5.14.0-166.el9] - scsi: restore setting of scmd->scsi_done() in EH and reset ioctl paths (Ewan D. Milne) [2120469] - x86/boot: Don't propagate uninitialized boot_params->cc_blob_address (Terry Bowman) [2124644] - ice: Allow operation with reduced device MSI-X (Petr Oros) [2107719] - ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero (Ken Cox) [2109871] - drm/hyperv : Removing the restruction of VRAM allocation with PCI bar size (Vitaly Kuznetsov) [2030922] - drm/nouveau/kms/nv140-: Disable interlacing (Lyude Paul) [2122068] - drm/amdgpu: Only disable prefer_shadow on hawaii (Lyude Paul) [2120670] - i40e: Fix kernel crash during module removal (Ivan Vecera) [2070375] - Revert "net: macsec: update SCI upon MAC address change." (Sabrina Dubroca) [2118139] - redhat: enable zstream release numbering for rhel 9.1 (Patrick Talbert) Resolves: rhbz#2125397 Signed-off-by: Frantisek Hrbata <fhrbata@redhat.com>
This commit is contained in:
parent
e3da38c9a7
commit
847a8223d4
@ -12,7 +12,7 @@ RHEL_MINOR = 2
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 165
|
||||
RHEL_RELEASE = 166
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
|
22
kernel.spec
22
kernel.spec
@ -121,13 +121,13 @@ Summary: The Linux kernel
|
||||
%define kversion 5.14
|
||||
|
||||
%define rpmversion 5.14.0
|
||||
%define pkgrelease 165.el9
|
||||
%define pkgrelease 166.el9
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 165%{?buildid}%{?dist}
|
||||
%define specrelease 166%{?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-165.el9.tar.xz
|
||||
Source0: linux-5.14.0-166.el9.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
@ -1351,8 +1351,8 @@ ApplyOptionalPatch()
|
||||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.14.0-165.el9 -c
|
||||
mv linux-5.14.0-165.el9 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.14.0-166.el9 -c
|
||||
mv linux-5.14.0-166.el9 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
@ -3018,6 +3018,18 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Wed Sep 21 2022 Frantisek Hrbata <fhrbata@redhat.com> [5.14.0-166.el9]
|
||||
- scsi: restore setting of scmd->scsi_done() in EH and reset ioctl paths (Ewan D. Milne) [2120469]
|
||||
- x86/boot: Don't propagate uninitialized boot_params->cc_blob_address (Terry Bowman) [2124644]
|
||||
- ice: Allow operation with reduced device MSI-X (Petr Oros) [2107719]
|
||||
- ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero (Ken Cox) [2109871]
|
||||
- drm/hyperv : Removing the restruction of VRAM allocation with PCI bar size (Vitaly Kuznetsov) [2030922]
|
||||
- drm/nouveau/kms/nv140-: Disable interlacing (Lyude Paul) [2122068]
|
||||
- drm/amdgpu: Only disable prefer_shadow on hawaii (Lyude Paul) [2120670]
|
||||
- i40e: Fix kernel crash during module removal (Ivan Vecera) [2070375]
|
||||
- Revert "net: macsec: update SCI upon MAC address change." (Sabrina Dubroca) [2118139]
|
||||
- redhat: enable zstream release numbering for rhel 9.1 (Patrick Talbert)
|
||||
|
||||
* Sat Sep 17 2022 Frantisek Hrbata <fhrbata@redhat.com> [5.14.0-165.el9]
|
||||
- sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_minmax (Vratislav Bendel) [2121392]
|
||||
- nvme-fc: fix the fc_appid_store return value (Ewan D. Milne) [2113035]
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-5.14.0-165.el9.tar.xz) = db310e392adba11c1f6c5b33264379c6f8c56bc914618c2326058a695dbd0f9de8bead31261a0258d3b1b17e3a05615856eff36a42131c042a28166bed478881
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-165.el9.tar.bz2) = 26048769aa2bbf5daa632e064a7144436aed910d62d979410d89fa8d6eea41584e2ad460d84cfe67607df6b203852cf7fe6d04a63daddfcbd0897e795e943ef2
|
||||
SHA512 (kernel-kabi-dw-5.14.0-165.el9.tar.bz2) = 74b3c5b16232bc10cbf8b6f5fb277f8908eba4a6ef0d608b1c13423730dc3d61f22f2f703a568be5a5a93b1bdc73a48ceaa2daa04764115d1ef4efd07b243a91
|
||||
SHA512 (linux-5.14.0-166.el9.tar.xz) = 2b27436f9fa7208100ca7d0f9aa0b1079838b81d1024a1c0ff774a30ac88da5fc954a52123e3625b6dd24a83849cff40bd18e7fe5e5323ab14b483f6af8c6718
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-166.el9.tar.bz2) = f92dd29732482c9433753c1b2d14a927a47fdf10434cbfd3509e6496b3bb17dafde7be895c18722c9a44c0f974a43ac4d67c625303d55e41f186e26f0fe329f6
|
||||
SHA512 (kernel-kabi-dw-5.14.0-166.el9.tar.bz2) = 74b3c5b16232bc10cbf8b6f5fb277f8908eba4a6ef0d608b1c13423730dc3d61f22f2f703a568be5a5a93b1bdc73a48ceaa2daa04764115d1ef4efd07b243a91
|
||||
|
Loading…
Reference in New Issue
Block a user