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 E88E8C433F5 for ; Wed, 16 Mar 2022 10:40:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355178AbiCPKlj (ORCPT ); Wed, 16 Mar 2022 06:41:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244662AbiCPKlh (ORCPT ); Wed, 16 Mar 2022 06:41:37 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C416850050 for ; Wed, 16 Mar 2022 03:40:23 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id B255E1F4440A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1647427222; bh=6HfrXX6kj8MJICTuM+ecnk15KUT574Z69o6G90jNQS8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=IB8kfAy1h7y3n32fNOTs9ePoDLrvI3c5Hf412n+cTcSTTassKABkYo97j2exYIvji x7ANB9jdE6pPVFVQ4dvsyyuEQ3IIIeBIYfAqhhZMJLxDDFMQAeZRepNJmEDzfA8DN0 d3kbzLQimiZjwhPZaU3vWxJslT5lw6bDu+I54oiEu03PkDdHZHFutjd3eF10Nu/423 Xv+5iofl+b+Zpir7bzh+/Ma6wRQa9/O/nAnYkEaOznIOo+WhzvLIfya+NfroIJ0yjk wC6dq+VgYiOHu0PFXjRGPKaeedJj3JCkcGe/ONx5hkAd8d7TDAryVuj7sVrYZaZoaf 15yHMQP3b6+8A== Message-ID: Date: Wed, 16 Mar 2022 11:40:18 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Subject: Re: [PATCH 1/2] drm: mediatek: mtk_drm_plane: Use kmalloc in mtk_plane_duplicate_state Content-Language: en-US To: Chun-Kuang Hu Cc: Philipp Zabel , David Airlie , Daniel Vetter , Matthias Brugger , DRI Development , "moderated list:ARM/Mediatek SoC support" , Linux ARM , linux-kernel , Collabora Kernel ML References: <20220118133759.112458-1-angelogioacchino.delregno@collabora.com> From: AngeloGioacchino Del Regno In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 25/01/22 17:36, Chun-Kuang Hu ha scritto: > Hi, AngeloGioacchino: > > AngeloGioacchino Del Regno 於 > 2022年1月18日 週二 下午9:38寫道: >> >> There is no need to zero out the newly allocated memory because we are >> duplicating all members of struct mtk_plane_state: switch to kmalloc >> to save some overhead. > > Reviewed-by: Chun-Kuang Hu > >> >> Signed-off-by: AngeloGioacchino Del Regno >> --- >> drivers/gpu/drm/mediatek/mtk_drm_plane.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> Hello, this series was sent and reviewed two months ago, but it hasn't been picked in any maintainer tree. This is a friendly ping to not let these two patches to be lost and forgotten. Cheers, Angelo