From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 71C28C05027 for ; Fri, 3 Feb 2023 18:37:24 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 877211D6; Fri, 3 Feb 2023 19:36:31 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 877211D6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1675449441; bh=ePl6R2Z+U5EHaRXvuobFDAMBenFfo2gdDC6EXMOostQ=; h=Date:From:To:Subject:References:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Cc:From; b=RkHAZ/g4ZPwTODaquC5k+T2SO+8F6hlA8C0C4YZEt6/tgGLGCj2wEr37Q1T31gG8v aG+Jy6U6YhXcNhksgVXPXzQOGJMacbRGQV6wgciMxRYc0wMrvgalJXHh+F/cIKU8UY eRHuYBujADKLS1YNSWmmg3BGRE+yg7dzmpnIsDMM= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 3532AF800E3; Fri, 3 Feb 2023 19:36:31 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 215FDF80169; Fri, 3 Feb 2023 19:36:30 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 57780F80022 for ; Fri, 3 Feb 2023 19:36:26 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 57780F80022 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=ieOio1op Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9BB7161F51; Fri, 3 Feb 2023 18:36:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4562CC433EF; Fri, 3 Feb 2023 18:36:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675449384; bh=ePl6R2Z+U5EHaRXvuobFDAMBenFfo2gdDC6EXMOostQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ieOio1op3VDdUsLP8MuNow5b11ORT9/xaHY6V2pBjy6+ROxIUaws1B70echyk+Btw aT/D6Aa3RfvxIAyq8/Uu/5STfZc98vNfGwImVYLalD5I3/+qmfCAUAFczkl54hilVZ uPY/fiVu1Nl5wuU0vKXNAEahixuv1Iy5Sy4F2kAweiTeVQoLS9qwWEMrbxurmByl52 cQ3gabMg2Q0umYDZqGAm9NmbwIXkWub8MlhTAP2TBug1ReW6tq0FXt42uKwBjA3aE1 VKwI8DIregMT0a6OWVghtr0B6ylUDpiTGlpEIeEEQGMn9LqnbAnfwWllKg6UqEcV80 vDG9GI8F/nxCQ== Date: Fri, 3 Feb 2023 18:36:18 +0000 From: Mark Brown To: Kees Cook Subject: Re: [PATCH][next] ASoC: uapi: Replace zero-length arrays with __DECLARE_FLEX_ARRAY() helper Message-ID: References: <652684af-bd10-99da-1ed8-104407493428@embeddedor.com> <63dd3676.170a0220.1f1b2.3244@mx.google.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Ujqo4SKGI187lzYk" Content-Disposition: inline In-Reply-To: <63dd3676.170a0220.1f1b2.3244@mx.google.com> X-Cookie: No animals were injured. X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alsa-devel@alsa-project.org, "Gustavo A. R. Silva" , "Gustavo A. R. Silva" , linux-kernel@vger.kernel.org, Takashi Iwai , linux-hardening@vger.kernel.org Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" --Ujqo4SKGI187lzYk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Feb 03, 2023 at 04:29:41PM +0000, Kees Cook wrote: > On Fri, Feb 03, 2023 at 01:45:02PM +0000, Mark Brown wrote: > > Sure, feel free to send an update... > Is this accurate? > diff --git a/MAINTAINERS b/MAINTAINERS > index 7f86d02cb427..e21a3412a546 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -19564,6 +19564,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/ Might be missing stuff but those are both good additions. Looks like the SOF directory also wants adding to the SOF section in MAINTAINERS. --Ujqo4SKGI187lzYk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmPdVCEACgkQJNaLcl1U h9DNJAf/bOYTwqW5lCeVbfFOqegYJX6nmDSYygowWljR5/yeojsBy3C913YfFDa6 5nkc+BgEfXYvBqtbSZkFbdc3KAiPOqnJAS26hlMXEWTlBdXVemgtMTNcMQWD7Fd8 dUe55m51zv5vky5OWQlNyROBKL5a3IQbhmg33QYidg+1KPJlCyk7ETZmRUt5AI99 W9ZM9JHoZDRAoWRF0dXHez76XFHJ2qjpEZpaOHy0BbjO2ppI4+v7/H2ysESBDMLD Q2y8ExyBAQMUl2TNvmPGMASMvfWK2cf9EZLT2q5QCDEML9mtAAY8AWuVy1xLfyad swhz49NJ4271bdmiCnsLenkwEcwzEQ== =cmyM -----END PGP SIGNATURE----- --Ujqo4SKGI187lzYk--