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 1558EC77B73 for ; Thu, 27 Apr 2023 15:11:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244119AbjD0PLO (ORCPT ); Thu, 27 Apr 2023 11:11:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42904 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243558AbjD0PLK (ORCPT ); Thu, 27 Apr 2023 11:11:10 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BAD9C2726 for ; Thu, 27 Apr 2023 08:11:09 -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 53B1763BED for ; Thu, 27 Apr 2023 15:11:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B0364C433D2 for ; Thu, 27 Apr 2023 15:11:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1682608268; bh=l6laNL5+185Lj5BlHWSsODPn1E0DbC9F8Y6d9W1UyDo=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=c7NNP4wfVjJFXqpVRwA0XeibAdJY77QyeZGs8xSxQzCBbSJHlzrR+NrSxlg4Ky9uX RvMD+KeIWgrALoNz9mkmozZMW5cRhiCa/Uja3HxUgPEUcIcoSIjk08zrv9hIm4CUn2 eL+GD2PWs3zIin4Z/O4jEaSu8NuoNBYTdDGPMbDFEm0mx0CnmMOKWx/OrNbpMFTit1 R3WdRWcaC6sVxRu5Noi3C+QtoG1PEOo2ak3kzHXxcR7ETm9OX7VIQziQ/ZxztxI5N2 PD722DVNMAaiTZ/XfCQNRJ/pFrIaUNYWj/Epnvh2KfbmkU6S6ANH6BYCm+Cq810y5s jgYBSRmn6Ttkg== Received: by mail-pg1-f171.google.com with SMTP id 41be03b00d2f7-5208be24dcbso6469834a12.1 for ; Thu, 27 Apr 2023 08:11:08 -0700 (PDT) X-Gm-Message-State: AC+VfDylU6ErWgrqJNZVRUSsQyNC1A1U7jZjt92jKS0rzipgpnOWcMBQ Gy0SmAjSl6ivOa9AmhcfsVqSAMi3BQOhLcb+So8AVg== X-Google-Smtp-Source: ACHHUZ5NxyJDUO4FTy/bs7agRCtWpiWaSIyWZoCCTaOxbDS+Kd/2JIfrEGWJsq3KErFabBaP4K4k3JalnBiKfr02Gio= X-Received: by 2002:a17:90a:f481:b0:23d:bbcb:c97f with SMTP id bx1-20020a17090af48100b0023dbbcbc97fmr2267524pjb.1.1682608268270; Thu, 27 Apr 2023 08:11:08 -0700 (PDT) MIME-Version: 1.0 References: <40c60719-4bfe-b1a4-ead7-724b84637f55@web.de> <1a11455f-ab57-dce0-1677-6beb8492a257@web.de> <14636275-4d26-d639-5f6e-293fc6d1c4c6@web.de> <6f758653-36c9-91a2-7bbc-278ae3f8ccee@web.de> In-Reply-To: <6f758653-36c9-91a2-7bbc-278ae3f8ccee@web.de> From: Robert Foss Date: Thu, 27 Apr 2023 17:10:57 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: drm/bridge: it6505: Move a variable assignment behind a null pointer check in receive_timing_debugfs_show() To: Markus Elfring Cc: kernel-janitors@vger.kernel.org, dri-devel@lists.freedesktop.org, Allen Chen , Andrzej Hajda , AngeloGioacchino Del Regno , Daniel Vetter , David Airlie , Hermes Wu , Hsin-yi Wang , Jernej Skrabec , Jonas Karlman , Laurent Pinchart , Neil Armstrong , LKML , cocci@inria.fr 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, Apr 25, 2023 at 4:16=E2=80=AFPM Markus Elfring wrote: > > > This patch seems to be a part of a series without being marked as such, > > The mentioned patch affects only a single function implementation. > > > > this causes issues when importing this patch with maintainer tools > > like b4 which automatically pull in the entire series and not > > just the specific patch. > > It is a pity that there are special technical difficulties. > > > > Either label the patch as being part of a series ( [PATCH 1/XX] ), > > Further software modules were similarly affected. > > See also: > Reconsidering pointer dereferences before null pointer checks (with SmPL) > https://lore.kernel.org/cocci/1a11455f-ab57-dce0-1677-6beb8492a257@web.de= / > https://sympa.inria.fr/sympa/arc/cocci/2023-04/msg00021.html > > > > or submit it separately. > > I thought that I did that (in principle). You can have a look at LKML for the email message-id to see the whole thread of patches. https://lore.kernel.org/all/14636275-4d26-d639-5f6e-293fc6d1c4c6@web.de/#r Or https://lore.kernel.org/all/$MSG_ID Fix the email Sign-off email !=3D Sender email issue, resubmit and I'll be able to apply this. 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 24AEDC77B61 for ; Thu, 27 Apr 2023 15:11:15 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 58E7B10E183; Thu, 27 Apr 2023 15:11:14 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3D80110E2B5 for ; Thu, 27 Apr 2023 15:11:12 +0000 (UTC) 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 DBE9E63CD2 for ; Thu, 27 Apr 2023 15:11:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BF4CFC433AA for ; Thu, 27 Apr 2023 15:11:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1682608268; bh=l6laNL5+185Lj5BlHWSsODPn1E0DbC9F8Y6d9W1UyDo=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=c7NNP4wfVjJFXqpVRwA0XeibAdJY77QyeZGs8xSxQzCBbSJHlzrR+NrSxlg4Ky9uX RvMD+KeIWgrALoNz9mkmozZMW5cRhiCa/Uja3HxUgPEUcIcoSIjk08zrv9hIm4CUn2 eL+GD2PWs3zIin4Z/O4jEaSu8NuoNBYTdDGPMbDFEm0mx0CnmMOKWx/OrNbpMFTit1 R3WdRWcaC6sVxRu5Noi3C+QtoG1PEOo2ak3kzHXxcR7ETm9OX7VIQziQ/ZxztxI5N2 PD722DVNMAaiTZ/XfCQNRJ/pFrIaUNYWj/Epnvh2KfbmkU6S6ANH6BYCm+Cq810y5s jgYBSRmn6Ttkg== Received: by mail-pg1-f176.google.com with SMTP id 41be03b00d2f7-5208be24dcbso6469838a12.1 for ; Thu, 27 Apr 2023 08:11:08 -0700 (PDT) X-Gm-Message-State: AC+VfDw2NKR4siq9X5jcsB2hR7p5xjLYrXC3QImAC7XXyDBabu28eQQ9 KiywUHQ1CS+itiAjPfVNe1WkJbP0TRBG4tdV2q+7pg== X-Google-Smtp-Source: ACHHUZ5NxyJDUO4FTy/bs7agRCtWpiWaSIyWZoCCTaOxbDS+Kd/2JIfrEGWJsq3KErFabBaP4K4k3JalnBiKfr02Gio= X-Received: by 2002:a17:90a:f481:b0:23d:bbcb:c97f with SMTP id bx1-20020a17090af48100b0023dbbcbc97fmr2267524pjb.1.1682608268270; Thu, 27 Apr 2023 08:11:08 -0700 (PDT) MIME-Version: 1.0 References: <40c60719-4bfe-b1a4-ead7-724b84637f55@web.de> <1a11455f-ab57-dce0-1677-6beb8492a257@web.de> <14636275-4d26-d639-5f6e-293fc6d1c4c6@web.de> <6f758653-36c9-91a2-7bbc-278ae3f8ccee@web.de> In-Reply-To: <6f758653-36c9-91a2-7bbc-278ae3f8ccee@web.de> From: Robert Foss Date: Thu, 27 Apr 2023 17:10:57 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: drm/bridge: it6505: Move a variable assignment behind a null pointer check in receive_timing_debugfs_show() To: Markus Elfring 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: Neil Armstrong , Laurent Pinchart , Andrzej Hajda , Jonas Karlman , Allen Chen , kernel-janitors@vger.kernel.org, LKML , dri-devel@lists.freedesktop.org, Hermes Wu , Jernej Skrabec , Hsin-yi Wang , cocci@inria.fr, AngeloGioacchino Del Regno Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, Apr 25, 2023 at 4:16=E2=80=AFPM Markus Elfring wrote: > > > This patch seems to be a part of a series without being marked as such, > > The mentioned patch affects only a single function implementation. > > > > this causes issues when importing this patch with maintainer tools > > like b4 which automatically pull in the entire series and not > > just the specific patch. > > It is a pity that there are special technical difficulties. > > > > Either label the patch as being part of a series ( [PATCH 1/XX] ), > > Further software modules were similarly affected. > > See also: > Reconsidering pointer dereferences before null pointer checks (with SmPL) > https://lore.kernel.org/cocci/1a11455f-ab57-dce0-1677-6beb8492a257@web.de= / > https://sympa.inria.fr/sympa/arc/cocci/2023-04/msg00021.html > > > > or submit it separately. > > I thought that I did that (in principle). You can have a look at LKML for the email message-id to see the whole thread of patches. https://lore.kernel.org/all/14636275-4d26-d639-5f6e-293fc6d1c4c6@web.de/#r Or https://lore.kernel.org/all/$MSG_ID Fix the email Sign-off email !=3D Sender email issue, resubmit and I'll be able to apply this.