Linux kernel -stable discussions
 help / color / mirror / Atom feed
* RE: Patch "cpufreq: dt-platdev: Add JH7110S SOC to the allowlist" has been added to the 6.18-stable tree
       [not found] <20251219123039.977903-1-sashal@kernel.org>
@ 2025-12-22  1:54 ` Hal Feng
  2025-12-29 15:36   ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Hal Feng @ 2025-12-22  1:54 UTC (permalink / raw)
  To: stable@vger.kernel.org, stable-commits@vger.kernel.org
  Cc: Rafael J. Wysocki, Viresh Kumar

> On 19.12.25 20:31, Sasha Levin wrote:
> This is a note to let you know that I've just added the patch titled
> 
>     cpufreq: dt-platdev: Add JH7110S SOC to the allowlist
> 
> to the 6.18-stable tree which can be found at:
>     http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-
> queue.git;a=summary
> 
> The filename of the patch is:
>      cpufreq-dt-platdev-add-jh7110s-soc-to-the-allowlist.patch
> and it can be found in the queue-6.18 subdirectory.
> 
> If you, or anyone else, feels it should not be added to the stable tree, please let
> <stable@vger.kernel.org> know about it.

As series [1] is accepted, this patch will be not needed and will be reverted in the mainline.

[1] https://lore.kernel.org/all/20251212211934.135602-1-e@freeshell.de/

So we should not add it to the stable tree. Thanks.

Best regards,
Hal

> 
> 
> 
> commit f922a9b37397e7db449e3fa61c33c542ad783f87
> Author: Hal Feng <hal.feng@starfivetech.com>
> Date:   Thu Oct 16 16:00:48 2025 +0800
> 
>     cpufreq: dt-platdev: Add JH7110S SOC to the allowlist
> 
>     [ Upstream commit 6e7970cab51d01b8f7c56f120486c571c22e1b80 ]
> 
>     Add the compatible strings for supporting the generic
>     cpufreq driver on the StarFive JH7110S SoC.
> 
>     Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
>     Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
>     Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
>     Signed-off-by: Sasha Levin <sashal@kernel.org>
> 
> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-
> dt-platdev.c
> index cd1816a12bb99..dc11b62399ad5 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -87,6 +87,7 @@ static const struct of_device_id allowlist[] __initconst = {
>  	{ .compatible = "st-ericsson,u9540", },
> 
>  	{ .compatible = "starfive,jh7110", },
> +	{ .compatible = "starfive,jh7110s", },
> 
>  	{ .compatible = "ti,omap2", },
>  	{ .compatible = "ti,omap4", },

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Patch "cpufreq: dt-platdev: Add JH7110S SOC to the allowlist" has been added to the 6.18-stable tree
  2025-12-22  1:54 ` Patch "cpufreq: dt-platdev: Add JH7110S SOC to the allowlist" has been added to the 6.18-stable tree Hal Feng
@ 2025-12-29 15:36   ` Greg KH
  2026-01-04  6:25     ` Hal Feng
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2025-12-29 15:36 UTC (permalink / raw)
  To: Hal Feng
  Cc: stable@vger.kernel.org, stable-commits@vger.kernel.org,
	Rafael J. Wysocki, Viresh Kumar

On Mon, Dec 22, 2025 at 01:54:03AM +0000, Hal Feng wrote:
> > On 19.12.25 20:31, Sasha Levin wrote:
> > This is a note to let you know that I've just added the patch titled
> > 
> >     cpufreq: dt-platdev: Add JH7110S SOC to the allowlist
> > 
> > to the 6.18-stable tree which can be found at:
> >     http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-
> > queue.git;a=summary
> > 
> > The filename of the patch is:
> >      cpufreq-dt-platdev-add-jh7110s-soc-to-the-allowlist.patch
> > and it can be found in the queue-6.18 subdirectory.
> > 
> > If you, or anyone else, feels it should not be added to the stable tree, please let
> > <stable@vger.kernel.org> know about it.
> 
> As series [1] is accepted, this patch will be not needed and will be reverted in the mainline.
> 
> [1] https://lore.kernel.org/all/20251212211934.135602-1-e@freeshell.de/
> 
> So we should not add it to the stable tree. Thanks.

Why can't we take the commit that also landed in mainline for this too?
What is that git id?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Patch "cpufreq: dt-platdev: Add JH7110S SOC to the allowlist" has been added to the 6.18-stable tree
  2025-12-29 15:36   ` Greg KH
@ 2026-01-04  6:25     ` Hal Feng
  2026-01-08  9:20       ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Hal Feng @ 2026-01-04  6:25 UTC (permalink / raw)
  To: Greg KH
  Cc: stable@vger.kernel.org, stable-commits@vger.kernel.org,
	Rafael J. Wysocki, Viresh Kumar

> On 29.12.25 23:36, Greg KH wrote:
> On Mon, Dec 22, 2025 at 01:54:03AM +0000, Hal Feng wrote:
> > > On 19.12.25 20:31, Sasha Levin wrote:
> > > This is a note to let you know that I've just added the patch titled
> > >
> > >     cpufreq: dt-platdev: Add JH7110S SOC to the allowlist
> > >
> > > to the 6.18-stable tree which can be found at:
> > >     http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-
> > > queue.git;a=summary
> > >
> > > The filename of the patch is:
> > >      cpufreq-dt-platdev-add-jh7110s-soc-to-the-allowlist.patch
> > > and it can be found in the queue-6.18 subdirectory.
> > >
> > > If you, or anyone else, feels it should not be added to the stable
> > > tree, please let <stable@vger.kernel.org> know about it.
> >
> > As series [1] is accepted, this patch will be not needed and will be reverted in
> the mainline.
> >
> > [1]
> > https://lore.kernel.org/all/20251212211934.135602-1-e@freeshell.de/
> >
> > So we should not add it to the stable tree. Thanks.
> 
> Why can't we take the commit that also landed in mainline for this too?
> What is that git id?

Those commits are applied to the riscv-dt-for-next branch [1], but not landed in the mainline yet.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/log/?h=riscv-dt-for-next

The commit IDs in riscv-dt-for-next branch are
d2091990c5c1
7c9a5fd6bb19
4297ddbf1d14

Best regards,
Hal

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Patch "cpufreq: dt-platdev: Add JH7110S SOC to the allowlist" has been added to the 6.18-stable tree
  2026-01-04  6:25     ` Hal Feng
@ 2026-01-08  9:20       ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2026-01-08  9:20 UTC (permalink / raw)
  To: Hal Feng
  Cc: stable@vger.kernel.org, stable-commits@vger.kernel.org,
	Rafael J. Wysocki, Viresh Kumar

On Sun, Jan 04, 2026 at 06:25:56AM +0000, Hal Feng wrote:
> > On 29.12.25 23:36, Greg KH wrote:
> > On Mon, Dec 22, 2025 at 01:54:03AM +0000, Hal Feng wrote:
> > > > On 19.12.25 20:31, Sasha Levin wrote:
> > > > This is a note to let you know that I've just added the patch titled
> > > >
> > > >     cpufreq: dt-platdev: Add JH7110S SOC to the allowlist
> > > >
> > > > to the 6.18-stable tree which can be found at:
> > > >     http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-
> > > > queue.git;a=summary
> > > >
> > > > The filename of the patch is:
> > > >      cpufreq-dt-platdev-add-jh7110s-soc-to-the-allowlist.patch
> > > > and it can be found in the queue-6.18 subdirectory.
> > > >
> > > > If you, or anyone else, feels it should not be added to the stable
> > > > tree, please let <stable@vger.kernel.org> know about it.
> > >
> > > As series [1] is accepted, this patch will be not needed and will be reverted in
> > the mainline.
> > >
> > > [1]
> > > https://lore.kernel.org/all/20251212211934.135602-1-e@freeshell.de/
> > >
> > > So we should not add it to the stable tree. Thanks.
> > 
> > Why can't we take the commit that also landed in mainline for this too?
> > What is that git id?
> 
> Those commits are applied to the riscv-dt-for-next branch [1], but not landed in the mainline yet.
> 
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/log/?h=riscv-dt-for-next
> 
> The commit IDs in riscv-dt-for-next branch are
> d2091990c5c1
> 7c9a5fd6bb19
> 4297ddbf1d14

Great, when they hit Linus's tree, please let us know and we can queue
them up then.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-01-08  9:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20251219123039.977903-1-sashal@kernel.org>
2025-12-22  1:54 ` Patch "cpufreq: dt-platdev: Add JH7110S SOC to the allowlist" has been added to the 6.18-stable tree Hal Feng
2025-12-29 15:36   ` Greg KH
2026-01-04  6:25     ` Hal Feng
2026-01-08  9:20       ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox