mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Adrian Hunter <adrian.hunter@intel.com>
Cc: Naresh Kamboju <naresh.kamboju@linaro.org>,
	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
	kai.heng.feng@canonical.com, stable@vger.kernel.org,
	patches@lists.linux.dev, linux-kernel@vger.kernel.org,
	torvalds@linux-foundation.org, akpm@linux-foundation.org,
	linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org,
	lkft-triage@lists.linaro.org, pavel@denx.de,
	jonathanh@nvidia.com, f.fainelli@gmail.com,
	sudipm.mukherjee@gmail.com, rwarsow@gmx.de, conor@kernel.org,
	hargar@microsoft.com, broonie@kernel.org, achill@achill.org,
	sr@sladewatkins.com, Svyatoslav Ryhel <clamor95@gmail.com>,
	Mikko Perttunen <mperttunen@nvidia.com>,
	Thierry Reding <treding@nvidia.com>,
	Arnd Bergmann <arnd@arndb.de>,
	Dan Carpenter <dan.carpenter@linaro.org>,
	Anders Roxell <anders.roxell@linaro.org>,
	Ben Copeland <benjamin.copeland@linaro.org>,
	sparclinux@vger.kernel.org
Subject: Re: [PATCH 6.1 000/568] 6.1.159-rc1 review
Date: Thu, 4 Dec 2025 17:22:20 +0100	[thread overview]
Message-ID: <2025120406-unenvied-postbox-99e1@gregkh> (raw)
In-Reply-To: <6f16db6d-0c42-4115-bede-ab398c819742@intel.com>

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_PM
>     
>     Move 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

  reply	other threads:[~2025-12-04 16:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-03 15:20 Greg Kroah-Hartman
2025-12-03 16:52 ` Pavel Machek
2025-12-03 18:01 ` Florian Fainelli
2025-12-03 23:10 ` Hardik Garg
2025-12-03 23:55 ` Shuah Khan
2025-12-04  5:59 ` Peter Schneider
2025-12-04 10:43 ` Naresh Kamboju
2025-12-04 13:54   ` Adrian Hunter
2025-12-04 16:22     ` Greg Kroah-Hartman [this message]
2025-12-04 16:24   ` Greg Kroah-Hartman
2025-12-04 12:06 ` Mark Brown
2025-12-04 13:51   ` Ron Economos
2025-12-04 16:28     ` Greg Kroah-Hartman
2025-12-04 14:28   ` Naresh Kamboju

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2025120406-unenvied-postbox-99e1@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=achill@achill.org \
    --cc=adrian.hunter@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=anders.roxell@linaro.org \
    --cc=arnd@arndb.de \
    --cc=benjamin.copeland@linaro.org \
    --cc=broonie@kernel.org \
    --cc=clamor95@gmail.com \
    --cc=conor@kernel.org \
    --cc=dan.carpenter@linaro.org \
    --cc=f.fainelli@gmail.com \
    --cc=hargar@microsoft.com \
    --cc=jonathanh@nvidia.com \
    --cc=kai.heng.feng@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=mperttunen@nvidia.com \
    --cc=naresh.kamboju@linaro.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --cc=rafael.j.wysocki@intel.com \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=sparclinux@vger.kernel.org \
    --cc=sr@sladewatkins.com \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.org \
    --cc=treding@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®