On Thu, Dec 04, 2025 at 03:54:15PM +0200, Adrian Hunter wrote:
On 04/12/2025 12:43, Naresh Kamboju wrote:
On Wed, 3 Dec 2025 at 21:48, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.1.159 release. There are 568 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Build regressions: sparc, allmodconfig, ERROR: modpost: "pm_suspend_target_state" [drivers/ufs/host/ufshcd-pci.ko] undefined!
### sparc build error ERROR: modpost: "pm_suspend_target_state" [drivers/ufs/host/ufshcd-pci.ko] undefined!
### commit pointing to sparc build errors scsi: ufs: ufs-pci: Fix S0ix/S3 for Intel controllers commit bb44826c3bdbf1fa3957008a04908f45e5666463 upstream.
For that issue, cherry-picking the following provides the needed definition:
commit 2e41e3ca4729455e002bcb585f0d3749ee66d572 Author: Kai-Heng Feng kai.heng.feng@canonical.com Date: Tue May 2 17:04:34 2023 +0200
PM: suspend: Fix pm_suspend_target_state handling for !CONFIG_PMMove the pm_suspend_target_state definition for CONFIG_SUSPEND unset from the wakeup code into the headers so as to allow it to still be used elsewhere when CONFIG_SUSPEND is not set. Signed-off-by: Kai-Heng Feng kai.heng.feng@canonical.com [ rjw: Changelog and subject edits ] Signed-off-by: Rafael J. Wysocki rafael.j.wysocki@intel.com
Thanks, will go queue that up now.
greg k-h