From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D750035B13C; Tue, 28 Oct 2025 08:21:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761639681; cv=none; b=QvWM0ZhVvyojznYMB8CXsZY5ujYaRLbMDJ61JmrTSEBmnFafrJfmMAVZ/3V+R+v+PGBJSYhE2c9S4hArZaagHULT2qyEwAHxUYK7b4JBhEq3HKDq0M7QB+7wbduyEFeRZe/JxO+3QDRjgdLUeIXUy6H1pjU/b1fZFIzGAI9RtKw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761639681; c=relaxed/simple; bh=xq6vPTE5D8vp9z0Ik6OcuXF3IvLLXrGywxNTTZownOA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Ox4GqjF4KFATAp040/IcnJcxB8zQ/pfSSSlcEf1D2IvALy0Z2gj3f6nbzhZEipXR0MHpPyJ4DclYztUDHqQYLpVI1dqgyQodAxlRWy3pCmLyszjZXsNDUMyPjVx3daJ/ICRHYolHmMsYjjGl/Dvlo3R1id9J4S4l+JVjny1QiFo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Zm3Ko8xU; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Zm3Ko8xU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 53C53C4CEE7; Tue, 28 Oct 2025 08:21:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1761639681; bh=xq6vPTE5D8vp9z0Ik6OcuXF3IvLLXrGywxNTTZownOA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Zm3Ko8xUw6mz5bmJKElBxZZnc515gBzgYlexGEXTV7+8ewILjEH/LGcGkouyx29SR wgIfheQtmzQZPBzeMQA2eWORMrkBs9m0HrYfCROHmTyILF1+bbZoHEIZXVoy5PXZX5 ncD4rqLHmbW7bpY/lDmLZu5yXkcabWXCoUoxX8oGHzp3GxsJZfV6gj51xGK17R6186 8gcSsdp1Nqf1mrclcD63+PtKgC0q19fR4qYh455JA+OkFPZBqkvBuyA59a6lS+gwlh hKsn1BnpMBoBUoQIGX/w9AduHALhdmjlzaQFG+GiazcDX90tjtSiPXq0arK56IDgg7 v61HDSTvPTwCQ== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1vDexI-000000007wt-2LbI; Tue, 28 Oct 2025 09:21:24 +0100 Date: Tue, 28 Oct 2025 09:21:24 +0100 From: Johan Hovold To: Nicolas Dufresne Cc: Minghsiu Tsai , Houlong Wei , Andrew-CT Chen , Tiffany Lin , Yunfei Dong , Mauro Carvalho Chehab , Matthias Brugger , AngeloGioacchino Del Regno , Hans Verkuil , linux-media@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] media: mediatek: fix VPU device leaks on probe Message-ID: References: <20250924133552.28841-1-johan@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Ha2fucMgPiStiQXJ" Content-Disposition: inline In-Reply-To: --Ha2fucMgPiStiQXJ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 27, 2025 at 07:29:39PM +0000, Nicolas Dufresne wrote: > Le lundi 27 octobre 2025 =C3=A0 14:37 +0100, Johan Hovold a =C3=A9crit=C2= =A0: > > On Wed, Sep 24, 2025 at 03:35:49PM +0200, Johan Hovold wrote: > > > This series fixes VPU device leaks during probe of the mdp and two co= dec > > > drivers. > > >=20 > > > Included is also a minor documentation update to make it clear that t= he > > > VPU lookup helper returns the device with an incremented refcount. > >=20 > > Can these be picked up for 6.19? >=20 > They are picked already, please check in the tree, >=20 > https://gitlab.freedesktop.org/linux-media/media-committers/-/commits/next I can't seem to find them in that branch either, and they are not in linux-next.=20 (I seem to have trimmed my original message too much so that the patch summaries were not included in my reminder. Perhaps you are thinking of the related mtk-mdp3 fix?) But I do see an incomplete attempt at a fix of the reference leak in that branch by someone else in commit cdd0f118ef87 ("media: mediatek: vcodec: Fix a reference leak in mtk_vcodec_fw_vpu_init()") Can that commit be dropped in favour of this series or shall I rebase on top of it? Johan --Ha2fucMgPiStiQXJ Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQQHbPq+cpGvN/peuzMLxc3C7H1lCAUCaQB8/wAKCRALxc3C7H1l COHPAP4o5c3CdMjYcKPhRiv7y0Mt/SbQoTayD4O2ysNuNFLRCAEA3yz1kO0nlCQA 6lld/IVLC+92XTeC/aq295ogntl20g8= =y1OE -----END PGP SIGNATURE----- --Ha2fucMgPiStiQXJ--