Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp4284964ybg; Mon, 8 Jun 2020 04:05:53 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwgjmgaxGyrERAB/ewMtdh87NNmInyohg4Z55x4wGtOCt87bCYnZyz6D8qbJ8XFpTEXLtl+ X-Received: by 2002:a17:906:670d:: with SMTP id a13mr20806641ejp.290.1591614353376; Mon, 08 Jun 2020 04:05:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591614353; cv=none; d=google.com; s=arc-20160816; b=KhAz6I7PBtT4q+bf8UiEVL7E3vN4/LjX1wbEgjto0SO9qCtLpjuSXrzZcNX/JCaKor 307lZzPfkNQjRlT+MOx99y2teB0ZX8nEVepcCW/zRY54sGgRtoFmVEXwiUCEyhMKcY+A lg0VfCZe00H+w0FOH3hGMG4yT5wmkHKZ7fIhllKd4ZgA4nrvU9ZIMvWIkkQ0IcGy8b7T BzBm5N2kNyRsG6opgD6jtwa2kKo1n/jneOHYnln/gg2ScPDHZL4kmcZOmXfL2hnDakbf fjg4yayZ+hSOgcnEUMnexFNBWp5vagS8XqBSWddZrrppOLy66fZxwUEUVcDq+iS+uVg1 EcAw== 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-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=S0QkWWmp+R+5QPmmezB0GhWrtB3MVksDpDKKjb9QyDI=; b=bhrF9nT8xxfV6nraAwhtTEdZnEYylu6wBaxFkWsZZUEwifrvH/7aLfA+Dm0++5AJcu KwtzWFXNxPYpFkvhPjFqn1NUjd7UwPnEv/ZveV1PZ/kpRKycHHG1cr1weVxYeBBNkRJ+ XOKMtYtbkqBQ8TyinpSRBU4bUm/b5uM93orY7HWjpW9iya/AfkXEQjwyYwskgJrZL4ap QZtsGagYWbweltI2TRZ5ay1A1rUbpntEEpPwGB13QPjKTnKiKgROm9jOBtZKhTcCESM7 fFtu6Vc6hHspXEVGPLKuzaSd3AW4RTpaqAEYwmgz0iI2PUzxxpO2a9SsimANXnup4DWG d+rQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="1erz/OST"; 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 f9si8648176ejt.236.2020.06.08.04.05.30; Mon, 08 Jun 2020 04:05:53 -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="1erz/OST"; 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 S1729534AbgFHLBi (ORCPT + 99 others); Mon, 8 Jun 2020 07:01:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:53700 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729398AbgFHLBi (ORCPT ); Mon, 8 Jun 2020 07:01:38 -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 7EF082076A; Mon, 8 Jun 2020 11:01:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591614098; bh=x49fyr0xuV1XEupCgRZKXrj5qYCz0FvfqLfcYZx0Mwc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1erz/OSTvA+nNa+hbzuS12qIiYPDOK/A7oX19gP0yaHEuSzY4YNDA58qfi9cxY67L td1KwKMqD9dQCq0hqorYhfjSgvoqswcApfuvbhjXIKA+Zb3ywA6XYtLAfup/xd+D+C 6w5WDm1Z8sOlFpFuTSXxBN1R/eR8qj8131HhLEGc= Date: Mon, 8 Jun 2020 13:01:32 +0200 From: Greg Kroah-Hartman To: Markus Elfring , Qiang Zhang Cc: linux-usb@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Alan Stern , Felipe Balbi , Kyungtae Kim Subject: Re: usb: gadget: function: printer: Fix use-after-free in __lock_acquire() Message-ID: <20200608110132.GA296162@kroah.com> References: <5207d179-0a7d-b5ff-af34-102fb21028b5@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 08, 2020 at 12:55:13PM +0200, Markus Elfring wrote: > > I don't need to add Fix tag to view the code. > > I have got understanding difficulties for this kind of feedback. > How much do you care for corresponding patch review concerns? > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?id=af7b4801030c07637840191c69eb666917e4135d#n183 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 needed 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