kernel-4.18.0-553.71.1.el8_10
* Fri Aug 15 2025 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.71.1.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
baece1c0dc
commit
a138696e42
15
kernel.spec
15
kernel.spec
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.70.1.el8_10
|
||||
%define pkgrelease 553.71.1.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.70.1%{?dist}
|
||||
%define specrelease 553.71.1%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -2705,6 +2705,17 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Aug 15 2025 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.71.1.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.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}
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-4.18.0-553.70.1.el8_10.tar.xz) = c1a95dc8f956e1fee5c711152ef68b53898c5ac43f492463f379a72d4a2cb9ab25f3d13a9ec73fece94ef9c97f9125a5ab64de0da3d5babc4f2ee37a9b996a9c
|
||||
SHA512 (kernel-abi-stablelists-4.18.0-553.tar.bz2) = ab7e46a5ca0ea22674c3d3812dfc04db01586eb62725aa7203a253265647aba25a828bf88460dc41777dc90bcbd18d8963bec4cb4611ad08aaf5bb4b83571864
|
||||
SHA512 (linux-4.18.0-553.71.1.el8_10.tar.xz) = adb68f41b787d853312412fc04f054d59ff26edddbccf39e6c43894b237b15a7fa366dfc02474761e5d7d5af2c7a9cc40f13b4d9f96004a6ba58df2a20d34ccd
|
||||
SHA512 (kernel-abi-stablelists-4.18.0-553.tar.bz2) = f0d66802d474b8845ed686cd2db189c0b9cffc6e9032b89c5cf04115d40586248c522907b39441e8948cd471bce472013eaba2859c25397b60ba48049a14098c
|
||||
SHA512 (kernel-kabi-dw-4.18.0-553.tar.bz2) = 79a9788af0c183f670166700354b6a188c176427a6230b8bfaa2cfdc6a4daa1418bbee98d80b7f6b3195043eeef1ffa6782d03b5a1733b65a90c22f66684941f
|
||||
|
Loading…
Reference in New Issue
Block a user