From 75978db818de7a0e985378909a4a03b7f441074e Mon Sep 17 00:00:00 2001 From: CKI KWF Bot Date: Mon, 23 Feb 2026 10:28:24 +0000 Subject: [PATCH] kernel-5.14.0-687.el9 * Mon Feb 23 2026 CKI KWF Bot [5.14.0-687.el9] - cifs: some missing initializations on replay (Paulo Alcantara) [RHEL-148619] - cifs: remove unnecessary tracing after put tcon (Paulo Alcantara) [RHEL-148619] - smb: client: fix data corruption due to racy lease checks (Paulo Alcantara) [RHEL-148619] - smb: client: fix regression with mount options parsing (Paulo Alcantara) [RHEL-148619] - Revert: ipmi:msghandler: Move timer handling into a work queue (Tony Camuso) [RHEL-149762] - Revert: ipmi:si: Move SI type information into an info structure (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler: Use READ_ONCE on run_to_completion (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler: Rename recv_work to smi_work (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler: Deliver user messages in a work queue (Tony Camuso) [RHEL-149762] - Revert: ipmi_msghandler: Change the events lock to a mutex (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler: Use the system_wq, not system_bh_wq (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler: Remove srcu from the ipmi user structure (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler: Remove srcu for the ipmi_interfaces list (Tony Camuso) [RHEL-149762] - Revert: ipmi:watchdog: Change lock to mutex (Tony Camuso) [RHEL-149762] - Revert: ipmi: Add a note about the pretimeout callback (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler: Remove some user level processing in panic mode (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler: Fix locking around users and interfaces (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler: Don't acquire a user refcount for queued messages (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler: Don't check for shutdown when returning responses (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler: Remove proc_fs.h (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler: Shut down lower layer first at unregister (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler: Add a error return from unhandle LAN cmds (Tony Camuso) [RHEL-149762] - Revert: ipmi:si: Rework startup of IPMI devices (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler: Don't deliver messages to deleted users (Tony Camuso) [RHEL-149762] - Revert: ipmi:ssif: Fix a shutdown race (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler: Export and fix panic messaging capability (Tony Camuso) [RHEL-149762] - Revert: ipmi:watchdog: Use the new interface for panic messages (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler: Fix potential memory corruption in ipmi_create_user() (Tony Camuso) [RHEL-149762] - Revert: ipmi: Fix strcpy source and destination the same (Tony Camuso) [RHEL-149762] - Revert: char: ipmi: remove redundant variable 'type' and check (Tony Camuso) [RHEL-149762] - Revert: ipmi: Use dev_warn_ratelimited() for incorrect message warnings (Tony Camuso) [RHEL-149762] - Revert: ipmi:msghandler:Change seq_lock to a mutex (Tony Camuso) [RHEL-149762] - Revert: Revert "ipmi: fix msg stack when IPMI is disconnected" (Tony Camuso) [RHEL-149762] - Revert: ipmi: Rework user message limit handling (Tony Camuso) [RHEL-149762] - Revert: ipmi: Differentiate between reset and firmware update in maintenance (Tony Camuso) [RHEL-149762] - Revert: ipmi: Disable sysfs access and requests in maintenance mode (Tony Camuso) [RHEL-149762] - Revert: ipmi: Add a maintenance mode sysfs file (Tony Camuso) [RHEL-149762] - Revert: ipmi: Set a timer for maintenance mode (Tony Camuso) [RHEL-149762] - Revert: ipmi:si: Merge some if statements (Tony Camuso) [RHEL-149762] - Revert: ipmi:si: Move flags get start to its own function (Tony Camuso) [RHEL-149762] - Revert: ipmi: Allow an SMI sender to return an error (Tony Camuso) [RHEL-149762] - Revert: ipmi: Rename "user_data" to "recv_msg" in an SMI message (Tony Camuso) [RHEL-149762] - Revert: ipmi:si: Gracefully handle if the BMC is non-functional (Tony Camuso) [RHEL-149762] - Revert: ipmi: Add Loongson-2K BMC support (Tony Camuso) [RHEL-149762] - Revert: ipmi: Fix handling of messages with provided receive message pointer (Tony Camuso) [RHEL-149762] - nvme: fix memory leak in quirks_param_set() (Maurizio Lombardi) [RHEL-148489] Resolves: RHEL-148489, RHEL-148619, RHEL-149762 Signed-off-by: CKI KWF Bot --- Makefile.rhelver | 2 +- kernel.changelog | 49 ++++++++++++++++++++++++++++++++++++++++++ kernel.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++---- sources | 6 +++--- 4 files changed, 105 insertions(+), 8 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index b85401d0d..7da2cb006 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 8 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 686 +RHEL_RELEASE = 687 # # ZSTREAM diff --git a/kernel.changelog b/kernel.changelog index e9ddebb93..7f1236bd9 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,52 @@ +* Mon Feb 23 2026 CKI KWF Bot [5.14.0-687.el9] +- cifs: some missing initializations on replay (Paulo Alcantara) [RHEL-148619] +- cifs: remove unnecessary tracing after put tcon (Paulo Alcantara) [RHEL-148619] +- smb: client: fix data corruption due to racy lease checks (Paulo Alcantara) [RHEL-148619] +- smb: client: fix regression with mount options parsing (Paulo Alcantara) [RHEL-148619] +- Revert: ipmi:msghandler: Move timer handling into a work queue (Tony Camuso) [RHEL-149762] +- Revert: ipmi:si: Move SI type information into an info structure (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Use READ_ONCE on run_to_completion (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Rename recv_work to smi_work (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Deliver user messages in a work queue (Tony Camuso) [RHEL-149762] +- Revert: ipmi_msghandler: Change the events lock to a mutex (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Use the system_wq, not system_bh_wq (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Remove srcu from the ipmi user structure (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Remove srcu for the ipmi_interfaces list (Tony Camuso) [RHEL-149762] +- Revert: ipmi:watchdog: Change lock to mutex (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Add a note about the pretimeout callback (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Remove some user level processing in panic mode (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Fix locking around users and interfaces (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Don't acquire a user refcount for queued messages (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Don't check for shutdown when returning responses (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Remove proc_fs.h (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Shut down lower layer first at unregister (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Add a error return from unhandle LAN cmds (Tony Camuso) [RHEL-149762] +- Revert: ipmi:si: Rework startup of IPMI devices (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Don't deliver messages to deleted users (Tony Camuso) [RHEL-149762] +- Revert: ipmi:ssif: Fix a shutdown race (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Export and fix panic messaging capability (Tony Camuso) [RHEL-149762] +- Revert: ipmi:watchdog: Use the new interface for panic messages (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Fix potential memory corruption in ipmi_create_user() (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Fix strcpy source and destination the same (Tony Camuso) [RHEL-149762] +- Revert: char: ipmi: remove redundant variable 'type' and check (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Use dev_warn_ratelimited() for incorrect message warnings (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler:Change seq_lock to a mutex (Tony Camuso) [RHEL-149762] +- Revert: Revert "ipmi: fix msg stack when IPMI is disconnected" (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Rework user message limit handling (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Differentiate between reset and firmware update in maintenance (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Disable sysfs access and requests in maintenance mode (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Add a maintenance mode sysfs file (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Set a timer for maintenance mode (Tony Camuso) [RHEL-149762] +- Revert: ipmi:si: Merge some if statements (Tony Camuso) [RHEL-149762] +- Revert: ipmi:si: Move flags get start to its own function (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Allow an SMI sender to return an error (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Rename "user_data" to "recv_msg" in an SMI message (Tony Camuso) [RHEL-149762] +- Revert: ipmi:si: Gracefully handle if the BMC is non-functional (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Add Loongson-2K BMC support (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Fix handling of messages with provided receive message pointer (Tony Camuso) [RHEL-149762] +- nvme: fix memory leak in quirks_param_set() (Maurizio Lombardi) [RHEL-148489] +Resolves: RHEL-148489, RHEL-148619, RHEL-149762 + * Thu Feb 19 2026 CKI KWF Bot [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] diff --git a/kernel.spec b/kernel.spec index ee497f14f..414a22269 100644 --- a/kernel.spec +++ b/kernel.spec @@ -176,15 +176,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 686 +%define pkgrelease 687 %define kversion 5 -%define tarfile_release 5.14.0-686.el9 +%define tarfile_release 5.14.0-687.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 686%{?buildid}%{?dist} +%define specrelease 687%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-686.el9 +%define kabiversion 5.14.0-687.el9 # # End of genspec.sh variables @@ -3711,6 +3711,54 @@ fi # # %changelog +* Mon Feb 23 2026 CKI KWF Bot [5.14.0-687.el9] +- cifs: some missing initializations on replay (Paulo Alcantara) [RHEL-148619] +- cifs: remove unnecessary tracing after put tcon (Paulo Alcantara) [RHEL-148619] +- smb: client: fix data corruption due to racy lease checks (Paulo Alcantara) [RHEL-148619] +- smb: client: fix regression with mount options parsing (Paulo Alcantara) [RHEL-148619] +- Revert: ipmi:msghandler: Move timer handling into a work queue (Tony Camuso) [RHEL-149762] +- Revert: ipmi:si: Move SI type information into an info structure (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Use READ_ONCE on run_to_completion (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Rename recv_work to smi_work (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Deliver user messages in a work queue (Tony Camuso) [RHEL-149762] +- Revert: ipmi_msghandler: Change the events lock to a mutex (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Use the system_wq, not system_bh_wq (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Remove srcu from the ipmi user structure (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Remove srcu for the ipmi_interfaces list (Tony Camuso) [RHEL-149762] +- Revert: ipmi:watchdog: Change lock to mutex (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Add a note about the pretimeout callback (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Remove some user level processing in panic mode (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Fix locking around users and interfaces (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Don't acquire a user refcount for queued messages (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Don't check for shutdown when returning responses (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Remove proc_fs.h (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Shut down lower layer first at unregister (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Add a error return from unhandle LAN cmds (Tony Camuso) [RHEL-149762] +- Revert: ipmi:si: Rework startup of IPMI devices (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Don't deliver messages to deleted users (Tony Camuso) [RHEL-149762] +- Revert: ipmi:ssif: Fix a shutdown race (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Export and fix panic messaging capability (Tony Camuso) [RHEL-149762] +- Revert: ipmi:watchdog: Use the new interface for panic messages (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler: Fix potential memory corruption in ipmi_create_user() (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Fix strcpy source and destination the same (Tony Camuso) [RHEL-149762] +- Revert: char: ipmi: remove redundant variable 'type' and check (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Use dev_warn_ratelimited() for incorrect message warnings (Tony Camuso) [RHEL-149762] +- Revert: ipmi:msghandler:Change seq_lock to a mutex (Tony Camuso) [RHEL-149762] +- Revert: Revert "ipmi: fix msg stack when IPMI is disconnected" (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Rework user message limit handling (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Differentiate between reset and firmware update in maintenance (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Disable sysfs access and requests in maintenance mode (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Add a maintenance mode sysfs file (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Set a timer for maintenance mode (Tony Camuso) [RHEL-149762] +- Revert: ipmi:si: Merge some if statements (Tony Camuso) [RHEL-149762] +- Revert: ipmi:si: Move flags get start to its own function (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Allow an SMI sender to return an error (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Rename "user_data" to "recv_msg" in an SMI message (Tony Camuso) [RHEL-149762] +- Revert: ipmi:si: Gracefully handle if the BMC is non-functional (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Add Loongson-2K BMC support (Tony Camuso) [RHEL-149762] +- Revert: ipmi: Fix handling of messages with provided receive message pointer (Tony Camuso) [RHEL-149762] +- nvme: fix memory leak in quirks_param_set() (Maurizio Lombardi) [RHEL-148489] + * Thu Feb 19 2026 CKI KWF Bot [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] diff --git a/sources b/sources index f0e444ef1..85ba0f7cd 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -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 +SHA512 (linux-5.14.0-687.el9.tar.xz) = 4fd213131c8f7c05c7d887614ab921655f7ae5453dd661ef56e54384b43603a867d2225f8c8fa6c5485b3e1fd09a79162efe6dc725bbd7a1e238e9149bbf5c94 +SHA512 (kernel-abi-stablelists-5.14.0-687.el9.tar.bz2) = bd3b2cbc8fc4b6566a89c2c7d680f8dcd94da99dfeb1ee1afdc39a052d4337c114fe79e0caf12ac32a89325df9c2c6de492a2d4c3737dae0da837f37ac52cf8a +SHA512 (kernel-kabi-dw-5.14.0-687.el9.tar.bz2) = 9b3521a9d948f7ef706de049c28f1a9200a2fd6eb1820f47b44286f209cda26f7bf6576f912758ace6b4a936a4ac9e7e93f4cf9bb7a6439fb7b0c67041207156