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

qla2xxx: bring back deprecated PCI ids #CFHack #CFHack2024

qla4xxx: bring back deprecated PCI ids

lpfc: bring back deprecated PCI ids

be2iscsi: bring back deprecated PCI ids

kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained

Use AlmaLinux OS secure boot cert

Debrand for AlmaLinux OS
This commit is contained in:
Andrew Lukoshko 2026-09-08 02:27:46 +00:00 committed by root
commit 7c99ffb056
3 changed files with 18 additions and 7 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
SOURCES/centossecureboot201.cer
SOURCES/centossecurebootca2.cer
SOURCES/linux-4.18.0-553.159.1.rt7.500.el8_10.tar.xz
SOURCES/linux-4.18.0-553.160.1.rt7.501.el8_10.tar.xz
SOURCES/redhatsecureboot302.cer
SOURCES/redhatsecureboot303.cer
SOURCES/redhatsecureboot501.cer

View File

@ -1,6 +1,6 @@
2ba40bf9138b48311e5aa1b737b7f0a8ad66066f SOURCES/centossecureboot201.cer
bfdb3d7cffc43f579655af5155d50c08671d95e5 SOURCES/centossecurebootca2.cer
47619ff6a215e614b42a6e08de348a692edff651 SOURCES/linux-4.18.0-553.159.1.rt7.500.el8_10.tar.xz
e05718c3aaf70b0aff93c77a0062e2e0a4151907 SOURCES/linux-4.18.0-553.160.1.rt7.501.el8_10.tar.xz
13e5cd3f856b472fde80a4deb75f4c18dfb5b255 SOURCES/redhatsecureboot302.cer
e89890ca0ded2f9058651cc5fa838b78db2e6cc2 SOURCES/redhatsecureboot303.cer
ba0b760e594ff668ee72ae348adf3e49b97f75fb SOURCES/redhatsecureboot501.cer

View File

@ -49,10 +49,10 @@
# define buildid .local
%define specversion 4.18.0
%define pkgrelease 553.159.1.rt7.500.el8_10
%define pkgrelease 553.160.1.rt7.501.el8_10
# allow pkg_release to have configurable %%{?dist} tag
%define specrelease 553.159.1.rt7.500%{?dist}
%define specrelease 553.160.1.rt7.501%{?dist}
%define pkg_release %{specrelease}%{?buildid}
@ -161,7 +161,7 @@
# The preempt RT patch level
%global rttag .rt7
# realtimeN
%global rtbuild .500
%global rtbuild .501
%define with_doc 0
%define with_headers 0
%define with_cross_headers 0
@ -2801,7 +2801,7 @@ fi
#
#
%changelog
* Thu Sep 03 2026 Andrei Lukoshko <alukoshko@almalinux.org> - 4.18.0-553.159.1.rt7.500
* Tue Sep 08 2026 Andrei Lukoshko <alukoshko@almalinux.org> - 4.18.0-553.160.1.rt7.501
- 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
@ -2812,10 +2812,21 @@ fi
- kernel/rh_messages.h: enable all disabled pci devices by moving to
unmaintained
* Thu Sep 03 2026 Eduard Abdullin <eabdullin@almalinux.org> - 4.18.0-553.159.1.rt7.500
* Tue Sep 08 2026 Eduard Abdullin <eabdullin@almalinux.org> - 4.18.0-553.160.1.rt7.501
- Use AlmaLinux OS secure boot cert
- Debrand for AlmaLinux OS
* Thu Sep 03 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.160.1.rt7.501.el8_10]
- rhashtable: clear stale iter->p on table restart (CKI Backport Bot) [RHEL-248433] {CVE-2026-64563}
- net: bridge: stop fast-leave after deleting a port group (CKI Backport Bot) [RHEL-246938] {CVE-2026-74480}
- nvmet-rdma: handle inline data with a nonzero offset (CKI Backport Bot) [RHEL-244910] {CVE-2026-72129}
- crypto: pcrypt - Fix handling of MAY_BACKLOG requests (Ricardo Robaina) [RHEL-226702] {CVE-2026-43493}
- crypto: pcrypt - Delay write to padata->info (Ricardo Robaina) [RHEL-226702] {CVE-2026-43493}
- crypto: pcrypt - Do not clear MAY_SLEEP flag in original request (Ricardo Robaina) [RHEL-226702] {CVE-2026-43493}
- smb: client: validate DFS referral PathConsumed (CKI Backport Bot) [RHEL-237655] {CVE-2026-68343}
- netfilter: synproxy: refresh tcphdr after skb_ensure_writable (CKI Backport Bot) [RHEL-228903] {CVE-2026-64007}
- netfilter: conntrack: remove sprintf usage (CKI Backport Bot) [RHEL-224448] {CVE-2026-53002}
* Mon Aug 31 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [4.18.0-553.159.1.rt7.500.el8_10]
- net: ipv6: clear suppressed fib6 rule result (Jamie Bainbridge) [RHEL-246806] {CVE-2026-74581}
- powerpc/pseries: lparcfg - fix kbuf[] underflow (Mamatha Inamdar) [RHEL-240144]