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 C65D2328604 for ; Mon, 17 Nov 2025 10:33:46 +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=1763375626; cv=none; b=PiLok/4X0eHrIVS3q8sJJjlarTXKojEhQW2v9l1Sw1QUCqjCZdd6ZrdD265CmRdXCAyXerzvNMi6djry50HfN2cVACSfNcyfSuVeZBG6OdfnRt0x8Z3UJcD14inFmikLirFFylJSO6Z4UEA5Qd6WbMwKgDgW9gOLVbLbSOtug5c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763375626; c=relaxed/simple; bh=ghcnRQ+nhX7xv2Ba3ggi4m9wIFMl1M+hkyAbVP+4LTM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=dR8ZLDCI+pDfkFx9fHaiZeM7R+9tk2m+5M8QU0j7okoPDEP5iwNlEFyawaNUe4TUInYLX4AB7HXx/816AzLdav5fXaEvk5xMWKp0jv1JHkltcWnTobpP01iAN4cAC0waQ9OOaus708/QuGanQZkynZbZRyiSYbHbT221BkRpaz0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Zhxi6nr+; 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="Zhxi6nr+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52231C4CEF1; Mon, 17 Nov 2025 10:33:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763375626; bh=ghcnRQ+nhX7xv2Ba3ggi4m9wIFMl1M+hkyAbVP+4LTM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Zhxi6nr+jtFF9MxK+qlBz/BSYhzAFGFiT8cO/moudHfhdW742v5PHmOhqpsA2Yr1G VL8h941jkiApYZWngPIAiuYK3jkm/craj9Iy3D2fJc3Xl0YbtNcqdWeDVEESGTKqd1 U2XcIPMt+WuFdnbo/Ra2TdDWLslJe4UwCsNReMMpiGMvFiN6lrGaoVQbgHp9C0JFBb PkJp9JcR1a/DtJHrZnRS5Rc+oUlF+YPi/zDnOrfQBxvjpPSx4fCfq+07TmOU56NOxY 2lw5J+s9I/+NodTxe7Lb9EouI5n5U4RmxpdrlO/eCeydhkIwD2DSu/HW05jtbRJe6y 3RfTI5LdJGirA== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1vKwYI-0000000072Q-3Gub; Mon, 17 Nov 2025 11:33:43 +0100 Date: Mon, 17 Nov 2025 11:33:42 +0100 From: Johan Hovold To: Chun-Kuang Hu , Philipp Zabel Cc: David Airlie , Simona Vetter , Matthias Brugger , AngeloGioacchino Del Regno , dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/5] drm/mediatek: fix probe resource leaks Message-ID: References: <20250923152340.18234-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: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Hi Chun-Kuang and Philipp, On Mon, Oct 27, 2025 at 02:34:58PM +0100, Johan Hovold wrote: > On Tue, Sep 23, 2025 at 05:23:35PM +0200, Johan Hovold wrote: > > This series fixes various probe resource leaks in the mediatek drm > > drivers that were found through inspection. > > Can these be picked up (for 6.19) as well? It's been another three weeks and we're at rc6 so sending another reminder. Can these please be picked up for 6.19? Johan