Debrand for AlmaLinux OS

Use AlmaLinux OS secure boot cert

Enable Btrfs support for all kernel variants

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

be2iscsi: bring back deprecated PCI ids

kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained
This commit is contained in:
Eduard Abdullin 2026-01-22 02:12:21 +00:00 committed by root
parent 1a2d50c7f1
commit 509077ea64
4 changed files with 56 additions and 34 deletions

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 2
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 187
RHEL_RELEASE = 189
#
# RHEL_REBASE_NUM
@ -26,29 +26,6 @@ RHEL_RELEASE = 187
# Do not trim this comment.
RHEL_REBASE_NUM = 1
#
# ZSTREAM
# -------
#
# This variable controls whether we use zstream numbering or not for the
# package release. The zstream release keeps the build number of the last
# build done for ystream for the Beta milestone, and increments a second
# number for each build. The third number is used for branched builds
# (eg.: for builds with security fixes or hot fixes done outside of the
# batch release process).
#
# For example, with ZSTREAM unset or set to "no", all builds will contain
# a release with only the build number, eg.: kernel-<kernel version>-X.el*,
# where X is the build number. With ZSTREAM set to "yes", we will have
# builds with kernel-<kernel version>-X.Y.Z.el*, where X is the last
# RHEL_RELEASE number before ZSTREAM flag was set to yes, Y will now be the
# build number and Z will always be 1 except if you're doing a branched build
# (when you give RHDISTGIT_BRANCH on the command line, in which case the Z
# number will be incremented instead of the Y).
#
ZSTREAM ?= no
#
# Automotive
# ----------
@ -58,3 +35,10 @@ ZSTREAM ?= no
# building the automotive kernel package.
AUTOMOTIVE_MAJOR = 2
AUTOMOTIVE_MINOR = 0
#
# DERIVATIVE_BUILD
# ---------------------------
#
# Set DERIVATIVE_STREAM to "yes" to enable derivative kernel versioning.
DERIVATIVE_BUILD = 0

View File

@ -1,3 +1,23 @@
* Wed Jan 21 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-189.el10]
- selftests/mm: skip hugepage-mremap test if userfaultfd unavailable (Chunyu Hu) [RHEL-112331]
- selftests/mm: skip thuge-gen test if system is not setup properly (Chunyu Hu) [RHEL-112331]
- selftests/mm: use generic read_sysfs in thuge-gen test (Chunyu Hu) [RHEL-112331]
- selftests/mm: extract read_sysfs and write_sysfs into vm_util (Chunyu Hu) [RHEL-112331]
- selftests/mm: deduplicate default page size test results in thuge-gen (Chunyu Hu) [RHEL-112331]
- selftests/mm: fix thuge-gen test name uniqueness (Chunyu Hu) [RHEL-112331]
- selftests/mm: fix child process exit codes in ksm_functional_tests (Chunyu Hu) [RHEL-112331]
- selftest/mm: fix ksm_funtional_test failures (Chunyu Hu) [RHEL-112331]
- selftests/mm: add support to test 4PB VA on PPC64 (Chunyu Hu) [RHEL-112331]
- mm/selftests: fix incorrect pointer being passed to mark_range() (Chunyu Hu) [RHEL-112331]
Resolves: RHEL-112331
* Tue Jan 20 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-188.el10]
- arm64: dts: freescale: Add GMAC Ethernet for S32G2 EVB and RDB2 and S32G3 RDB3 (CKI Backport Bot) [RHEL-141789]
- pinctrl: s32cc: initialize gpio_pin_config::list after kmalloc() (Jared Kangas) [RHEL-136697]
- pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_desc (Jared Kangas) [RHEL-136697]
- pinctrl: s32: add missing pins definitions (Jared Kangas) [RHEL-136697]
Resolves: RHEL-136697, RHEL-141789
* Tue Jan 20 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-187.el10]
- scsi: sg: Fix occasional bogus elapsed time that exceeds timeout (Michal Rábek) [RHEL-140732]
- powerpc/tools: drop `-o pipefail` in gcc check scripts (Jan Stancek) [RHEL-111046]

View File

@ -176,15 +176,15 @@ Summary: The Linux kernel
%define specrpmversion 6.12.0
%define specversion 6.12.0
%define patchversion 6.12
%define pkgrelease 187
%define pkgrelease 189
%define kversion 6
%define tarfile_release 6.12.0-187.el10
%define tarfile_release 6.12.0-189.el10
# This is needed to do merge window version magic
%define patchlevel 12
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 187%{?buildid}%{?dist}
%define specrelease 189%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.12.0-187.el10
%define kabiversion 6.12.0-189.el10
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@ -4517,14 +4517,14 @@ fi\
#
#
%changelog
* Wed Jan 21 2026 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-187
* Thu Jan 22 2026 Eduard Abdullin <eabdullin@almalinux.org> - 6.12.0-189
- Debrand for AlmaLinux OS
- Use AlmaLinux OS secure boot cert
* Wed Jan 21 2026 Neal Gompa <ngompa@almalinux.org> - 6.12.0-187
* Thu Jan 22 2026 Neal Gompa <ngompa@almalinux.org> - 6.12.0-189
- Enable Btrfs support for all kernel variants
* Wed Jan 21 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 6.12.0-187
* Thu Jan 22 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 6.12.0-189
- 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
@ -4534,6 +4534,24 @@ fi\
- kernel/rh_messages.h: enable all disabled pci devices by moving to
unmaintained
* Wed Jan 21 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-189.el10]
- selftests/mm: skip hugepage-mremap test if userfaultfd unavailable (Chunyu Hu) [RHEL-112331]
- selftests/mm: skip thuge-gen test if system is not setup properly (Chunyu Hu) [RHEL-112331]
- selftests/mm: use generic read_sysfs in thuge-gen test (Chunyu Hu) [RHEL-112331]
- selftests/mm: extract read_sysfs and write_sysfs into vm_util (Chunyu Hu) [RHEL-112331]
- selftests/mm: deduplicate default page size test results in thuge-gen (Chunyu Hu) [RHEL-112331]
- selftests/mm: fix thuge-gen test name uniqueness (Chunyu Hu) [RHEL-112331]
- selftests/mm: fix child process exit codes in ksm_functional_tests (Chunyu Hu) [RHEL-112331]
- selftest/mm: fix ksm_funtional_test failures (Chunyu Hu) [RHEL-112331]
- selftests/mm: add support to test 4PB VA on PPC64 (Chunyu Hu) [RHEL-112331]
- mm/selftests: fix incorrect pointer being passed to mark_range() (Chunyu Hu) [RHEL-112331]
* Tue Jan 20 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-188.el10]
- arm64: dts: freescale: Add GMAC Ethernet for S32G2 EVB and RDB2 and S32G3 RDB3 (CKI Backport Bot) [RHEL-141789]
- pinctrl: s32cc: initialize gpio_pin_config::list after kmalloc() (Jared Kangas) [RHEL-136697]
- pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_desc (Jared Kangas) [RHEL-136697]
- pinctrl: s32: add missing pins definitions (Jared Kangas) [RHEL-136697]
* Tue Jan 20 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-187.el10]
- scsi: sg: Fix occasional bogus elapsed time that exceeds timeout (Michal Rábek) [RHEL-140732]
- powerpc/tools: drop `-o pipefail` in gcc check scripts (Jan Stancek) [RHEL-111046]

View File

@ -1,5 +1,5 @@
SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd
SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6
SHA512 (linux-6.12.0-187.el10.tar.xz) = 1cb201e41d5a88bb10180fcd7551ef93eab40eec7c17123c23c38d44ab91e992b5ac43f230658871efb026291a6233deb6c720beca611b4d258935fe91fddbc2
SHA512 (kernel-abi-stablelists-6.12.0-187.el10.tar.xz) = 04675639c872ffd6e1c1261dd781452d360941bfad664130929483fb0e3b0703c9af04dbda735eb9f5320cb35a5fa786b5334a157564c0fa60bcd03ea116876c
SHA512 (kernel-kabi-dw-6.12.0-187.el10.tar.xz) = 89e00d235931fffafef0cf2f4378e974c5f686687d5cb19f95896676f4f26bb8a5c960bbf59698b665ccd082c8839b10188b0703f6dafe17354f040d03b80550
SHA512 (linux-6.12.0-189.el10.tar.xz) = a7d8777d9b6927eb03e00a91bdbde683e3ddb2b7d86b42d5df1bc84dc6aee9caefa9be7d6bce3c7e6b4786219fae4c25f36411d600c0e133c5579725d7fcbca7
SHA512 (kernel-abi-stablelists-6.12.0-189.el10.tar.xz) = cb6bfaedbd62d47e1063e3e9ff405c39daebd1b2aa5dc9fa930189bb4c664e10e68c34ce1f95e7b44fabeace068b1225cf8f2cb23cc27788534bf05e04c60edb
SHA512 (kernel-kabi-dw-6.12.0-189.el10.tar.xz) = 335f6d9b3d771a810e77ea25f759cadbc4afbae1945aca8e94f2eb3e495e1c6f6aa8af2e4390e444f292605a6f09a8644e6813d6e10dd0971be7ec3d7453279b