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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3623CD4F47 for ; Fri, 22 Sep 2023 09:44:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231571AbjIVJo6 (ORCPT ); Fri, 22 Sep 2023 05:44:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232849AbjIVJof (ORCPT ); Fri, 22 Sep 2023 05:44:35 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD4AAE57; Fri, 22 Sep 2023 02:44:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1695375862; x=1726911862; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version:content-transfer-encoding; bh=XqXG2jgGiK6RcE5JTJCQMqr1wkSsKU5xrFxakZbujqo=; b=fb3dYfKzzVhgWX/qNtOCr+Rl4aO2zyU2I+H7xCOyHqyJqMlLBgkSU2VU F76aMZ7f6RJ3Zfj+il6OZBKWN8Jk/ELr2a5Zhxi+kpd+0vgV0g58FBlg5 fhPmtoyZTsFSBPz19BCW8VAfzSWP4a5rJ7MCaHTVBCS3fpFqJ9LYgifWB B1RERTHD6e+OeDhTctRrLAfPHGbXJnlj+fxrDKF7EqtSwvalIIEIrEeZJ yb5g2/2XRBSHjqXSUQwEkY//qcqZyY7kXrUNq/97i8aNEVnLqcr9ogxt8 ricwqXiO0EJ20PHSchVFwoh6rXw8q/4IrKX3z3d+HqaCJzWdVnAPs9SBD w==; X-IronPort-AV: E=McAfee;i="6600,9927,10840"; a="447268802" X-IronPort-AV: E=Sophos;i="6.03,167,1694761200"; d="scan'208";a="447268802" 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 Cc: dri-devel@lists.freedesktop.org, Chun-Kuang Hu , Guillaume Ranquet , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Markus Schneider-Pargmann , Bo-Chen Chen , linux-mediatek@lists.infradead.org, Dmitry Osipenko , Matthias Brugger , linux-arm-kernel@lists.infradead.org, AngeloGioacchino Del Regno 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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