diff --git a/.gitignore b/.gitignore index b799a75..a3c52be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ SOURCES/centossecureboot201.cer SOURCES/centossecurebootca2.cer -SOURCES/linux-4.18.0-553.148.1.rt7.489.el8_10.tar.xz +SOURCES/linux-4.18.0-553.150.1.rt7.491.el8_10.tar.xz SOURCES/redhatsecureboot302.cer SOURCES/redhatsecureboot303.cer SOURCES/redhatsecureboot501.cer diff --git a/.kernel-rt.metadata b/.kernel-rt.metadata index 94c747c..d08e7cd 100644 --- a/.kernel-rt.metadata +++ b/.kernel-rt.metadata @@ -1,6 +1,6 @@ 2ba40bf9138b48311e5aa1b737b7f0a8ad66066f SOURCES/centossecureboot201.cer bfdb3d7cffc43f579655af5155d50c08671d95e5 SOURCES/centossecurebootca2.cer -00e8c68fe0646ae8f00cda5f3d1fa5f17ad3caf5 SOURCES/linux-4.18.0-553.148.1.rt7.489.el8_10.tar.xz +9c7e3e07703e7cf9a8ee05248ca3c1306f943603 SOURCES/linux-4.18.0-553.150.1.rt7.491.el8_10.tar.xz 13e5cd3f856b472fde80a4deb75f4c18dfb5b255 SOURCES/redhatsecureboot302.cer e89890ca0ded2f9058651cc5fa838b78db2e6cc2 SOURCES/redhatsecureboot303.cer ba0b760e594ff668ee72ae348adf3e49b97f75fb SOURCES/redhatsecureboot501.cer diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 0a0ea16..7c24db6 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -49,10 +49,10 @@ # define buildid .local %define specversion 4.18.0 -%define pkgrelease 553.148.1.rt7.489.el8_10 +%define pkgrelease 553.150.1.rt7.491.el8_10 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 553.148.1.rt7.489%{?dist} +%define specrelease 553.150.1.rt7.491%{?dist} %define pkg_release %{specrelease}%{?buildid} @@ -159,7 +159,7 @@ # The preempt RT patch level %global rttag .rt7 # realtimeN -%global rtbuild .489 +%global rtbuild .491 %define with_doc 0 %define with_headers 0 %define with_cross_headers 0 @@ -2727,7 +2727,7 @@ fi # # %changelog -* Tue Jul 28 2026 Andrei Lukoshko - 4.18.0-553.148.1.rt7.489 +* Fri Jul 31 2026 Andrei Lukoshko - 4.18.0-553.150.1.rt7.491 - hpsa: bring back deprecated PCI ids #CFHack #CFHack2024 - mptsas: bring back deprecated PCI ids #CFHack #CFHack2024 - megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024 @@ -2738,10 +2738,27 @@ fi - kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained -* Tue Jul 28 2026 Eduard Abdullin - 4.18.0-553.148.1.rt7.489 +* Fri Jul 31 2026 Eduard Abdullin - 4.18.0-553.150.1.rt7.491 - Use AlmaLinux OS secure boot cert - Debrand for AlmaLinux OS +* Wed Jul 29 2026 CKI KWF Bot [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} + +* Tue Jul 28 2026 CKI KWF Bot [4.18.0-553.149.1.rt7.490.el8_10] +- rtnetlink: add missing netlink_ns_capable() check for peer netns (Guillaume Nault) [RHEL-172526] {CVE-2026-31692} +- rtnetlink: Try the outer netns attribute in rtnl_get_peer_net(). (Guillaume Nault) [RHEL-172526] {CVE-2026-31692} +- rtnetlink: fix double call of rtnl_link_get_net_ifla() (Guillaume Nault) [RHEL-172526] {CVE-2026-31692} +- vxcan: Set VXCAN_INFO_PEER to vxcan_link_ops.peer_type. (Guillaume Nault) [RHEL-172526] {CVE-2026-31692} +- veth: Set VETH_INFO_PEER to veth_link_ops.peer_type. (Guillaume Nault) [RHEL-172526] {CVE-2026-31692} +- rtnetlink: Add peer_type in struct rtnl_link_ops. (Guillaume Nault) [RHEL-172526] {CVE-2026-31692} +- net: validate veth and vxcan peer ifindexes (Guillaume Nault) [RHEL-172526] {CVE-2026-31692} +- rtnl: move rtnl_newlink_create() (Guillaume Nault) [RHEL-172526] {CVE-2026-31692} +- rtnl: split __rtnl_newlink() into two functions (Guillaume Nault) [RHEL-172526] {CVE-2026-31692} +- rtnl: allocate more attr tables on the heap (Guillaume Nault) [RHEL-172526] {CVE-2026-31692} +- fanotify: fix false positive on permission events (Miklos Szeredi) [RHEL-180075] {CVE-2026-46150} + * Mon Jul 27 2026 CKI KWF Bot [4.18.0-553.148.1.rt7.489.el8_10] - ipv6: fix possible UAF in icmpv6_rcv() (CKI Backport Bot) [RHEL-192211] {CVE-2026-53006}