kernel-5.14.0-48.el9
* Mon Jan 24 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-48.el9] - net: mana: Add RX fencing (Mohammed Gamal) [2030357] - net: mana: Add XDP support (Mohammed Gamal) [2030357] - net: mana: Fix memory leak in mana_hwc_create_wq (Mohammed Gamal) [2030357] - net: mana: Fix spelling mistake "calledd" -> "called" (Mohammed Gamal) [2030357] - ibmvnic: drop bad optimization in reuse_tx_pools() (Diego Domingos) [2014236] - ibmvnic: drop bad optimization in reuse_rx_pools() (Diego Domingos) [2014236] - ibmvnic: Reuse tx pools when possible (Diego Domingos) [2014236] - ibmvnic: Reuse rx pools when possible (Diego Domingos) [2014236] - ibmvnic: Reuse LTB when possible (Diego Domingos) [2014236] - ibmvnic: init_tx_pools move loop-invariant code (Diego Domingos) [2014236] - ibmvnic: Use/rename local vars in init_tx_pools (Diego Domingos) [2014236] - ibmvnic: Use/rename local vars in init_rx_pools (Diego Domingos) [2014236] - ibmvnic: Consolidate code in replenish_rx_pool() (Diego Domingos) [2014236] - ibmvnic: Fix up some comments and messages (Diego Domingos) [2014236] - ibmvnic: Use bitmap for LTB map_ids (Diego Domingos) [2014236] - [s390] s390/qeth: fix deadlock during failing recovery (Mete Durlu) [1869669] - [s390] s390/qeth: Fix deadlock in remove_discipline (Mete Durlu) [1869669] - [s390] s390/qeth: fix NULL deref in qeth_clear_working_pool_list() (Mete Durlu) [1869669] - [s390] s390/qeth: Update MACs of LEARNING_SYNC device (Mete Durlu) [1869669] - [s390] s390/qeth: Switchdev event handler (Mete Durlu) [1869669] - [s390] s390/qeth: Register switchdev event handler (Mete Durlu) [1869669] - [s390] s390/qdio: propagate error when cancelling a ccw fails (Mete Durlu) [1869669] - [s390] s390/qdio: improve roll-back after error on ESTABLISH ccw (Mete Durlu) [1869669] - [s390] s390/qdio: cancel the ESTABLISH ccw after timeout (Mete Durlu) [1869669] - [s390] s390/qdio: fix roll-back after timeout on ESTABLISH ccw (Mete Durlu) [1869669] - [s390] s390/qeth: remove OSN support (Mete Durlu) [1869669] - [s390] s390: add HWCAP_S390_PCI_MIO to ELF hwcaps (Mete Durlu) [2030640] - [s390] s390: make PCI mio support a machine flag (Mete Durlu) [2030640] - ima: silence measurement list hexdump during kexec (Bruno Meneguele) [2034157] - scsi: lpfc: Update lpfc version to 14.0.0.4 (Dick Kennedy) [2034278] - scsi: lpfc: Add additional debugfs support for CMF (Dick Kennedy) [2034278] - scsi: lpfc: Cap CMF read bytes to MBPI (Dick Kennedy) [2034278] - scsi: lpfc: Adjust CMF total bytes and rxmonitor (Dick Kennedy) [2034278] - scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup (Dick Kennedy) [2034278] - scsi: lpfc: Fix NPIV port deletion crash (Dick Kennedy) [2034278] - scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance (Dick Kennedy) [2034278] - scsi: lpfc: Change return code on I/Os received during link bounce (Dick Kennedy) [2034278] - scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV (Dick Kennedy) [2034278] - scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO (Dick Kennedy) [2039036] - mm/memcg: Exclude mem_cgroup pointer from kABI signature computation (Waiman Long) [2036995] - From: Steve Dickson <steved@redhat.com> (Steve Dickson) [2016699] Resolves: rhbz#1869669, rhbz#2014236, rhbz#2016699, rhbz#2030357, rhbz#2030640, rhbz#2034157, rhbz#2034278, rhbz#2036995, rhbz#2039036 Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
This commit is contained in:
parent
d0e4d4dc87
commit
e6fe148714
@ -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 = 47
|
RHEL_RELEASE = 48
|
||||||
|
|
||||||
#
|
#
|
||||||
# Early y+1 numbering
|
# Early y+1 numbering
|
||||||
|
55
kernel.spec
55
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 47
|
%global distro_build 48
|
||||||
|
|
||||||
%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 47.el9
|
%define pkgrelease 48.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 47%{?buildid}%{?dist}
|
%define specrelease 48%{?buildid}%{?dist}
|
||||||
|
|
||||||
%define pkg_release %{specrelease}
|
%define pkg_release %{specrelease}
|
||||||
|
|
||||||
@ -680,7 +680,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-47.el9.tar.xz
|
Source0: linux-5.14.0-48.el9.tar.xz
|
||||||
|
|
||||||
Source1: Makefile.rhelver
|
Source1: Makefile.rhelver
|
||||||
|
|
||||||
@ -1364,8 +1364,8 @@ ApplyOptionalPatch()
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
%setup -q -n kernel-5.14.0-47.el9 -c
|
%setup -q -n kernel-5.14.0-48.el9 -c
|
||||||
mv linux-5.14.0-47.el9 linux-%{KVERREL}
|
mv linux-5.14.0-48.el9 linux-%{KVERREL}
|
||||||
|
|
||||||
cd linux-%{KVERREL}
|
cd linux-%{KVERREL}
|
||||||
cp -a %{SOURCE1} .
|
cp -a %{SOURCE1} .
|
||||||
@ -2957,6 +2957,49 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 24 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-48.el9]
|
||||||
|
- net: mana: Add RX fencing (Mohammed Gamal) [2030357]
|
||||||
|
- net: mana: Add XDP support (Mohammed Gamal) [2030357]
|
||||||
|
- net: mana: Fix memory leak in mana_hwc_create_wq (Mohammed Gamal) [2030357]
|
||||||
|
- net: mana: Fix spelling mistake "calledd" -> "called" (Mohammed Gamal) [2030357]
|
||||||
|
- ibmvnic: drop bad optimization in reuse_tx_pools() (Diego Domingos) [2014236]
|
||||||
|
- ibmvnic: drop bad optimization in reuse_rx_pools() (Diego Domingos) [2014236]
|
||||||
|
- ibmvnic: Reuse tx pools when possible (Diego Domingos) [2014236]
|
||||||
|
- ibmvnic: Reuse rx pools when possible (Diego Domingos) [2014236]
|
||||||
|
- ibmvnic: Reuse LTB when possible (Diego Domingos) [2014236]
|
||||||
|
- ibmvnic: init_tx_pools move loop-invariant code (Diego Domingos) [2014236]
|
||||||
|
- ibmvnic: Use/rename local vars in init_tx_pools (Diego Domingos) [2014236]
|
||||||
|
- ibmvnic: Use/rename local vars in init_rx_pools (Diego Domingos) [2014236]
|
||||||
|
- ibmvnic: Consolidate code in replenish_rx_pool() (Diego Domingos) [2014236]
|
||||||
|
- ibmvnic: Fix up some comments and messages (Diego Domingos) [2014236]
|
||||||
|
- ibmvnic: Use bitmap for LTB map_ids (Diego Domingos) [2014236]
|
||||||
|
- [s390] s390/qeth: fix deadlock during failing recovery (Mete Durlu) [1869669]
|
||||||
|
- [s390] s390/qeth: Fix deadlock in remove_discipline (Mete Durlu) [1869669]
|
||||||
|
- [s390] s390/qeth: fix NULL deref in qeth_clear_working_pool_list() (Mete Durlu) [1869669]
|
||||||
|
- [s390] s390/qeth: Update MACs of LEARNING_SYNC device (Mete Durlu) [1869669]
|
||||||
|
- [s390] s390/qeth: Switchdev event handler (Mete Durlu) [1869669]
|
||||||
|
- [s390] s390/qeth: Register switchdev event handler (Mete Durlu) [1869669]
|
||||||
|
- [s390] s390/qdio: propagate error when cancelling a ccw fails (Mete Durlu) [1869669]
|
||||||
|
- [s390] s390/qdio: improve roll-back after error on ESTABLISH ccw (Mete Durlu) [1869669]
|
||||||
|
- [s390] s390/qdio: cancel the ESTABLISH ccw after timeout (Mete Durlu) [1869669]
|
||||||
|
- [s390] s390/qdio: fix roll-back after timeout on ESTABLISH ccw (Mete Durlu) [1869669]
|
||||||
|
- [s390] s390/qeth: remove OSN support (Mete Durlu) [1869669]
|
||||||
|
- [s390] s390: add HWCAP_S390_PCI_MIO to ELF hwcaps (Mete Durlu) [2030640]
|
||||||
|
- [s390] s390: make PCI mio support a machine flag (Mete Durlu) [2030640]
|
||||||
|
- ima: silence measurement list hexdump during kexec (Bruno Meneguele) [2034157]
|
||||||
|
- scsi: lpfc: Update lpfc version to 14.0.0.4 (Dick Kennedy) [2034278]
|
||||||
|
- scsi: lpfc: Add additional debugfs support for CMF (Dick Kennedy) [2034278]
|
||||||
|
- scsi: lpfc: Cap CMF read bytes to MBPI (Dick Kennedy) [2034278]
|
||||||
|
- scsi: lpfc: Adjust CMF total bytes and rxmonitor (Dick Kennedy) [2034278]
|
||||||
|
- scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup (Dick Kennedy) [2034278]
|
||||||
|
- scsi: lpfc: Fix NPIV port deletion crash (Dick Kennedy) [2034278]
|
||||||
|
- scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance (Dick Kennedy) [2034278]
|
||||||
|
- scsi: lpfc: Change return code on I/Os received during link bounce (Dick Kennedy) [2034278]
|
||||||
|
- scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV (Dick Kennedy) [2034278]
|
||||||
|
- scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO (Dick Kennedy) [2039036]
|
||||||
|
- mm/memcg: Exclude mem_cgroup pointer from kABI signature computation (Waiman Long) [2036995]
|
||||||
|
- From: Steve Dickson <steved@redhat.com> (Steve Dickson) [2016699]
|
||||||
|
|
||||||
* Sat Jan 22 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-47.el9]
|
* Sat Jan 22 2022 Herton R. Krzesinski <herton@redhat.com> [5.14.0-47.el9]
|
||||||
- nvmet: register discovery subsystem as 'current' (John Meneghini) [2021672]
|
- nvmet: register discovery subsystem as 'current' (John Meneghini) [2021672]
|
||||||
- nvme: add new discovery log page entry definitions (John Meneghini) [2021672]
|
- nvme: add new discovery log page entry definitions (John Meneghini) [2021672]
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (linux-5.14.0-47.el9.tar.xz) = 4a8110f0e593343b28af5befdf21dd369c05e8cac8fa70ede7ddef89e3c7d1f73a8bac568941189afbcefbf621600b6ee16b079efd73e5045002b246a3024d8c
|
SHA512 (linux-5.14.0-48.el9.tar.xz) = 5a204e6e0ea7d66aea3d6d27a136ea42884c8d4394a71ca2e9c161da6fe0cdef2fdb8e9fe7c97bdc9d2435beb47e35baba135ca6e8c5f51037cd80da229a49e7
|
||||||
SHA512 (kernel-abi-stablelists-5.14.0-47.tar.bz2) = 817e22ceb033dcab56fd2e7559b4a5aed7e5a98f8f7264a491ffba0a736024a15adf0ca6daabd164ddd294578479bc4ae3623907e77b8f573b01f4f6ace1cb27
|
SHA512 (kernel-abi-stablelists-5.14.0-48.tar.bz2) = 5efeec02e8fe8b16f73a9f4aec67ced72d06d351d4bacdea7c4539018d4ec15b978586b6aa26a65927975640eaab0cca46e2a920df57cc6a3797e6d5f3b853ec
|
||||||
SHA512 (kernel-kabi-dw-5.14.0-47.tar.bz2) = 7a513bab913a319c84c16cff603470592bff53d53873f231198d16e5e98150045281dc84bfd2dc6b7f8320cf3860fcfaf1316e9ac874f86b2a983e2394b65a4b
|
SHA512 (kernel-kabi-dw-5.14.0-48.tar.bz2) = 08617c2a604ac48cbf3afe2e8e2d6570be24fc8d8776bcf621053bea6260380c08f349f8c7ec07ee8806baed1b28e9caa09b808b7b24ce9a80ed153e8968562f
|
||||||
|
Loading…
Reference in New Issue
Block a user