Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1045612ybt; Sun, 14 Jun 2020 08:32:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzZhuH6rdJsKqAzpLmMGVGKC3oTZzv/fSu9xcS+VIVfmMxZ5XjBDdvZTHK750k/SYDj+VtS X-Received: by 2002:a17:906:e0cb:: with SMTP id gl11mr18597896ejb.173.1592148761702; Sun, 14 Jun 2020 08:32:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592148761; cv=none; d=google.com; s=arc-20160816; b=A+uJnjT00Jf/UH4MWhOUJiTG5PSam8Bo9pQcqQxMRfVjtge3ozyUaHigNGAR8jTNgb ZY955SIwKK1NKa2SCP9mWZBMley/6mu1feGlt1Yb1WZoY4tuYIQ50i5ANxVVAdL4oiW3 vFMtD17shuNkx3ajG8442w4L8ek7pap1B5POtqOgEDlJdgLPfNQ4IRvxam/wQb4hsIEp +Ec+9CCegnql2wKOmzNYp7DrYIfMjw5ts7cQ5BJJD0XKvmUeEqD4h71TbckK0CFRXZnT EVebAjFkYA20ItndypFa0EvSjVcHAO0hWYQ2isUpR0IvNDcPKfmhtNDmU7O2xaeTx0gC 3PCw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature; bh=wZAq4WfoehuNS0DfsKJm4GEUGLaC9zSOdPciMhdPwu4=; b=sHOB2YdmPSgxC1d+5jO3hjMCoWfmdJeOnmKvzChUlJEpgh7ab9X9+rbx37hJ3z2TEp 8SJh4H4b+Lo25hXmu9cjZPBJNd1fJx5IM6tvlcFVgMzazkK5snFeax7TexN5s956w+LG Y5ZVCI/tcIK7ixzM93j7cHKQIducSCDBYljLdH6xpWg2kO7IeMGFXYHc5cs8OhzzQhlb i1iXfn6aRcthtVv4coqjW/u7iU8bv1xGiRbhvMoiFyu2HK6bNx9qXjeeO7NwL2tNR6IN ouv8cgtHFOwJqmrNzH/eooAAvpfv6jK/X6hbIDw22cN7vZvMuhfmQqzoggt+trEhIyzM JGAw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=0ZLC6P+8; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b6si7100916edy.452.2020.06.14.08.32.17; Sun, 14 Jun 2020 08:32:41 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=0ZLC6P+8; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726999AbgFNPaV (ORCPT + 99 others); Sun, 14 Jun 2020 11:30:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:53168 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725815AbgFNPaV (ORCPT ); Sun, 14 Jun 2020 11:30:21 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 51FCD206D7; Sun, 14 Jun 2020 15:30:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592148620; bh=BhI3AzDTgZ6FuNM+0FU5AEqv+pod8JXJS5xxEKM5s0k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0ZLC6P+8vdV2mT8RnZ1waZEHQi7p3rZjFmTjjczHyidzQxwQhDSDvXUZIwEs8cies 1nBh89VCer1IwuIEsF33W10t0cmpL51kDkLacrMTN8rwmis4TTys6eA0JxKBzlDBYg IuOFLujmbr0PfLATpdPPyVO1N7Gf4BF6rZ7LrrMY= Date: Sun, 14 Jun 2020 17:30:18 +0200 From: Greg KH To: Markus Elfring Cc: Navid Emamdoost , netdev@vger.kernel.org, Navid Emamdoost , Kangjie Lu , Stephen McCamant , Qiushi Wu , "David S. Miller" , Fugang Duan , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net: fec: fix ref count leaking when pm_runtime_get_sync fails Message-ID: <20200614153018.GA2663587@kroah.com> References: <38dcaa5d-98ad-e1df-6e83-2e6dd677a483@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <38dcaa5d-98ad-e1df-6e83-2e6dd677a483@web.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 14, 2020 at 10:25:38AM +0200, Markus Elfring wrote: > > in fec_enet_mdio_read, … > > I am curious under which circumstances you would like to improve > such commit messages. > > * Will the tag “Fixes” become helpful? > > * Which source code analysis tools did trigger to send > update suggestions according to 16 similar issues for today? > Hi, This is the semi-friendly patch-bot of Greg Kroah-Hartman. Markus, you seem to have sent a nonsensical or otherwise pointless review comment to a patch submission on a Linux kernel developer mailing list. I strongly suggest that you not do this anymore. Please do not bother developers who are actively working to produce patches and features with comments that, in the end, are a waste of time. Patch submitter, please ignore Markus's suggestion; you do not need to follow it at all. The person/bot/AI that sent it is being ignored by almost all Linux kernel maintainers for having a persistent pattern of behavior of producing distracting and pointless commentary, and inability to adapt to feedback. Please feel free to also ignore emails from them. thanks, greg k-h's patch email bot