public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* Please apply to v6.14.x commit 6eab70345799 ("ASoC: soc-core: Stop using of_property_read_bool() for non-boolean properties")
@ 2025-05-05 11:48 LEROY Christophe
  2025-05-05 13:10 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: LEROY Christophe @ 2025-05-05 11:48 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-stable, Sasha Levin
  Cc: linux-sound@vger.kernel.org, Mark Brown

Hi,

Could you please apply commit 6eab70345799 ("ASoC: soc-core: Stop using 
of_property_read_bool() for non-boolean properties") to v6.14.x in order 
to silence warnings introduced in v6.14 by commit c141ecc3cecd ("of: 
Warn when of_property_read_bool() is used on non-boolean properties")

Thanks
Christophe

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

* Re: Please apply to v6.14.x commit 6eab70345799 ("ASoC: soc-core: Stop using of_property_read_bool() for non-boolean properties")
  2025-05-05 11:48 Please apply to v6.14.x commit 6eab70345799 ("ASoC: soc-core: Stop using of_property_read_bool() for non-boolean properties") LEROY Christophe
@ 2025-05-05 13:10 ` Greg Kroah-Hartman
  2025-05-05 13:26   ` LEROY Christophe
  2025-05-05 13:27   ` Christophe Leroy
  0 siblings, 2 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2025-05-05 13:10 UTC (permalink / raw)
  To: LEROY Christophe
  Cc: linux-stable, Sasha Levin, linux-sound@vger.kernel.org,
	Mark Brown

On Mon, May 05, 2025 at 11:48:45AM +0000, LEROY Christophe wrote:
> Hi,
> 
> Could you please apply commit 6eab70345799 ("ASoC: soc-core: Stop using 
> of_property_read_bool() for non-boolean properties") to v6.14.x in order 
> to silence warnings introduced in v6.14 by commit c141ecc3cecd ("of: 
> Warn when of_property_read_bool() is used on non-boolean properties")

What about 6.12.y and 6.6.y as well?  It's in the following released
kernels:
	6.6.84 6.12.20 6.13.8 6.14

thanks,

greg k-h

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

* Re: Please apply to v6.14.x commit 6eab70345799 ("ASoC: soc-core: Stop using of_property_read_bool() for non-boolean properties")
  2025-05-05 13:10 ` Greg Kroah-Hartman
@ 2025-05-05 13:26   ` LEROY Christophe
  2025-05-05 13:27   ` Christophe Leroy
  1 sibling, 0 replies; 5+ messages in thread
From: LEROY Christophe @ 2025-05-05 13:26 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-stable, Sasha Levin, linux-sound@vger.kernel.org,
	Mark Brown



Le 05/05/2025 à 15:10, Greg Kroah-Hartman a écrit :
> On Mon, May 05, 2025 at 11:48:45AM +0000, LEROY Christophe wrote:
>> Hi,
>>
>> Could you please apply commit 6eab70345799 ("ASoC: soc-core: Stop using
>> of_property_read_bool() for non-boolean properties") to v6.14.x in order
>> to silence warnings introduced in v6.14 by commit c141ecc3cecd ("of:
>> Warn when of_property_read_bool() is used on non-boolean properties")
> 
> What about 6.12.y and 6.6.y as well?  It's in the following released
> kernels:
> 	6.6.84 6.12.20 6.13.8 6.14
> 

Ah ! it has been applied to stable versions allthough it doesn't carry a 
Fixes: tag.

So yes the 'fix' to ASoC should then be applied as well to stable 
versions to avoid the warning.

Note that it doesn't cherry-pick cleanly to 6.6.84, you'll first need 
commit 69dd15a8ef0a ("ASoC: Use of_property_read_bool()")

Christophe

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

* Re: Please apply to v6.14.x commit 6eab70345799 ("ASoC: soc-core: Stop using of_property_read_bool() for non-boolean properties")
  2025-05-05 13:10 ` Greg Kroah-Hartman
  2025-05-05 13:26   ` LEROY Christophe
@ 2025-05-05 13:27   ` Christophe Leroy
  2025-05-05 14:23     ` Greg Kroah-Hartman
  1 sibling, 1 reply; 5+ messages in thread
From: Christophe Leroy @ 2025-05-05 13:27 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-stable, Sasha Levin, linux-sound@vger.kernel.org,
	Mark Brown



Le 05/05/2025 à 15:10, Greg Kroah-Hartman a écrit :
> On Mon, May 05, 2025 at 11:48:45AM +0000, LEROY Christophe wrote:
>> Hi,
>>
>> Could you please apply commit 6eab70345799 ("ASoC: soc-core: Stop using
>> of_property_read_bool() for non-boolean properties") to v6.14.x in order
>> to silence warnings introduced in v6.14 by commit c141ecc3cecd ("of:
>> Warn when of_property_read_bool() is used on non-boolean properties")
> 
> What about 6.12.y and 6.6.y as well?  It's in the following released
> kernels:
> 	6.6.84 6.12.20 6.13.8 6.14
> 

Ah ! it has been applied to stable versions allthough it doesn't carry a 
Fixes: tag.

So yes the 'fix' to ASoC should then be applied as well to stable 
versions to avoid the warning.

Note that it doesn't cherry-pick cleanly to 6.6.84, you'll first need 
commit 69dd15a8ef0a ("ASoC: Use of_property_read_bool()")

Christophe

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

* Re: Please apply to v6.14.x commit 6eab70345799 ("ASoC: soc-core: Stop using of_property_read_bool() for non-boolean properties")
  2025-05-05 13:27   ` Christophe Leroy
@ 2025-05-05 14:23     ` Greg Kroah-Hartman
  0 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2025-05-05 14:23 UTC (permalink / raw)
  To: Christophe Leroy
  Cc: linux-stable, Sasha Levin, linux-sound@vger.kernel.org,
	Mark Brown

On Mon, May 05, 2025 at 03:27:18PM +0200, Christophe Leroy wrote:
> 
> 
> Le 05/05/2025 à 15:10, Greg Kroah-Hartman a écrit :
> > On Mon, May 05, 2025 at 11:48:45AM +0000, LEROY Christophe wrote:
> > > Hi,
> > > 
> > > Could you please apply commit 6eab70345799 ("ASoC: soc-core: Stop using
> > > of_property_read_bool() for non-boolean properties") to v6.14.x in order
> > > to silence warnings introduced in v6.14 by commit c141ecc3cecd ("of:
> > > Warn when of_property_read_bool() is used on non-boolean properties")
> > 
> > What about 6.12.y and 6.6.y as well?  It's in the following released
> > kernels:
> > 	6.6.84 6.12.20 6.13.8 6.14
> > 
> 
> Ah ! it has been applied to stable versions allthough it doesn't carry a
> Fixes: tag.
> 
> So yes the 'fix' to ASoC should then be applied as well to stable versions
> to avoid the warning.
> 
> Note that it doesn't cherry-pick cleanly to 6.6.84, you'll first need commit
> 69dd15a8ef0a ("ASoC: Use of_property_read_bool()")


Now queued up, thanks!

greg k-h

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

end of thread, other threads:[~2025-05-05 14:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-05 11:48 Please apply to v6.14.x commit 6eab70345799 ("ASoC: soc-core: Stop using of_property_read_bool() for non-boolean properties") LEROY Christophe
2025-05-05 13:10 ` Greg Kroah-Hartman
2025-05-05 13:26   ` LEROY Christophe
2025-05-05 13:27   ` Christophe Leroy
2025-05-05 14:23     ` Greg Kroah-Hartman

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