kernel-rt-4.18.0-553.151.1.rt7.492.el8_10
* Mon Aug 03 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.151.1.rt7.492.el8_10]
- net: dns_resolver: allow shorter names in dns_query() (Paulo Alcantara) [RHEL-213976]
- net/dns_resolver: use kasprintf + kmemdup_nul to simplify dns_query (Paulo Alcantara) [RHEL-213976]
- net/dns_resolver: consolidate namelen checks in dns_query (Paulo Alcantara) [RHEL-213976]
- dns: remove redundant zero length namelen check (Paulo Alcantara) [RHEL-213976]
- ipc: limit next_id allocation to the valid ID range (Rafael Aquini) [RHEL-188216] {CVE-2026-52923}
- KVM: s390: Limit adapter indicator access to mapped page (Christoph Schlameuss) [RHEL-183880]
Resolves: RHEL-183880, RHEL-188216, RHEL-213976
Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
parent
242cb51186
commit
8f6711620a
14
kernel.spec
14
kernel.spec
@ -49,10 +49,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.150.1.rt7.491.el8_10
|
||||
%define pkgrelease 553.151.1.rt7.492.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.150.1.rt7.491%{?dist}
|
||||
%define specrelease 553.151.1.rt7.492%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -159,7 +159,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .491
|
||||
%global rtbuild .492
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2726,6 +2726,14 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Aug 03 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.151.1.rt7.492.el8_10]
|
||||
- net: dns_resolver: allow shorter names in dns_query() (Paulo Alcantara) [RHEL-213976]
|
||||
- net/dns_resolver: use kasprintf + kmemdup_nul to simplify dns_query (Paulo Alcantara) [RHEL-213976]
|
||||
- net/dns_resolver: consolidate namelen checks in dns_query (Paulo Alcantara) [RHEL-213976]
|
||||
- dns: remove redundant zero length namelen check (Paulo Alcantara) [RHEL-213976]
|
||||
- ipc: limit next_id allocation to the valid ID range (Rafael Aquini) [RHEL-188216] {CVE-2026-52923}
|
||||
- KVM: s390: Limit adapter indicator access to mapped page (Christoph Schlameuss) [RHEL-183880]
|
||||
|
||||
* Wed Jul 29 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.150.1.rt7.491.el8_10]
|
||||
- net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle (CKI Backport Bot) [RHEL-213300] {CVE-2026-64530}
|
||||
- netfilter: ctnetlink: ensure safe access to master conntrack (Florian Westphal) [RHEL-173877] {CVE-2026-43116}
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-553.150.1.rt7.491.el8_10.tar.xz) = b4eaa409dd76bdc1b9379c7d43a77bcad38fbb52352ada749f958c486f71cca151938000d0f50f12e9d1f44d57f7e7c547b1628bd3469307aed456c6dfd28254
|
||||
SHA512 (linux-4.18.0-553.151.1.rt7.492.el8_10.tar.xz) = dcc770c14dc780cc1a6016673b1510917187c5e17d80636b06eb9117f8dbed886febaa7eaf00d436e803be1d628e1c1327e979d69a47415d34fbad335e44d029
|
||||
|
||||
Loading…
Reference in New Issue
Block a user