kernel-rt-4.18.0-553.70.1.rt7.411.el8_10
* Tue Aug 12 2025 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.70.1.rt7.411.el8_10]
- i2c/designware: Fix an initialization issue (CKI Backport Bot) [RHEL-106617] {CVE-2025-38380}
- Bluetooth: hci_core: Fix use-after-free in vhci_flush() (David Marlin) [RHEL-103246] {CVE-2025-38250}
- net_sched: ets: Fix double list add in class with netem as child qdisc (Xin Long) [RHEL-104717] {CVE-2025-37914}
- sch_ets: make est_qlen_notify() idempotent (Xin Long) [RHEL-104717]
- drm/vkms: Fix use after free and double free on init error (CKI Backport Bot) [RHEL-99402] {CVE-2025-22097}
- s390/pci: Do not try re-enabling load/store if device is disabled (Mete Durlu) [RHEL-105600]
- s390/pci: Fix stale function handles in error handling (Mete Durlu) [RHEL-105600]
Resolves: RHEL-103246, RHEL-104717, RHEL-105600, RHEL-106617, RHEL-99402
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
592cf92051
commit
46c2f0aa07
15
kernel.spec
15
kernel.spec
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.69.1.rt7.410.el8_10
|
||||
%define pkgrelease 553.70.1.rt7.411.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.69.1.rt7.410%{?dist}
|
||||
%define specrelease 553.70.1.rt7.411%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .410
|
||||
%global rtbuild .411
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2708,6 +2708,15 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Aug 12 2025 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.70.1.rt7.411.el8_10]
|
||||
- i2c/designware: Fix an initialization issue (CKI Backport Bot) [RHEL-106617] {CVE-2025-38380}
|
||||
- Bluetooth: hci_core: Fix use-after-free in vhci_flush() (David Marlin) [RHEL-103246] {CVE-2025-38250}
|
||||
- net_sched: ets: Fix double list add in class with netem as child qdisc (Xin Long) [RHEL-104717] {CVE-2025-37914}
|
||||
- sch_ets: make est_qlen_notify() idempotent (Xin Long) [RHEL-104717]
|
||||
- drm/vkms: Fix use after free and double free on init error (CKI Backport Bot) [RHEL-99402] {CVE-2025-22097}
|
||||
- s390/pci: Do not try re-enabling load/store if device is disabled (Mete Durlu) [RHEL-105600]
|
||||
- s390/pci: Fix stale function handles in error handling (Mete Durlu) [RHEL-105600]
|
||||
|
||||
* Thu Aug 07 2025 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.69.1.rt7.410.el8_10]
|
||||
- Revert "sch_htb: make htb_qlen_notify() idempotent" (Denys Vlasenko) [RHEL-108140]
|
||||
- Revert "sch_drr: make drr_qlen_notify() idempotent" (Denys Vlasenko) [RHEL-108140]
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-553.69.1.rt7.410.el8_10.tar.xz) = f9eacbcb29b6ae0cdcceb1377a2ece1555ae57c4a4c307fa1db732b66a8dd49f2e9c0cce549dafe88e5eedef537bd415f0366122072ee09f88d2852c20a9b8e9
|
||||
SHA512 (linux-4.18.0-553.70.1.rt7.411.el8_10.tar.xz) = abf29f0b0f6270731ec599cf6a18d5d0500e6dfaf3ca9e30939cd849673e8816c3829e5a64fa49f78887dbf36bd57494667fa227b2c3a204b5b5885db087d54a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user