Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp1974079ybg; Fri, 5 Jun 2020 02:17:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxxI2OY9UE2hXONar/Q/1jRp+SMxcj+0uMRNAMiTro39fcyvdlEaqCfw30BraWtK/+pwLDL X-Received: by 2002:a17:906:b2c1:: with SMTP id cf1mr8260591ejb.135.1591348628018; Fri, 05 Jun 2020 02:17:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591348628; cv=none; d=google.com; s=arc-20160816; b=VARGTYMz6e3AsmRx5dHg1LZLsZDa9VBXBTiCKIDfpBJTH1OLxn0L0GGpk8Trf6Mtsl itkLLpIpXKnj/G56aScCxD/LKXFOQkboXak6DcTRphE5oTQCa7uX8b1IR+plGjYfcSfO v8RlSUDNHu6GDwTI18lvuiKcsUwhaqmTGw75onU6KOhmHDWucmLDJTSGhEyFLEsn5IjM ohiQcAjGV3M1ZDU+R4FqdtaLmzUuHON395PHKMKJmlS76Y3MtC8UeRHMiMawnF+yHF9w ysjBbPp3ktPQ/WuTPfdEvh0IAaYFD6+kqbV9UCZ9n5vWrBR4a+KjGcovhStNZtSPUY/x Kc9g== 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=/K+1q7kFqSsCekbz0e6uRqW+0mmtwkZXO+cHw2Q6uFE=; b=el6M6Fl+l5l1JQMg4pqeESgW69BCI1BXQCyFPo/aAu/wOZq4I7/xZ0Dhh2/X2P5623 vuVS1/Zqxl2lXUdebMQoC/tsijL/Odgb44zGFkp8WKdnuOC49GIgQ3tidTcurEPP3vYt EJr9OiZTTkOBCTKULZuBJ53yGMptF5a2tnZzVaQLMIg1V4rfobBi6+y8uEmSJoMZpftM 29b/T2I1e8WKXNDjDvabCrdS0Uor8Xe3JzXHNsIjxAnu3dXBWeZW9cB0kuvK0FGoQgKl +Qlthxb/dgnrcgT6uehYgkj/sECjYzfq9WvI4JJGljKATmDEP6lJxTVwIG0DKPQ/8+rt Ey5A== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=ox4AV7UJ; 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 m17si3222283eds.189.2020.06.05.02.16.44; Fri, 05 Jun 2020 02:17:08 -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=ox4AV7UJ; 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 S1726255AbgFEJOv (ORCPT + 99 others); Fri, 5 Jun 2020 05:14:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:47518 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726144AbgFEJOv (ORCPT ); Fri, 5 Jun 2020 05:14:51 -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 994992075B; Fri, 5 Jun 2020 09:14:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591348491; bh=9/irAEKgQLs2mjoPzBDlR/SIym+QZ+oBpLry4Oo6pGQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ox4AV7UJIG9KUSCxbj1RnfI1D5s0XTCQdvXVsAyHvTef3UJU16+9C64UXo4nLHpkV GcQ9/o3UST4kOY22mcOpaeNRQ3OOpZh53kbX9tHnqogCNarYXCeUKpnv6ARKbNXErm 4y2F2bBIoXtWr/Wu8aEI/rIB58ioQcu1bPL00RlY= Date: Fri, 5 Jun 2020 11:14:49 +0200 From: Greg Kroah-Hartman To: Markus Elfring , Zhang Qiang Cc: linux-usb@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Alan Stern , Felipe Balbi , Kyungtae Kim Subject: Re: [PATCH] usb: gadget: function: printer: Fix use-after-free in __lock_acquire() Message-ID: <20200605091449.GA2321638@kroah.com> References: <5207d179-0a7d-b5ff-af34-102fb21028b5@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5207d179-0a7d-b5ff-af34-102fb21028b5@web.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 05, 2020 at 10:57:55AM +0200, Markus Elfring wrote: > > Fix this by increase object reference count. > > I find this description incomplete according to the proposed changes. > > Would you like to add the tag “Fixes” to the commit message? Hi, This is the semi-friendly patch-bot of Greg Kroah-Hartman. 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 this suggestion, it is not needed to be followed at all, as the person/bot/AI that sent it is on almost all Linux kernel maintainer's blacklists and is ignored by them. Please feel free to also do the same. thanks, greg k-h's patch email bot