Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2669553pxb; Tue, 23 Feb 2021 12:30:09 -0800 (PST) X-Google-Smtp-Source: ABdhPJxh0TQIBP5Zv2W+O9VYkQ8jBJGiNzHbc6daD5o55rUdRqOEUMNWM7SUJZyfa9jyvYctDxDl X-Received: by 2002:a17:906:3e42:: with SMTP id t2mr25255179eji.554.1614112209752; Tue, 23 Feb 2021 12:30:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1614112209; cv=none; d=google.com; s=arc-20160816; b=OF6Xzgs3dFOJ0+qqGQKBYt0G3QeH/vlUSUu0Hj0i44ejQZMoBpO1bicA6jEIWu2G9i LVzOJNGEXJ4vRQrji3rkhgDBVCFxYqLIFh8EIw6StVE3CPnN0nfPnBCQZ+UvJM/ss+V1 WTRKBRb7ak2H/o57ayVJ9EL9cx6w5rWrIGWGDzH2bmHYOL17guc7eALxRc7RX6AIgDnE 0i/XyOWKuL7okoRH4pA84IX3+/uk2F64+akmu/UcxdYDTHeZEXv32unJ97m9Kobv+OU7 omI0UULGcg/dS/sWLf0kHl27GD6Zfe+uNQ+0dTwVOjyEXg9m7anR7Piorc3HOxOrGd6y 1t4Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=/EXi8DLSofmM1aMZRgufFJb9Zyy2oYBH05kwJlNVC48=; b=N4Guu/Xn2t50LFmN1hHdaLiOIphgEBEfIlVmv7dST82CWX2tfIxdPD7VQA4SypbF9z 5LUPXzqbrrnGWJfjwaoteiZ7G4kutVHCo2A/Az6I4inneUS9BHMP9YANOEZ+x5qN+33C b+YSR13pCERnQcqZxoce9dd3wmQSod8kSYeQ/5d2aTtvqQyDnBozKjs7EvqC4mfV0/5F 1u/58+pB9Xi5efLCNLAfWvS6KpZEaKtBTsfwngAOZ7qd/OkKFTtTTlDe6spMe87Ut7uh dbCiiShHryRo1V6v53If3YfwrJNrq2ju5P1iMKY6RsdziPO2e7mpX8m5SgO40V79Klh6 C/ew== ARC-Authentication-Results: i=1; mx.google.com; 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 m9si15307803edj.103.2021.02.23.12.29.41; Tue, 23 Feb 2021 12:30:09 -0800 (PST) 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; 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 S233443AbhBWRBr (ORCPT + 99 others); Tue, 23 Feb 2021 12:01:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:43566 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233690AbhBWRBL (ORCPT ); Tue, 23 Feb 2021 12:01:11 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (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 1770260295; Tue, 23 Feb 2021 17:00:30 +0000 (UTC) Date: Tue, 23 Feb 2021 12:00:28 -0500 From: Steven Rostedt To: Jens Axboe Cc: Greg Kroah-Hartman , mingo@redhat.com, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] blktrace: remove debugfs file dentries from struct blk_trace Message-ID: <20210223120028.36e2f438@gandalf.local.home> In-Reply-To: References: <20210216155247.1015870-1-gregkh@linuxfoundation.org> <20210222180255.1b117616@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 23 Feb 2021 09:54:22 -0700 Jens Axboe wrote: > On 2/22/21 4:02 PM, Steven Rostedt wrote: > > > > Jens, > > > > I guess this goes through your tree. > > > > I'm pinging you in case you did what I did, and confused this patch as one > > of Greg's stable patches (which I almost archived as such)! > > > > No, this is an actual update from Greg, not a patch that was backported. > > I did! Greg really needs an alter-ego for these kinds of patches. > Or perhaps Greg needs to use "[UPSTREAM PATCH]" in his subjects for patches he writes for upstream, to differentiate them from stable patches. -- Steve