kernel-5.14.0-686.el9

* Thu Feb 19 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-686.el9]
- pmdomain: core: Move the unused cleanup to a _sync initcall (Rupinderjit Singh) [RHEL-147489]
- net/ipv4: Use nested-BH locking for ipv4_tcp_sk. (Davide Caratti) [RHEL-82508]
- ipv4/tcp: do not use per netns ctl sockets (Davide Caratti) [RHEL-82508]
- cpuidle: menu: Use residency threshold in polling state override decisions (Mark Langsdorf) [RHEL-135548]
- spi: tegra210-qspi: Remove cache operations (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: Check hardware status on timeout (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: Refactor error handling into helper functions (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: Fix timeout handling (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: Add support for internal DMA (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: Update dummy sequence configuration (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: add rate limiting and simplify timeout error message (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for timeouts (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: modify chip select (CS) deactivation (Charles Mirabile) [RHEL-127129]
Resolves: RHEL-127129, RHEL-135548, RHEL-147489, RHEL-82508

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
This commit is contained in:
CKI KWF Bot 2026-02-19 10:05:41 +00:00
parent 1f55e7d75b
commit f673249415
4 changed files with 39 additions and 8 deletions

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 8
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 685
RHEL_RELEASE = 686
#
# ZSTREAM

View File

@ -1,3 +1,19 @@
* Thu Feb 19 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-686.el9]
- pmdomain: core: Move the unused cleanup to a _sync initcall (Rupinderjit Singh) [RHEL-147489]
- net/ipv4: Use nested-BH locking for ipv4_tcp_sk. (Davide Caratti) [RHEL-82508]
- ipv4/tcp: do not use per netns ctl sockets (Davide Caratti) [RHEL-82508]
- cpuidle: menu: Use residency threshold in polling state override decisions (Mark Langsdorf) [RHEL-135548]
- spi: tegra210-qspi: Remove cache operations (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: Check hardware status on timeout (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: Refactor error handling into helper functions (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: Fix timeout handling (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: Add support for internal DMA (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: Update dummy sequence configuration (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: add rate limiting and simplify timeout error message (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for timeouts (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: modify chip select (CS) deactivation (Charles Mirabile) [RHEL-127129]
Resolves: RHEL-127129, RHEL-135548, RHEL-147489, RHEL-82508
* Tue Feb 17 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-685.el9]
- gpio: tegra186: Fix GPIO name collisions for Tegra410 (Jennifer Berringer) [RHEL-135121]
- gpio: tegra186: Add support for Tegra410 (Jennifer Berringer) [RHEL-135121]

View File

@ -176,15 +176,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 685
%define pkgrelease 686
%define kversion 5
%define tarfile_release 5.14.0-685.el9
%define tarfile_release 5.14.0-686.el9
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 685%{?buildid}%{?dist}
%define specrelease 686%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-685.el9
%define kabiversion 5.14.0-686.el9
#
# End of genspec.sh variables
@ -3711,6 +3711,21 @@ fi
#
#
%changelog
* Thu Feb 19 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-686.el9]
- pmdomain: core: Move the unused cleanup to a _sync initcall (Rupinderjit Singh) [RHEL-147489]
- net/ipv4: Use nested-BH locking for ipv4_tcp_sk. (Davide Caratti) [RHEL-82508]
- ipv4/tcp: do not use per netns ctl sockets (Davide Caratti) [RHEL-82508]
- cpuidle: menu: Use residency threshold in polling state override decisions (Mark Langsdorf) [RHEL-135548]
- spi: tegra210-qspi: Remove cache operations (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: Check hardware status on timeout (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: Refactor error handling into helper functions (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: Fix timeout handling (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: Add support for internal DMA (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: Update dummy sequence configuration (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: add rate limiting and simplify timeout error message (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for timeouts (Charles Mirabile) [RHEL-127129]
- spi: tegra210-quad: modify chip select (CS) deactivation (Charles Mirabile) [RHEL-127129]
* Tue Feb 17 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-685.el9]
- gpio: tegra186: Fix GPIO name collisions for Tegra410 (Jennifer Berringer) [RHEL-135121]
- gpio: tegra186: Add support for Tegra410 (Jennifer Berringer) [RHEL-135121]

View File

@ -1,3 +1,3 @@
SHA512 (linux-5.14.0-685.el9.tar.xz) = 193a742afd2e870704e33bca1c0be3ae48f626fbe3812c9da890520de78361390b04373e7682d53d87be2a60874f5f423126fd87eb1b8b975f4a461065cbf626
SHA512 (kernel-abi-stablelists-5.14.0-685.el9.tar.bz2) = a561a53c9cee47a26841c3f6bba216bbe95799bee07d113ff8d49a84e442f0e394a46874e11c5d9e8942ab7768158bd421961374d20a822b758a5163c1864c25
SHA512 (kernel-kabi-dw-5.14.0-685.el9.tar.bz2) = b922c91294bdd2969208b98a783a8063503e87364833f3e4241f097a4273e58eb73eb1d5682711b8cf9e5af0e65571a77d4c54c416e355aabddc03aaa4f93662
SHA512 (linux-5.14.0-686.el9.tar.xz) = 1390a58f98b4d98948da1f539a903f733d8ba1feee66ccd051cad666f73bbc79170cc79b2f03141a91b11150752e166ca4f2f8ce632a01192855fc2fde383e1a
SHA512 (kernel-abi-stablelists-5.14.0-686.el9.tar.bz2) = 2f745f70b55b0272016bf99fdd102d363838da8c79291c06c65757417896cb300e977e3e54e55ca1e1e63717ecc8b0d03034a8ba03a363c8928b60504e589d75
SHA512 (kernel-kabi-dw-5.14.0-686.el9.tar.bz2) = 58c204934e5a8942198ecf5209ca86d710f20f23ac979d78ca623a749173f3e41a6134b0cd5d12b233600fb46dfab381291c6d53d82fe7064b7bcc85ed56b8b0