forked from rpms/kernel
kernel-5.14.0-17.el9
* Tue Nov 16 2021 Herton R. Krzesinski <herton@redhat.com> [5.14.0-17.el9] - net: mana: Support hibernation and kexec (Mohammed Gamal) [2011883] - net: mana: Improve the HWC error handling (Mohammed Gamal) [2011883] - net: mana: Report OS info to the PF driver (Mohammed Gamal) [2011883] - net: mana: Fix the netdev_err()'s vPort argument in mana_init_port() (Mohammed Gamal) [2011883] - net: mana: Allow setting the number of queues while the NIC is down (Mohammed Gamal) [2011883] - net: mana: Fix error handling in mana_create_rxq() (Mohammed Gamal) [2011883] - net: mana: Use kcalloc() instead of kzalloc() (Mohammed Gamal) [2011883] - net: mana: Prefer struct_size over open coded arithmetic (Mohammed Gamal) [2011883] - net: mana: Add WARN_ON_ONCE in case of CQE read overflow (Mohammed Gamal) [2011883] - net: mana: Add support for EQ sharing (Mohammed Gamal) [2011883] - net: mana: Move NAPI from EQ to CQ (Mohammed Gamal) [2011883] - PCI: hv: Fix sleep while in non-sleep context when removing child devices from the bus (Mohammed Gamal) [2008571] - objtool: Remove redundant 'len' field from struct section (C. Erastus Toe) [2002440] - objtool: Make .altinstructions section entry size consistent (C. Erastus Toe) [2002440] - s390/topology: fix topology information when calling cpu hotplug notifiers (Phil Auld) [2003998] - fs: remove leftover comments from mandatory locking removal (Jeffrey Layton) [2017438] - locks: remove changelog comments (Jeffrey Layton) [2017438] - docs: fs: locks.rst: update comment about mandatory file locking (Jeffrey Layton) [2017438] - Documentation: remove reference to now removed mandatory-locking doc (Jeffrey Layton) [2017438] - locks: remove LOCK_MAND flock lock support (Jeffrey Layton) [2017438] - fs: clean up after mandatory file locking support removal (Jeffrey Layton) [2017438] - fs: remove mandatory file locking support (Jeffrey Layton) [2017438] - fcntl: fix potential deadlock for &fasync_struct.fa_lock (Jeffrey Layton) [2017438] - fcntl: fix potential deadlocks for &fown_struct.lock (Jeffrey Layton) [2017438] - KVM: s390: Enable specification exception interpretation (Thomas Huth) [2001770] - redhat/configs: enable CONFIG_BCMGENET as module (Joel Savitz) [2011025] Resolves: rhbz#2001770, rhbz#2002440, rhbz#2003998, rhbz#2008571, rhbz#2011025, rhbz#2011883, rhbz#2017438 Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
This commit is contained in:
parent
51d05d2cb8
commit
908485c23f
@ -12,7 +12,7 @@ RHEL_MINOR = 0
|
|||||||
#
|
#
|
||||||
# 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 = 16
|
RHEL_RELEASE = 17
|
||||||
|
|
||||||
#
|
#
|
||||||
# Early y+1 numbering
|
# Early y+1 numbering
|
||||||
|
@ -447,7 +447,7 @@ CONFIG_BCMA_HOST_PCI=y
|
|||||||
CONFIG_BCMA=m
|
CONFIG_BCMA=m
|
||||||
CONFIG_BCMA_POSSIBLE=y
|
CONFIG_BCMA_POSSIBLE=y
|
||||||
# CONFIG_BCM_FLEXRM_MBOX is not set
|
# CONFIG_BCM_FLEXRM_MBOX is not set
|
||||||
# CONFIG_BCMGENET is not set
|
CONFIG_BCMGENET=m
|
||||||
# CONFIG_BCM_KONA_USB2_PHY is not set
|
# CONFIG_BCM_KONA_USB2_PHY is not set
|
||||||
# CONFIG_BCM_NS_THERMAL is not set
|
# CONFIG_BCM_NS_THERMAL is not set
|
||||||
# CONFIG_BCM_PDC_MBOX is not set
|
# CONFIG_BCM_PDC_MBOX is not set
|
||||||
|
@ -447,7 +447,7 @@ CONFIG_BCMA_HOST_PCI=y
|
|||||||
CONFIG_BCMA=m
|
CONFIG_BCMA=m
|
||||||
CONFIG_BCMA_POSSIBLE=y
|
CONFIG_BCMA_POSSIBLE=y
|
||||||
# CONFIG_BCM_FLEXRM_MBOX is not set
|
# CONFIG_BCM_FLEXRM_MBOX is not set
|
||||||
# CONFIG_BCMGENET is not set
|
CONFIG_BCMGENET=m
|
||||||
# CONFIG_BCM_KONA_USB2_PHY is not set
|
# CONFIG_BCM_KONA_USB2_PHY is not set
|
||||||
# CONFIG_BCM_NS_THERMAL is not set
|
# CONFIG_BCM_NS_THERMAL is not set
|
||||||
# CONFIG_BCM_PDC_MBOX is not set
|
# CONFIG_BCM_PDC_MBOX is not set
|
||||||
|
@ -333,7 +333,7 @@ CONFIG_BCMA_HOST_PCI_POSSIBLE=y
|
|||||||
CONFIG_BCMA_HOST_PCI=y
|
CONFIG_BCMA_HOST_PCI=y
|
||||||
# CONFIG_BCMA_HOST_SOC is not set
|
# CONFIG_BCMA_HOST_SOC is not set
|
||||||
CONFIG_BCMA=m
|
CONFIG_BCMA=m
|
||||||
# CONFIG_BCMGENET is not set
|
CONFIG_BCMGENET=m
|
||||||
# CONFIG_BCM_KONA_USB2_PHY is not set
|
# CONFIG_BCM_KONA_USB2_PHY is not set
|
||||||
# CONFIG_BCM_SBA_RAID is not set
|
# CONFIG_BCM_SBA_RAID is not set
|
||||||
# CONFIG_BCM_VK is not set
|
# CONFIG_BCM_VK is not set
|
||||||
|
@ -333,7 +333,7 @@ CONFIG_BCMA_HOST_PCI_POSSIBLE=y
|
|||||||
CONFIG_BCMA_HOST_PCI=y
|
CONFIG_BCMA_HOST_PCI=y
|
||||||
# CONFIG_BCMA_HOST_SOC is not set
|
# CONFIG_BCMA_HOST_SOC is not set
|
||||||
CONFIG_BCMA=m
|
CONFIG_BCMA=m
|
||||||
# CONFIG_BCMGENET is not set
|
CONFIG_BCMGENET=m
|
||||||
# CONFIG_BCM_KONA_USB2_PHY is not set
|
# CONFIG_BCM_KONA_USB2_PHY is not set
|
||||||
# CONFIG_BCM_SBA_RAID is not set
|
# CONFIG_BCM_SBA_RAID is not set
|
||||||
# CONFIG_BCM_VK is not set
|
# CONFIG_BCM_VK is not set
|
||||||
|
@ -333,7 +333,7 @@ CONFIG_BCMA_HOST_PCI_POSSIBLE=y
|
|||||||
CONFIG_BCMA_HOST_PCI=y
|
CONFIG_BCMA_HOST_PCI=y
|
||||||
# CONFIG_BCMA_HOST_SOC is not set
|
# CONFIG_BCMA_HOST_SOC is not set
|
||||||
# CONFIG_BCMA is not set
|
# CONFIG_BCMA is not set
|
||||||
# CONFIG_BCMGENET is not set
|
CONFIG_BCMGENET=m
|
||||||
# CONFIG_BCM_KONA_USB2_PHY is not set
|
# CONFIG_BCM_KONA_USB2_PHY is not set
|
||||||
# CONFIG_BCM_SBA_RAID is not set
|
# CONFIG_BCM_SBA_RAID is not set
|
||||||
# CONFIG_BCM_VK is not set
|
# CONFIG_BCM_VK is not set
|
||||||
|
@ -333,7 +333,7 @@ CONFIG_BCMA_HOST_PCI_POSSIBLE=y
|
|||||||
CONFIG_BCMA_HOST_PCI=y
|
CONFIG_BCMA_HOST_PCI=y
|
||||||
# CONFIG_BCMA_HOST_SOC is not set
|
# CONFIG_BCMA_HOST_SOC is not set
|
||||||
# CONFIG_BCMA is not set
|
# CONFIG_BCMA is not set
|
||||||
# CONFIG_BCMGENET is not set
|
CONFIG_BCMGENET=m
|
||||||
# CONFIG_BCM_KONA_USB2_PHY is not set
|
# CONFIG_BCM_KONA_USB2_PHY is not set
|
||||||
# CONFIG_BCM_SBA_RAID is not set
|
# CONFIG_BCM_SBA_RAID is not set
|
||||||
# CONFIG_BCM_VK is not set
|
# CONFIG_BCM_VK is not set
|
||||||
|
@ -337,7 +337,7 @@ CONFIG_BCMA_HOST_PCI_POSSIBLE=y
|
|||||||
CONFIG_BCMA_HOST_PCI=y
|
CONFIG_BCMA_HOST_PCI=y
|
||||||
# CONFIG_BCMA_HOST_SOC is not set
|
# CONFIG_BCMA_HOST_SOC is not set
|
||||||
# CONFIG_BCMA is not set
|
# CONFIG_BCMA is not set
|
||||||
# CONFIG_BCMGENET is not set
|
CONFIG_BCMGENET=m
|
||||||
# CONFIG_BCM_KONA_USB2_PHY is not set
|
# CONFIG_BCM_KONA_USB2_PHY is not set
|
||||||
# CONFIG_BCM_SBA_RAID is not set
|
# CONFIG_BCM_SBA_RAID is not set
|
||||||
# CONFIG_BCM_VK is not set
|
# CONFIG_BCM_VK is not set
|
||||||
|
@ -361,7 +361,7 @@ CONFIG_BCMA_HOST_PCI_POSSIBLE=y
|
|||||||
CONFIG_BCMA_HOST_PCI=y
|
CONFIG_BCMA_HOST_PCI=y
|
||||||
# CONFIG_BCMA_HOST_SOC is not set
|
# CONFIG_BCMA_HOST_SOC is not set
|
||||||
CONFIG_BCMA=m
|
CONFIG_BCMA=m
|
||||||
# CONFIG_BCMGENET is not set
|
CONFIG_BCMGENET=m
|
||||||
# CONFIG_BCM_KONA_USB2_PHY is not set
|
# CONFIG_BCM_KONA_USB2_PHY is not set
|
||||||
# CONFIG_BCM_SBA_RAID is not set
|
# CONFIG_BCM_SBA_RAID is not set
|
||||||
# CONFIG_BCM_VK is not set
|
# CONFIG_BCM_VK is not set
|
||||||
|
@ -361,7 +361,7 @@ CONFIG_BCMA_HOST_PCI_POSSIBLE=y
|
|||||||
CONFIG_BCMA_HOST_PCI=y
|
CONFIG_BCMA_HOST_PCI=y
|
||||||
# CONFIG_BCMA_HOST_SOC is not set
|
# CONFIG_BCMA_HOST_SOC is not set
|
||||||
CONFIG_BCMA=m
|
CONFIG_BCMA=m
|
||||||
# CONFIG_BCMGENET is not set
|
CONFIG_BCMGENET=m
|
||||||
# CONFIG_BCM_KONA_USB2_PHY is not set
|
# CONFIG_BCM_KONA_USB2_PHY is not set
|
||||||
# CONFIG_BCM_SBA_RAID is not set
|
# CONFIG_BCM_SBA_RAID is not set
|
||||||
# CONFIG_BCM_VK is not set
|
# CONFIG_BCM_VK is not set
|
||||||
|
40
kernel.spec
40
kernel.spec
@ -85,7 +85,7 @@ Summary: The Linux kernel
|
|||||||
# the --with-release option overrides this setting.)
|
# the --with-release option overrides this setting.)
|
||||||
%define debugbuildsenabled 1
|
%define debugbuildsenabled 1
|
||||||
|
|
||||||
%global distro_build 16
|
%global distro_build 17
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
%define secure_boot_arch x86_64
|
%define secure_boot_arch x86_64
|
||||||
@ -129,13 +129,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 16.el9
|
%define pkgrelease 17.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 16%{?buildid}%{?dist}
|
%define specrelease 17%{?buildid}%{?dist}
|
||||||
|
|
||||||
%define pkg_release %{specrelease}
|
%define pkg_release %{specrelease}
|
||||||
|
|
||||||
@ -676,7 +676,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-16.el9.tar.xz
|
Source0: linux-5.14.0-17.el9.tar.xz
|
||||||
|
|
||||||
Source1: Makefile.rhelver
|
Source1: Makefile.rhelver
|
||||||
|
|
||||||
@ -1361,8 +1361,8 @@ ApplyOptionalPatch()
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
%setup -q -n kernel-5.14.0-16.el9 -c
|
%setup -q -n kernel-5.14.0-17.el9 -c
|
||||||
mv linux-5.14.0-16.el9 linux-%{KVERREL}
|
mv linux-5.14.0-17.el9 linux-%{KVERREL}
|
||||||
|
|
||||||
cd linux-%{KVERREL}
|
cd linux-%{KVERREL}
|
||||||
cp -a %{SOURCE1} .
|
cp -a %{SOURCE1} .
|
||||||
@ -2951,6 +2951,34 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 16 2021 Herton R. Krzesinski <herton@redhat.com> [5.14.0-17.el9]
|
||||||
|
- net: mana: Support hibernation and kexec (Mohammed Gamal) [2011883]
|
||||||
|
- net: mana: Improve the HWC error handling (Mohammed Gamal) [2011883]
|
||||||
|
- net: mana: Report OS info to the PF driver (Mohammed Gamal) [2011883]
|
||||||
|
- net: mana: Fix the netdev_err()'s vPort argument in mana_init_port() (Mohammed Gamal) [2011883]
|
||||||
|
- net: mana: Allow setting the number of queues while the NIC is down (Mohammed Gamal) [2011883]
|
||||||
|
- net: mana: Fix error handling in mana_create_rxq() (Mohammed Gamal) [2011883]
|
||||||
|
- net: mana: Use kcalloc() instead of kzalloc() (Mohammed Gamal) [2011883]
|
||||||
|
- net: mana: Prefer struct_size over open coded arithmetic (Mohammed Gamal) [2011883]
|
||||||
|
- net: mana: Add WARN_ON_ONCE in case of CQE read overflow (Mohammed Gamal) [2011883]
|
||||||
|
- net: mana: Add support for EQ sharing (Mohammed Gamal) [2011883]
|
||||||
|
- net: mana: Move NAPI from EQ to CQ (Mohammed Gamal) [2011883]
|
||||||
|
- PCI: hv: Fix sleep while in non-sleep context when removing child devices from the bus (Mohammed Gamal) [2008571]
|
||||||
|
- objtool: Remove redundant 'len' field from struct section (C. Erastus Toe) [2002440]
|
||||||
|
- objtool: Make .altinstructions section entry size consistent (C. Erastus Toe) [2002440]
|
||||||
|
- s390/topology: fix topology information when calling cpu hotplug notifiers (Phil Auld) [2003998]
|
||||||
|
- fs: remove leftover comments from mandatory locking removal (Jeffrey Layton) [2017438]
|
||||||
|
- locks: remove changelog comments (Jeffrey Layton) [2017438]
|
||||||
|
- docs: fs: locks.rst: update comment about mandatory file locking (Jeffrey Layton) [2017438]
|
||||||
|
- Documentation: remove reference to now removed mandatory-locking doc (Jeffrey Layton) [2017438]
|
||||||
|
- locks: remove LOCK_MAND flock lock support (Jeffrey Layton) [2017438]
|
||||||
|
- fs: clean up after mandatory file locking support removal (Jeffrey Layton) [2017438]
|
||||||
|
- fs: remove mandatory file locking support (Jeffrey Layton) [2017438]
|
||||||
|
- fcntl: fix potential deadlock for &fasync_struct.fa_lock (Jeffrey Layton) [2017438]
|
||||||
|
- fcntl: fix potential deadlocks for &fown_struct.lock (Jeffrey Layton) [2017438]
|
||||||
|
- KVM: s390: Enable specification exception interpretation (Thomas Huth) [2001770]
|
||||||
|
- redhat/configs: enable CONFIG_BCMGENET as module (Joel Savitz) [2011025]
|
||||||
|
|
||||||
* Fri Nov 12 2021 Herton R. Krzesinski <herton@redhat.com> [5.14.0-16.el9]
|
* Fri Nov 12 2021 Herton R. Krzesinski <herton@redhat.com> [5.14.0-16.el9]
|
||||||
- CI: Add template for baseline gcov build for RHEL (Israel Santana Aleman)
|
- CI: Add template for baseline gcov build for RHEL (Israel Santana Aleman)
|
||||||
- redhat/configs: Enable Nitro Enclaves on Aarch64 (Vitaly Kuznetsov) [2001582]
|
- redhat/configs: Enable Nitro Enclaves on Aarch64 (Vitaly Kuznetsov) [2001582]
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (linux-5.14.0-16.el9.tar.xz) = e526653f5b6d7d300ffafaf83f8865ed323437e8991f59ed6b52b52f2bace194eec7f7610dcecdd82c5d3a20bef50b96fa1053ba8730eddc3dcc8d686604a743
|
SHA512 (linux-5.14.0-17.el9.tar.xz) = 85ca754922556df7a60d7a77517c822ea08875819e7cc36af0757e75bd0d344522db4b73ac9a453b3686491096c144203974f89d3ea4ad561b3d47b84f550828
|
||||||
SHA512 (kernel-abi-stablelists-5.14.0-16.tar.bz2) = 67e353475211e3c98ba582c75b3f654bcb3b23940558918f2c1529e857c9ede12e1dcd33b076994ec88c0abb0a5b6c4f6002c1f45b3a72218ae78fdcbbd4492b
|
SHA512 (kernel-abi-stablelists-5.14.0-17.tar.bz2) = 922fcd2dac02ce3b6ba76b65bfe86b08c166117f8b534285cbf254de40bfc7cc4c7539cb796a87f7a80ad776e058d9ce5bb0c885e143c5fa86f9483960617d72
|
||||||
SHA512 (kernel-kabi-dw-5.14.0-16.tar.bz2) = 0070b77559c07b48f183b281c92bafb4ec65054a9e3ae157c2677eee777149dd11f4f67a7ef896b217962249f11980222555258df4dd588f63fcbf5ecb85d1f3
|
SHA512 (kernel-kabi-dw-5.14.0-17.tar.bz2) = 038b6c1c3d520ef9a1e053c016058ef2cb223f603f2c780bc865d3402cfece2062442128e4fd213a8a668c998eb525aefefe7cdb851c8c6d94d4ce7b2277f9d4
|
||||||
|
Loading…
Reference in New Issue
Block a user