All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Include additional ASoC paths
@ 2023-10-04 19:34 Kees Cook
  2023-10-04 19:40 ` Mark Brown
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kees Cook @ 2023-10-04 19:34 UTC (permalink / raw)
  To: Mark Brown; +Cc: Kees Cook, linux-kernel, linux-hardening

Make sure a few other paths are correctly sent to the ASoC maintainers.

Link: https://lore.kernel.org/lkml/63dd3676.170a0220.1f1b2.3244@mx.google.com/
Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5f18ed0fbd42..585a13b9b52a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20116,6 +20116,8 @@ F:	Documentation/devicetree/bindings/sound/
 F:	Documentation/sound/soc/
 F:	include/dt-bindings/sound/
 F:	include/sound/soc*
+F:	include/sound/sof/
+F:	include/uapi/sound/asoc.h
 F:	sound/soc/
 
 SOUND - SOUND OPEN FIRMWARE (SOF) DRIVERS
-- 
2.34.1


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

* Re: [PATCH] MAINTAINERS: Include additional ASoC paths
  2023-10-04 19:34 [PATCH] MAINTAINERS: Include additional ASoC paths Kees Cook
@ 2023-10-04 19:40 ` Mark Brown
  2023-10-04 19:41   ` Kees Cook
  2023-10-04 19:45 ` Gustavo A. R. Silva
  2023-10-06 14:25 ` Mark Brown
  2 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2023-10-04 19:40 UTC (permalink / raw)
  To: Kees Cook; +Cc: linux-kernel, linux-hardening

[-- Attachment #1: Type: text/plain, Size: 369 bytes --]

On Wed, Oct 04, 2023 at 12:34:45PM -0700, Kees Cook wrote:

> +++ b/MAINTAINERS
> @@ -20116,6 +20116,8 @@ F:	Documentation/devicetree/bindings/sound/
>  F:	Documentation/sound/soc/
>  F:	include/dt-bindings/sound/
>  F:	include/sound/soc*
> +F:	include/sound/sof/
> +F:	include/uapi/sound/asoc.h
>  F:	sound/soc/

The SOF header is also missing from the entry for SOF.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] MAINTAINERS: Include additional ASoC paths
  2023-10-04 19:40 ` Mark Brown
@ 2023-10-04 19:41   ` Kees Cook
  2023-10-04 20:01     ` Mark Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Kees Cook @ 2023-10-04 19:41 UTC (permalink / raw)
  To: Mark Brown, Kees Cook; +Cc: linux-kernel, linux-hardening

On October 4, 2023 12:40:00 PM PDT, Mark Brown <broonie@kernel.org> wrote:
>On Wed, Oct 04, 2023 at 12:34:45PM -0700, Kees Cook wrote:
>
>> +++ b/MAINTAINERS
>> @@ -20116,6 +20116,8 @@ F:	Documentation/devicetree/bindings/sound/
>>  F:	Documentation/sound/soc/
>>  F:	include/dt-bindings/sound/
>>  F:	include/sound/soc*
>> +F:	include/sound/sof/
>> +F:	include/uapi/sound/asoc.h
>>  F:	sound/soc/
>
>The SOF header is also missing from the entry for SOF.

Ah, right! Can you take this and tweak it with the missing entries, or should I send a v2?

-Kees


-- 
Kees Cook

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

* Re: [PATCH] MAINTAINERS: Include additional ASoC paths
  2023-10-04 19:34 [PATCH] MAINTAINERS: Include additional ASoC paths Kees Cook
  2023-10-04 19:40 ` Mark Brown
@ 2023-10-04 19:45 ` Gustavo A. R. Silva
  2023-10-06 14:25 ` Mark Brown
  2 siblings, 0 replies; 6+ messages in thread
From: Gustavo A. R. Silva @ 2023-10-04 19:45 UTC (permalink / raw)
  To: Kees Cook, Mark Brown; +Cc: linux-kernel, linux-hardening



On 10/4/23 21:34, Kees Cook wrote:
> Make sure a few other paths are correctly sent to the ASoC maintainers.
> 
> Link: https://lore.kernel.org/lkml/63dd3676.170a0220.1f1b2.3244@mx.google.com/
> Cc: Mark Brown <broonie@kernel.org>
> Signed-off-by: Kees Cook <keescook@chromium.org>

Acked-by: Gustavo A. R. Silva <gustavoars@kernel.org>

Thanks!
--
Gustavo

> ---
>   MAINTAINERS | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5f18ed0fbd42..585a13b9b52a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20116,6 +20116,8 @@ F:	Documentation/devicetree/bindings/sound/
>   F:	Documentation/sound/soc/
>   F:	include/dt-bindings/sound/
>   F:	include/sound/soc*
> +F:	include/sound/sof/
> +F:	include/uapi/sound/asoc.h
>   F:	sound/soc/
>   
>   SOUND - SOUND OPEN FIRMWARE (SOF) DRIVERS

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

* Re: [PATCH] MAINTAINERS: Include additional ASoC paths
  2023-10-04 19:41   ` Kees Cook
@ 2023-10-04 20:01     ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2023-10-04 20:01 UTC (permalink / raw)
  To: Kees Cook; +Cc: Kees Cook, linux-kernel, linux-hardening

[-- Attachment #1: Type: text/plain, Size: 287 bytes --]

On Wed, Oct 04, 2023 at 12:41:14PM -0700, Kees Cook wrote:

> >The SOF header is also missing from the entry for SOF.

> Ah, right! Can you take this and tweak it with the missing entries, or should I send a v2?

Could you send an incremental patch please?  It's already in my CI as
is.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] MAINTAINERS: Include additional ASoC paths
  2023-10-04 19:34 [PATCH] MAINTAINERS: Include additional ASoC paths Kees Cook
  2023-10-04 19:40 ` Mark Brown
  2023-10-04 19:45 ` Gustavo A. R. Silva
@ 2023-10-06 14:25 ` Mark Brown
  2 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2023-10-06 14:25 UTC (permalink / raw)
  To: Kees Cook; +Cc: linux-kernel, linux-hardening

On Wed, 04 Oct 2023 12:34:45 -0700, Kees Cook wrote:
> Make sure a few other paths are correctly sent to the ASoC maintainers.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] MAINTAINERS: Include additional ASoC paths
      commit: 2175362f594bc8d3764c8108b1a0b88d0a56610a

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


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

end of thread, other threads:[~2023-10-06 14:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-04 19:34 [PATCH] MAINTAINERS: Include additional ASoC paths Kees Cook
2023-10-04 19:40 ` Mark Brown
2023-10-04 19:41   ` Kees Cook
2023-10-04 20:01     ` Mark Brown
2023-10-04 19:45 ` Gustavo A. R. Silva
2023-10-06 14:25 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.