kernel-rt-4.18.0-553.100.1.rt7.441.el8_10
* Tue Jan 27 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.100.1.rt7.441.el8_10]
- IB/hfi1: Fix sdma.h tx->num_descs off-by-one error (Kamal Heib) [RHEL-138396] {CVE-2024-26766}
Resolves: RHEL-138396
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
parent
5b8ae28997
commit
567708eb2f
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.99.1.rt7.440.el8_10
|
||||
%define pkgrelease 553.100.1.rt7.441.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.99.1.rt7.440%{?dist}
|
||||
%define specrelease 553.100.1.rt7.441%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .440
|
||||
%global rtbuild .441
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2708,6 +2708,9 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Jan 27 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.100.1.rt7.441.el8_10]
|
||||
- IB/hfi1: Fix sdma.h tx->num_descs off-by-one error (Kamal Heib) [RHEL-138396] {CVE-2024-26766}
|
||||
|
||||
* 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}
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-553.99.1.rt7.440.el8_10.tar.xz) = 50efb53df35608795cfeb4841a71b1bb2c2cb7c93ea4eb97673a62ad1926427ee716ec6800ae014aace4cc7a17989287ebbb01244372749ddef4f35762b05922
|
||||
SHA512 (linux-4.18.0-553.100.1.rt7.441.el8_10.tar.xz) = 047484c288aae29847a7ecd13c4006dc7c2b4f398ce57445e4885a4187fd6424075e15d8ec073e78ce8c97e137d187a73556b48d5299de4ad11b7cdbad1b367b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user