kernel-rt-5.14.0-48.rt21.48.el9
* Tue Jan 25 2022 Juri Lelli <juri.lelli@redhat.com> [5.14.0-48.rt21.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#2002474, rhbz#2014236, rhbz#2016699, rhbz#2030357, rhbz#2030640, rhbz#2034157, rhbz#2034278, rhbz#2036995, rhbz#2039036
This commit is contained in:
parent
b2fdda999d
commit
b74c2ed459
@ -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
|
||||||
@ -44,4 +44,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
RTBUILD:=.47
|
RTBUILD:=.48
|
||||||
|
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.rt21.47.el9
|
%define pkgrelease 48.rt21.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.rt21.47%{?buildid}%{?dist}
|
%define specrelease 48.rt21.48%{?buildid}%{?dist}
|
||||||
|
|
||||||
%define pkg_release %{specrelease}
|
%define pkg_release %{specrelease}
|
||||||
|
|
||||||
@ -708,7 +708,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.rt21.47.el9.tar.xz
|
Source0: linux-5.14.0-48.rt21.48.el9.tar.xz
|
||||||
|
|
||||||
Source1: Makefile.rhelver
|
Source1: Makefile.rhelver
|
||||||
|
|
||||||
@ -1435,8 +1435,8 @@ ApplyOptionalPatch()
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
%setup -q -n kernel-5.14.0-47.rt21.47.el9 -c
|
%setup -q -n kernel-5.14.0-48.rt21.48.el9 -c
|
||||||
mv linux-5.14.0-47.rt21.47.el9 linux-%{KVERREL}
|
mv linux-5.14.0-48.rt21.48.el9 linux-%{KVERREL}
|
||||||
|
|
||||||
cd linux-%{KVERREL}
|
cd linux-%{KVERREL}
|
||||||
cp -a %{SOURCE1} .
|
cp -a %{SOURCE1} .
|
||||||
@ -3086,6 +3086,49 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 25 2022 Juri Lelli <juri.lelli@redhat.com> [5.14.0-48.rt21.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]
|
||||||
|
|
||||||
* Mon Jan 24 2022 Juri Lelli <juri.lelli@redhat.com> [5.14.0-47.rt21.47.el9]
|
* Mon Jan 24 2022 Juri Lelli <juri.lelli@redhat.com> [5.14.0-47.rt21.47.el9]
|
||||||
- Revert "Merge: virtio: support virtio-mem on x86-64 as tech-preview" (Juri Lelli)
|
- Revert "Merge: virtio: support virtio-mem on x86-64 as tech-preview" (Juri Lelli)
|
||||||
- nvmet: register discovery subsystem as 'current' (John Meneghini) [2021672]
|
- nvmet: register discovery subsystem as 'current' (John Meneghini) [2021672]
|
||||||
|
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-47.rt21.47.el9.tar.xz) = 11c4747cb896fd33f4b9e64e9cf370c1ecdd368b7d25512c06a33e79bb99d068614e86fdb30d33d51c3bf7a3bc85319794d765dd4a82c2b0fe58ce59eff829b9
|
SHA512 (linux-5.14.0-48.rt21.48.el9.tar.xz) = 3ae0396c409b7f7cca8d8b69d2747a902de2bba654a17e9753e92223a61fd8a940ee74679f4a48b517b20fb56c1c722ee9658c694ea696bc2b68e7a00313950e
|
||||||
SHA512 (kernel-abi-stablelists-5.14.0-47.tar.bz2) = 83ebc1349ab832304b30cd31b61df5decace07924b9e258a4bc8d5c528f70d262069a476ee3293588c1eee5f3e96a6983fc9ee2111b04808b6ef9133e7d9b860
|
SHA512 (kernel-abi-stablelists-5.14.0-48.tar.bz2) = bb652db2445414e983506d781cc7d81c70b4a6cf2d273341c53ffd712901b551eda15580fb34540bd9e11bf54b87f998d6c2b0435274241d1f44cc15df2cb615
|
||||||
SHA512 (kernel-kabi-dw-5.14.0-47.tar.bz2) = c901529aff636abbc2aa5f289ec098a2a29c8507aa81ee649d1104592b8abad9f495db0e947dc36a84e043708a47373de35156b40b252281ef747f06e19ed914
|
SHA512 (kernel-kabi-dw-5.14.0-48.tar.bz2) = c901529aff636abbc2aa5f289ec098a2a29c8507aa81ee649d1104592b8abad9f495db0e947dc36a84e043708a47373de35156b40b252281ef747f06e19ed914
|
||||||
|
Loading…
Reference in New Issue
Block a user