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 748DFC61DA4 for ; Fri, 3 Feb 2023 12:58:48 +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 1FA44823; Fri, 3 Feb 2023 13:57:55 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 1FA44823 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1675429125; bh=TFT27g4uUovHfdLLc/fE2de259zF/2hjH/jrxNsASh4=; h=Date:From:To:Subject:References:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Cc:From; b=vGVgteR5QaU/cAVjmNR7wWRHGvZ5busDzvfKJNWKLn+44maeTjW1fu6r3nLd+yW2J axybGrI+Z97C01Iyz9wq4LIt0R06x3b833zFTYS4rJ5zKWy5gk061CvwKkfAnAHjUZ f3wib5+gkz+8SS+JQAbUmTeNdLt5YgETPvqAqcwo= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id B73C0F80254; Fri, 3 Feb 2023 13:57:54 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 5EA43F8032B; Fri, 3 Feb 2023 13:57:53 +0100 (CET) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 7026CF80169 for ; Fri, 3 Feb 2023 13:57:49 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 7026CF80169 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=l7n1kCcC 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 ams.source.kernel.org (Postfix) with ESMTPS id AB088B82ABD; Fri, 3 Feb 2023 12:57:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BCAA0C433EF; Fri, 3 Feb 2023 12:57:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675429067; bh=TFT27g4uUovHfdLLc/fE2de259zF/2hjH/jrxNsASh4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=l7n1kCcCE0g8fnnF/7altmTxLvsfpZdVlcH6JUki0a+oAMeUzxGeO7CMem8UnLMAv VUTAB6b0vPEhLLY7YnNqJIgfmWcbzlBbzmtH+Fir/49U7qW5QdSL3aksksgfZmvY95 n2SZG9z/z1s66RA/46ENd0dEccDzEa+tpBq/fjr5GGIL42mUkk7AkGaekNi7Pi8zvG PKOoT+ic7oNtsHHhZFX7dut1NmN3CZn2Gcu2VDNrqi4hHq30VpE24StsRjHI0KTnDy HUsnziH+HW0/RsbIq9F/rNRAajWo/sWYrRpXPX9nY3roqncXwWdblsQc7Y2YVl32Be Ye/20J95z9CzA== Date: Fri, 3 Feb 2023 12:57:42 +0000 From: Mark Brown To: "Gustavo A. R. Silva" Subject: Re: [PATCH][next] ASoC: uapi: Replace zero-length arrays with __DECLARE_FLEX_ARRAY() helper Message-ID: References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LzWOopG7OcqvuDO3" Content-Disposition: inline In-Reply-To: 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" , linux-kernel@vger.kernel.org, Takashi Iwai , linux-hardening@vger.kernel.org Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" --LzWOopG7OcqvuDO3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Feb 02, 2023 at 03:18:47PM -0600, Gustavo A. R. Silva wrote: > On 2/2/23 15:09, Mark Brown wrote: > > On Thu, Feb 02, 2023 at 02:34:17PM -0600, Gustavo A. R. Silva wrote: > > As documented in submitting-patches.rst please send patches to the > > maintainers for the code you would like to change. The normal kernel > > workflow is that people apply patches from their inboxes, if they aren't > > copied they are likely to not see the patch at all and it is much more > > difficult to apply patches. > Yep; that's exactly what I did. :) > scripts/get_maintainer.pl --nokeywords --nogit --nogit-fallback include/uapi/sound/asoc.h > Jaroslav Kysela (maintainer:SOUND) > Takashi Iwai (maintainer:SOUND) > alsa-devel@alsa-project.org (moderated list:SOUND) > linux-kernel@vger.kernel.org (open list) > If you're one the maintainers of that file, you're clearly not listed as such. You did manage to figure out that it's an ASoC patch given the subject line... --LzWOopG7OcqvuDO3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmPdBMUACgkQJNaLcl1U h9DUtwf+MQ11j1ZhC+ukf+NA3tKIF8+Mg8xQTip4y9Z0n90Aa+SZb+mqKU4jmld7 KGs2YuwFZkj/1KpGbEcPNpXrDZZHyn31nid9VBOeL9TLXAKy2ily/XcFSwTzLcIi NeAhYE3obD+obUIXLtGb2y8Wl1NV6doBnYti+wBAM/eStv7kT9BaNG6UW958a0IJ eT4vWektrJaL9tfrHhZhL2VQssV5NlExtQbOMXga3bJMaM3F6MdPQPhczHbGGgjI +QPp99QqerAz0/D+89Ru83ddvPS6cCXjtvmNfgRhT2XixIJ9nG6OScgM+7rrfCZQ BlubX3vJ+U/lp4qy+D+bEByCFwS3MA== =KTFL -----END PGP SIGNATURE----- --LzWOopG7OcqvuDO3--