From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f49.google.com (mail-ed1-f49.google.com [209.85.208.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D583F33F6 for ; Fri, 24 Mar 2023 10:38:41 +0000 (UTC) Received: by mail-ed1-f49.google.com with SMTP id o12so6027951edb.9 for ; Fri, 24 Mar 2023 03:38:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679654320; h=user-agent:in-reply-to:content-disposition:mime-version:references :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=ECT1/Ru7wV82ugDePS3u/IWmW8AXpzFH/azNcPIPIVk=; b=RzqE2AQnZGhHDLwMMdp+78VXQ2QgjyazQbEtVsMB/DIoReiiYrQY3DOmbRPwLmjXbV xX/Ar0CnzH3u/UsvfhAykXjF7Tq9BdN02wmcNErfPEIhtHe2M6jnS0R7eTahexUCwJAm bnKrketFKxMGlsHyuT/qM3OUKv+D40LHlJr/VoF+jecJ54YcrE5tyCF13AzKfDRSiTSG wKnwP/IxIH+cqvesf+mrMlai9NHeTQgOw/Mq+/3HcbPRbbYqLixKTvWI8385JuDCCQwj CqcMc72Qa4zRqMTNwuii+ZCbZtqKJTWwiFeWdXrHyF/LBOrEIf5354vGUkj7bzrBvtWK AaOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679654320; h=user-agent:in-reply-to:content-disposition:mime-version:references :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ECT1/Ru7wV82ugDePS3u/IWmW8AXpzFH/azNcPIPIVk=; b=t36wiUJGj11P/btI484SJIiyElQvV96sRlQOMGRNa/EZLFKkEFllaOAdTcQlKQzSX/ q2GaAwl/EXKTRTzJqweJfbt1SRFG+72TZh2x06GiIiJRdM/ENIEauurlm9oQEmjyURXf drpGTfX49ex+2KH+WQFIHx0/vZhDq5vEJo43Yhq6KRurbPEBVnd08jTSwCydd1g7iaMj d9zZQHpmxjY92XDb0FRBAtcs0e129/GdobJG3tcba+x+3SmhCRLEEoEjPt2KCmieu9WV d8gyTAX5QuMGfwqI0LFn1no9WyoOkHIhjiY25XHZAB1DpUZm+G0W3CO7vTvDs9wI1ykI Fa1A== X-Gm-Message-State: AAQBX9dPEGtKoFVHoS9+oc77Qcr04Pjby454tTV0xH5gC41RK22cnSDv rE43LDWC/pf33l+x6iNsyDs= X-Google-Smtp-Source: AKy350YhoHLiRBo1ctGglttUmGpas7AzWt+igKKTxGZtmvo09PoGpabh9E5mLh3z1b3hamSWfM7xYA== X-Received: by 2002:a17:906:b24e:b0:930:21a:c80 with SMTP id ce14-20020a170906b24e00b00930021a0c80mr2089595ejb.47.1679654319862; Fri, 24 Mar 2023 03:38:39 -0700 (PDT) Received: from orome (p200300e41f1c0800f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f1c:800:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id g26-20020a1709064e5a00b00930525d89e2sm9972454ejw.89.2023.03.24.03.38.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Mar 2023 03:38:39 -0700 (PDT) Date: Fri, 24 Mar 2023 11:38:37 +0100 From: Thierry Reding To: Daniel Vetter Cc: Jon Hunter , Nathan Chancellor , David Airlie , Arnd Bergmann , Nick Desaulniers , Tom Rix , Mikko Perttunen , Christophe JAILLET , Robin Murphy , dri-devel@lists.freedesktop.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, llvm@lists.linux.dev Subject: Re: [PATCH] gpu: host1x: fix uninitialized variable use Message-ID: References: <20230127221418.2522612-1-arnd@kernel.org> <20230308165644.GA1181835@dev-arch.thelio-3990X> <67f9fe7f-392a-9acd-1a4d-0a43da634367@nvidia.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="kg2CDr5zPYYVxPyh" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.2.9 (2022-11-12) --kg2CDr5zPYYVxPyh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 24, 2023 at 10:59:23AM +0100, Daniel Vetter wrote: > On Fri, 24 Mar 2023 at 10:46, Daniel Vetter wrote: > > > > On Wed, Mar 08, 2023 at 05:28:06PM +0000, Jon Hunter wrote: > > > > > > > > > On 08/03/2023 16:56, Nathan Chancellor wrote: > > > > Ping? This warning is now in 6.3-rc1. > > > > > > Thierry is away at the moment. > > > > > > David, Daniel, do you want to pick this up directly in the meantime a= s a fix > > > for 6.3? Mikko has already reviewed and FWIW ... > > > > Generally first fallback should be drm-misc maintainers (or anyone else > > with commit rights), but since this fell through cracks for weeks it se= ems > > I'll pick it up to drm-fixes now directly. >=20 > Ok I think I found out why this fell through cracks, MAINTAINERS isn't > updated that host1x&tegra is maintained in drm-misc. >=20 > John, since Thierry is out, can you pls create the MAINTAINERS patch to > - point at drm-misc git repo everywhere needed > - add any missing host1x paths to the drm-misc entry so that > get_maintainers.pl adds the right people for this patch (currently it > doesn't) >=20 > Also should we have at least a 2nd person for tegra stuff (or well > maybe nvidia stuff in general) for drm-misc? Currently it's just > Thierry, and I don't think that's enough. Whomever gets volunteered > please follow >=20 > https://drm.pages.freedesktop.org/maintainer-tools/commit-access.html#drm= -misc We never actually moved host1x and Tegra DRM to drm-misc completely. There's still a separate tree that feeds into linux-next. This made sense a while ago because there was a lot going on, but development speed has decreased recently, so we may want to fix that. The big benefit is that drm-misc is better oiled than drm-tegra, so getting things merged would be easier for everyone. I'm all in favor of adding a second Tegra person to take pick up the slack when necessary. Thierry --kg2CDr5zPYYVxPyh Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEiOrDCAFJzPfAjcif3SOs138+s6EFAmQdfasACgkQ3SOs138+ s6GJTg//d12Nx4SOSj062aViq5Ogt408l+g2R+09DBr0O/NW9IoUKKRq7fCrhw9P JLcHXdUYAgr9WylfV2Y/KVkd2zIVOUzmwqtM5S3knJ2WYZfLV9X4R9H2dOqN4YrL uVxLeQtZB6NRAZMZeg0YnPuS25Lx7gYbK7GqViItayAlhqx0lbpYM3LrjSeC5cwP W2scYiTrwByz5w6VFizFUztlZON8DrAEJ9+PcLWDjVzJwTl6cfvRRimkj9A380XK R6YVZpNGLy7Jlb8i/UayquMrl9YzJh6oewgDLnM/ckx/Pq0KWs5RH/wKRTS+9tX6 y9FFrf3WIc0oz/mK7A7T9hW6Vno7Ys1N+RYxCENLdruWODQfjAeB23C+k7O8dckX yVJmhRSqBRBfnnsMursu9le1/m2ahXjTuch6rNlBWdXgiWlgsOtXqCCwo039C/al DrLJ6FtY2qftqjOFZUFvdArFPIER9Qrki1UFyBEOVnKdw7RFvs8iht1nXi7Blqny R20SUVz+U8ptBV0JvxPa/IjuRw8G+pE0pUHv73FmArI+oVO+uSilaLqVZLYSKZqo 02sod/iBFkbic92VT8zItvb3N4fvYE+jVyHAPG+YuaqXfRdYFZTcm1mcETw5omll i5PFlRnImLAvtl6Uz3MEgYCs/4jvWUnxKlA+8KV/JtcM7XfrgwA= =zSBl -----END PGP SIGNATURE----- --kg2CDr5zPYYVxPyh--