kernel-rt-4.18.0-553.107.1.rt7.448.el8_10
* Tue Feb 17 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.107.1.rt7.448.el8_10]
- autofs: use wake_up() instead of wake_up_interruptible(() (Ian Kent) [RHEL-143685]
- autofs: fix memory leak of waitqueues in autofs_catatonic_mode (Ian Kent) [RHEL-143685] {CVE-2023-54134}
- i40e: validate ring_len parameter against hardware-specific values (CKI Backport Bot) [RHEL-141709]
- xfs: set max_agbno to allow sparse alloc of last full inode chunk (Brian Foster) [RHEL-136693]
- audit: merge loops in __audit_inode_child() (Ricardo Robaina) [RHEL-140442]
Resolves: RHEL-136693, RHEL-140442, RHEL-141709, RHEL-143685
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
parent
23565cd097
commit
c9ed9e1937
13
kernel.spec
13
kernel.spec
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.106.1.rt7.447.el8_10
|
||||
%define pkgrelease 553.107.1.rt7.448.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.106.1.rt7.447%{?dist}
|
||||
%define specrelease 553.107.1.rt7.448%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .447
|
||||
%global rtbuild .448
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2708,6 +2708,13 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Feb 17 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.107.1.rt7.448.el8_10]
|
||||
- autofs: use wake_up() instead of wake_up_interruptible(() (Ian Kent) [RHEL-143685]
|
||||
- autofs: fix memory leak of waitqueues in autofs_catatonic_mode (Ian Kent) [RHEL-143685] {CVE-2023-54134}
|
||||
- i40e: validate ring_len parameter against hardware-specific values (CKI Backport Bot) [RHEL-141709]
|
||||
- xfs: set max_agbno to allow sparse alloc of last full inode chunk (Brian Foster) [RHEL-136693]
|
||||
- audit: merge loops in __audit_inode_child() (Ricardo Robaina) [RHEL-140442]
|
||||
|
||||
* Tue Feb 17 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.106.1.rt7.447.el8_10]
|
||||
- bridge: mcast: Fix use-after-free during router port configuration (Mohammad Heib) [RHEL-138422] {CVE-2025-38248}
|
||||
- net/sched: Enforce that teql can only be used as root qdisc (CKI Backport Bot) [RHEL-146992] {CVE-2026-23074}
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-553.106.1.rt7.447.el8_10.tar.xz) = d9f7f4a866ca90aa7febbc40cb4508c1c7b1b4ead9b7683c14fafec9bf9385ba6e8dc2bbe6d016e55dc4ba78d30e1cadbfe6dacbf217ea04513714458aecbb4e
|
||||
SHA512 (linux-4.18.0-553.107.1.rt7.448.el8_10.tar.xz) = 83bf176fca8e612a7ab9c9940c6a46268aabbae900eadb9e7e5decaea89116ee33ac2ca014394f73a3b61c7d7bf55f32818d477a493d49c4927b45404d18b769
|
||||
|
||||
Loading…
Reference in New Issue
Block a user