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 C2333C04A95 for ; Wed, 28 Sep 2022 12:24:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233352AbiI1MYm (ORCPT ); Wed, 28 Sep 2022 08:24:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54650 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229486AbiI1MYi (ORCPT ); Wed, 28 Sep 2022 08:24:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF8FD1117C; Wed, 28 Sep 2022 05:24:36 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8B00D61D15; Wed, 28 Sep 2022 12:24:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3412C433C1; Wed, 28 Sep 2022 12:24:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664367876; bh=dBwYyIOq7xKF2yq5mWzeWyI6QLDHI+INr6nNI1xPzAo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VpuW2ZIyPzbpYaGo3QDSDvBrtWqXtDUC+j3uR7J3Bojq4/w5XMcNNuN1MTSMm3AH1 M2soWfAHndJq5YYyEMVkglILBCy85fKd4Vx9y27d5Vyn1ux+VVMARTqmWpJOwxvpk/ kr/XrqEokc8BN4DvN/MWjY/22JOzvDwwuxsdc2zG2URG8BAZqAUsKk39G0enec/fS4 yl2hygFdXnojRHQiXobCPhN7bRw9QNyH5lIo3ce7pnw+xCYp6sOOWl4ax3V5F5fT5w 1aNnSi49wg8Wt3RUx4GL2iK5R5+zaryKXyjRN+f2UNvpsELPgLjLmDDxc806OLwZhh XHlVMPz+GExoA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1odW7E-0001cB-VT; Wed, 28 Sep 2022 14:24:41 +0200 Date: Wed, 28 Sep 2022 14:24:40 +0200 From: Johan Hovold To: Abhinav Kumar Cc: Johan Hovold , Douglas Anderson , Dmitry Baryshkov , Rob Clark , Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Daniel Vetter , Sean Paul , Stephen Boyd , Bjorn Andersson , Manivannan Sadhasivam , Kuogee Hsieh , Steev Klimaszewski , dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org, freedreno@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 09/10] drm/msm/dp: drop modeset sanity checks Message-ID: References: <20220913085320.8577-1-johan+linaro@kernel.org> <20220913085320.8577-10-johan+linaro@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 27, 2022 at 11:42:53AM -0700, Abhinav Kumar wrote: > On 9/27/2022 12:14 AM, Johan Hovold wrote: > > On Mon, Sep 26, 2022 at 11:17:20AM -0700, Abhinav Kumar wrote: > >> On 9/13/2022 1:53 AM, Johan Hovold wrote: > >>> Drop the overly defensive modeset sanity checks of function parameters > >>> which have already been checked or used by the callers. > >>> > >>> Reviewed-by: Dmitry Baryshkov > >>> Signed-off-by: Johan Hovold > >> > >> The change LGTM, hence > >> > >> Reviewed-by: Abhinav Kumar > >> > >> I think we can use below fixes tag so that we can pick up this entire > >> series for the fixes cycle. > >> > >> Fixes: c943b4948b58 ("drm/msm/dp: add displayPort driver support") > > > > Perhaps that's a requirement for drm, but I wouldn't add a Fixes tag for > > this otherwise as it's not a bug. > > > > You also have to watch out for Sasha and his autosel scripts which will > > probably try to backport this to stable if it finds a Fixes tag. > Discussed with Rob on IRC, we will apply everything except the last two > patches of this series in the -fixes and take these two for the next > kernel rev push. So the fixes go in 6.0 and the two follow-on cleanups in 6.1? Or did you mean 6.1 and 6.2? Johan