Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp73553ybv; Wed, 12 Feb 2020 19:29:51 -0800 (PST) X-Google-Smtp-Source: APXvYqwKzSEzn2U0Voak3W40MuGUEcOqu2r3/QlPmhF7BSBHaY3zTZBjHLsDw1AdISe5hkz/oJxS X-Received: by 2002:aca:c551:: with SMTP id v78mr1563437oif.161.1581564591360; Wed, 12 Feb 2020 19:29:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581564591; cv=none; d=google.com; s=arc-20160816; b=AJ+UwF7glA2XnQ2L4IayX44cW6b54obVUGKkthWS2SaFPf6fn8y2EU/vsdEzX0SZfa Wheb8rK8Z11Xp9KeBuw7kObe8HhxZZOKnOPSo7G4wngP58BYkorqgEMlCqLGF1aBJqT6 RA6GBFdXCLN3IHB10A6Fae64GWfN71RZCNVjoUksabmLlQHxOIEf3wg8OxFAUMWpOh0F SpD2DO728+sJ3neo5P+YRU3Gt6qz9YlUg9uvOy25mmqcUqJ3lkatN2faVhUAlQ0GEGWw GPRq55GrPf2gWV3CoQwsOMbKV2W8fdVkXDiy35cTK4REAZmcn0/gW3WKcWKAvBlOdtuF gIhQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=W3jawStM0bSlWM2F+39i86X7Jc4txskZt820u5XN+bg=; b=v2P/5JPGb6dSXlCI352ddzLyyh+wgGfxzp7NAjYNNL+SjxCTMJdOq2ambbAOvOzyAB P3c7aSmwJO4tURs5qpEetiOb2n3Fo+xULK7EDnY73epSLJoBJ7ul8ZenvXH5vXpokGqj 0QjWUDYfb9M4EbETMTn8Xw0//B3OKctQ35Fb+311Tnef0zN0UTJnRp1lToX4biyvIzWb +rfN9R4SHYIA8zQ9Pr92P9sdTdAEyg+lSKaUcgwIKtzrTyHp+SiiIFEIEo1gvG5u8ZDT tM3Nyw8lyHOVbsk/HjXb2NtWzp2ffFBk5PukyVwBkaCH84rynww5FRs8RP+A21uLxgw3 10xw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m9si525476oie.148.2020.02.12.19.29.38; Wed, 12 Feb 2020 19:29:51 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729471AbgBMD30 (ORCPT + 99 others); Wed, 12 Feb 2020 22:29:26 -0500 Received: from mail.kernel.org ([198.145.29.99]:45792 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729432AbgBMD30 (ORCPT ); Wed, 12 Feb 2020 22:29:26 -0500 Received: from oasis.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 6E70020724; Thu, 13 Feb 2020 03:29:24 +0000 (UTC) Date: Wed, 12 Feb 2020 22:29:22 -0500 From: Steven Rostedt To: Yiwei Zhang Cc: Prahlad Kilambi , Joel Fernandes , android-kernel , yamada.masahiro@socionext.com, tglx@linutronix.de, vilhelm.gray@gmail.com, tony.luck@intel.com, federico.vaga@cern.ch, paul.walmsley@sifive.com, linux-kernel@vger.kernel.org, elder@kernel.org, mingo@redhat.com, Greg KH , Linus Walleij Subject: Re: [PATCH v2] Add gpu memory tracepoints Message-ID: <20200212222922.5dfa9f36@oasis.local.home> In-Reply-To: References: <20200213003259.128938-1-zzyiwei@google.com> <20200213022020.142379-1-zzyiwei@google.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 12 Feb 2020 18:24:32 -0800 Yiwei Zhang wrote: > Hi Steven, > > I'm not sure if my use of "in-reply-to" is correct. I can only find > the Message-Id of my original email from cmdline. but looks like the > diff shows up right. You mean this one? https://lore.kernel.org/lkml/20200213022020.142379-1-zzyiwei@google.com/ Looks fine, except I think you meant to make this v3. Also you may have wanted to add a topic, "gpu/trace: "? to the subject. -- Steve