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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 C56CECD4F43 for ; Fri, 22 Sep 2023 09:44:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C6EFC10E042; Fri, 22 Sep 2023 09:44:25 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id D6B2B10E042 for ; Fri, 22 Sep 2023 09:44:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1695375863; x=1726911863; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version:content-transfer-encoding; bh=XqXG2jgGiK6RcE5JTJCQMqr1wkSsKU5xrFxakZbujqo=; b=YGDfioqbnGrb2uIhpWVfh1ohrYWQ3hExTm86rNqUGm/YsdXNqUeg2T9U A9BwpQJdfsN+6xnChYsCNC0TvF6hZuMuz+dkZBXuDz6mDs0CboqutR+dW gSmtmAsppyE0z8NBKJcNSii84eWKub2Tc18m4cV9UMqhjrHvq85uf2G7j x913rTaNYunoeuNEkefqs+zte1/i2nyVm67npOqQxBmzZmPCOxw/SMc4q VU7cuNMvZBMbVgNvZpOSeVs8QGCnWs6W1Fzw49s+i9fXPmMkECXNVAWNf UbsohN5b5l01As+DpWfzvoTQB20EVw8fCb3mWopLQH1DLinPKVKSv3EZA g==; X-IronPort-AV: E=McAfee;i="6600,9927,10840"; a="447268804" X-IronPort-AV: E=Sophos;i="6.03,167,1694761200"; d="scan'208";a="447268804" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2023 02:44:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10840"; a="782578828" X-IronPort-AV: E=Sophos;i="6.03,167,1694761200"; d="scan'208";a="782578828" Received: from aboreiko-mobl3.ger.corp.intel.com (HELO localhost) ([10.252.50.131]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2023 02:44:18 -0700 From: Jani Nikula To: Chen-Yu Tsai Subject: Re: [PATCH] drm/mediatek/dp: fix memory leak on ->get_edid callback audio detection In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20230914131058.2472260-1-jani.nikula@intel.com> <20230914155317.2511876-1-jani.nikula@intel.com> <87cyyetohx.fsf@intel.com> Date: Fri, 22 Sep 2023 12:44:15 +0300 Message-ID: <87o7huo840.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Chun-Kuang Hu , Guillaume Ranquet , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Markus Schneider-Pargmann , Matthias Brugger , linux-mediatek@lists.infradead.org, dri-devel@lists.freedesktop.org, Dmitry Osipenko , Bo-Chen Chen , linux-arm-kernel@lists.infradead.org, AngeloGioacchino Del Regno Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, 19 Sep 2023, Chen-Yu Tsai wrote: > On Tue, Sep 19, 2023 at 7:02=E2=80=AFPM Jani Nikula wrote: >> >> On Fri, 15 Sep 2023, Chen-Yu Tsai wrote: >> > On Thu, Sep 14, 2023 at 11:53=E2=80=AFPM Jani Nikula wrote: >> >> >> >> The sads returned by drm_edid_to_sad() needs to be freed. >> >> >> >> Fixes: e71a8ebbe086 ("drm/mediatek: dp: Audio support for MT8195") >> >> Cc: Guillaume Ranquet >> >> Cc: Bo-Chen Chen >> >> Cc: AngeloGioacchino Del Regno >> >> Cc: Dmitry Osipenko >> >> Cc: Chun-Kuang Hu >> >> Cc: Philipp Zabel >> >> Cc: Matthias Brugger >> >> Cc: dri-devel@lists.freedesktop.org >> >> Cc: linux-mediatek@lists.infradead.org >> >> Cc: linux-kernel@vger.kernel.org >> >> Cc: linux-arm-kernel@lists.infradead.org >> >> Cc: # v6.1+ >> >> Signed-off-by: Jani Nikula >> > >> > Looks correct to me. >> > >> > Reviewed-by: Chen-Yu Tsai >> >> Thanks for the reviews Chen-Yu and Guillaume. Will you push this to >> drm-misc-next or shall I? > > Patches for the MediaTek drm driver go through their own separate tree, > maintained by CK (Chun-Kuang). Chun-Kuang, can you confirm picking up these two patches, please? MAINTAINERS does not list a separate git repository for MediaTek drm drivers, so I don't know where that would be. It should probably be added to MAINTAINERS. Thanks, Jani. > > ChenYu --=20 Jani Nikula, Intel