kernel-rt-4.18.0-553.99.1.rt7.440.el8_10
* Sat Jan 24 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.99.1.rt7.440.el8_10]
- fbdev: bitblit: bound-check glyph index in bit_putcs* (Jocelyn Falempe) [RHEL-136937] {CVE-2025-40322}
- atm: clip: Fix infinite recursive call of clip_push(). (Guillaume Nault) [RHEL-137591] {CVE-2025-38459}
- squashfs: fix memory leak in squashfs_fill_super (Abhi Das) [RHEL-138010] {CVE-2025-38415}
- Squashfs: check return result of sb_min_blocksize (CKI Backport Bot) [RHEL-138010] {CVE-2025-38415}
- usb: core: config: Prevent OOB read in SS endpoint companion parsing (CKI Backport Bot) [RHEL-137362] {CVE-2025-39760}
- RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug (CKI Backport Bot) [RHEL-137058] {CVE-2025-38024}
Resolves: RHEL-136937, RHEL-137058, RHEL-137362, RHEL-137591, RHEL-138010
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
parent
87e55cab80
commit
5b8ae28997
14
kernel.spec
14
kernel.spec
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.98.1.rt7.439.el8_10
|
||||
%define pkgrelease 553.99.1.rt7.440.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.98.1.rt7.439%{?dist}
|
||||
%define specrelease 553.99.1.rt7.440%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .439
|
||||
%global rtbuild .440
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2708,6 +2708,14 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Sat Jan 24 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.99.1.rt7.440.el8_10]
|
||||
- fbdev: bitblit: bound-check glyph index in bit_putcs* (Jocelyn Falempe) [RHEL-136937] {CVE-2025-40322}
|
||||
- atm: clip: Fix infinite recursive call of clip_push(). (Guillaume Nault) [RHEL-137591] {CVE-2025-38459}
|
||||
- squashfs: fix memory leak in squashfs_fill_super (Abhi Das) [RHEL-138010] {CVE-2025-38415}
|
||||
- Squashfs: check return result of sb_min_blocksize (CKI Backport Bot) [RHEL-138010] {CVE-2025-38415}
|
||||
- usb: core: config: Prevent OOB read in SS endpoint companion parsing (CKI Backport Bot) [RHEL-137362] {CVE-2025-39760}
|
||||
- RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug (CKI Backport Bot) [RHEL-137058] {CVE-2025-38024}
|
||||
|
||||
* Thu Jan 22 2026 Patrick Talbert <ptalbert@redhat.com> [4.18.0-553.98.1.rt7.439.el8_10]
|
||||
- vfs: use READ_ONCE() to access ->i_link (Jay Shin) [RHEL-141790]
|
||||
- fold generic_readlink() into its only caller (Jay Shin) [RHEL-141790]
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-553.98.1.rt7.439.el8_10.tar.xz) = 746e691490fe513126089f2c526796639b59ced03c048d89463f1ef9c0ba2f09d76b08082fd7704e513b49ce60c2bf14cbec8e74075ee8f5dd0b2713abd9bb8d
|
||||
SHA512 (linux-4.18.0-553.99.1.rt7.440.el8_10.tar.xz) = 50efb53df35608795cfeb4841a71b1bb2c2cb7c93ea4eb97673a62ad1926427ee716ec6800ae014aace4cc7a17989287ebbb01244372749ddef4f35762b05922
|
||||
|
||||
Loading…
Reference in New Issue
Block a user