kernel-rt-4.18.0-553.71.1.rt7.412.el8_10
* Fri Aug 15 2025 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.71.1.rt7.412.el8_10]
- udp: Fix memory accounting leak. (Xin Long) [RHEL-104084] {CVE-2025-22058}
- i40e: fix MMIO write access to an invalid page in i40e_clear_hw (Dennis Chen) [RHEL-106041] {CVE-2025-38200}
- gfs2: Don't clear sb->s_fs_info in gfs2_sys_fs_add (Andrew Price) [RHEL-88072]
- gfs2: Remove unnecessary NULL check before free_percpu() (Andreas Gruenbacher) [RHEL-88072]
- gfs2: replace sd_aspace with sd_inode (Andreas Gruenbacher) [RHEL-88072]
- writeback: fix false warning in inode_to_wb() (Andreas Gruenbacher) [RHEL-88072]
- gfs2: No more self recovery (Andreas Gruenbacher) [RHEL-104232]
- gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdraw (Andreas Gruenbacher) [RHEL-104232]
- gfs2: Fix withdraw race (Andreas Gruenbacher) [RHEL-104232]
Resolves: RHEL-104084, RHEL-104232, RHEL-106041, RHEL-88072
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
46c2f0aa07
commit
c41deb3fd5
17
kernel.spec
17
kernel.spec
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.70.1.rt7.411.el8_10
|
||||
%define pkgrelease 553.71.1.rt7.412.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.70.1.rt7.411%{?dist}
|
||||
%define specrelease 553.71.1.rt7.412%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .411
|
||||
%global rtbuild .412
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2708,6 +2708,17 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Aug 15 2025 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.71.1.rt7.412.el8_10]
|
||||
- udp: Fix memory accounting leak. (Xin Long) [RHEL-104084] {CVE-2025-22058}
|
||||
- i40e: fix MMIO write access to an invalid page in i40e_clear_hw (Dennis Chen) [RHEL-106041] {CVE-2025-38200}
|
||||
- gfs2: Don't clear sb->s_fs_info in gfs2_sys_fs_add (Andrew Price) [RHEL-88072]
|
||||
- gfs2: Remove unnecessary NULL check before free_percpu() (Andreas Gruenbacher) [RHEL-88072]
|
||||
- gfs2: replace sd_aspace with sd_inode (Andreas Gruenbacher) [RHEL-88072]
|
||||
- writeback: fix false warning in inode_to_wb() (Andreas Gruenbacher) [RHEL-88072]
|
||||
- gfs2: No more self recovery (Andreas Gruenbacher) [RHEL-104232]
|
||||
- gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdraw (Andreas Gruenbacher) [RHEL-104232]
|
||||
- gfs2: Fix withdraw race (Andreas Gruenbacher) [RHEL-104232]
|
||||
|
||||
* 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}
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-553.70.1.rt7.411.el8_10.tar.xz) = abf29f0b0f6270731ec599cf6a18d5d0500e6dfaf3ca9e30939cd849673e8816c3829e5a64fa49f78887dbf36bd57494667fa227b2c3a204b5b5885db087d54a
|
||||
SHA512 (linux-4.18.0-553.71.1.rt7.412.el8_10.tar.xz) = 8aaba3184a7f99186531c44057f9b70ce687746286188052213bf32b8eaa81ec853e6861662564600b9d1402a2a346fbbba6d4cee0a8b3c730ba983b9504af78
|
||||
|
||||
Loading…
Reference in New Issue
Block a user