kernel-6.12.0-188.el10
* 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 Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
parent
c47587ae0d
commit
3b0569a607
@ -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 = 188
|
||||
|
||||
#
|
||||
# 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
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
* 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]
|
||||
|
||||
14
kernel.spec
14
kernel.spec
@ -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 188
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.12.0-187.el10
|
||||
%define tarfile_release 6.12.0-188.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 188%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.12.0-187.el10
|
||||
%define kabiversion 6.12.0-188.el10
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
@ -4481,6 +4481,12 @@ fi\
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* 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]
|
||||
|
||||
6
sources
6
sources
@ -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-188.el10.tar.xz) = 4db9c2dde2a8588cb9c442a79ad61edccd93c9bd449266c1c6f1e4043fd3c7971a264924c6581710b05dd847679a246ec7a951edf51762616f2512866e549230
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-188.el10.tar.xz) = c3aa3a68c18b0fe7db960c801b7ab9d3f637fd4750abdd03e600891c98e8fd0ce68fb3aede6a562401761b7315300026911a7f8a958f471c1d6be695ba467369
|
||||
SHA512 (kernel-kabi-dw-6.12.0-188.el10.tar.xz) = daad4152ab387cf37a467e8e4e3f35acade0948e6184fab1d2c7c69812a7020c981d51533e7ae064f65753183fe01685e29acd609bf1787a820f1f30e8d33543
|
||||
|
||||
Loading…
Reference in New Issue
Block a user