Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp2070902ybd; Thu, 27 Jun 2019 06:18:49 -0700 (PDT) X-Google-Smtp-Source: APXvYqxIVLObxmtuewoRL85u0FNEWoFoPy6+A+OK1w6mLmDQePHQVi399W858gjrIgeR7sJ3ROsz X-Received: by 2002:a17:90a:a385:: with SMTP id x5mr6011127pjp.76.1561641529852; Thu, 27 Jun 2019 06:18:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561641529; cv=none; d=google.com; s=arc-20160816; b=Ib5FaAaUB6hdpFZhRDswxSm+vFmdQXQ75L6BTW1uDgg7FfU+4ngYgtvo6l8DoUjTW+ 9r19gdXTbkHrtLwfZFerOh1pypKig9zas5+haDyQPDWLTBGc1kCkk5cCZOwxFO1c0NfM PA2o5InhAMqHT4bcf2vaLGYE2K3zgx5AhLVR48RFd8PSv8WTSq5rKaH7gYcQmj8K5Mqv Y5IBRln5OrdUd2q4hX3/+67hcUlWQX5PFNmkuJObfjQoBCl5fiJQoIV/bMtymm+8OPI3 QkRODSmvAWpCZB+tl8wR7DZajuDhtC1zkFMSj/PuZess3TCVAWrFqlPSj1D9gbUcl7FN vKZg== 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=FD5h65W1iwSqI3C9xPBdI0lgqArh0rk+fJg6O5PO+1g=; b=GskSsdq6UgkiVveDCrbWVUWwx3OdQu8pbXn2cx0q9R/t13Pq6F2dk1Ukv92FMp1VEq /lo6/bP14ZDkStdd1aAVYlDl7JIsahOORwu78DlCocm4pJVGYxE+TRKyX3G9ZiNGlYKn EXZ3aFr0NEqbcssFW6jVygTuIYOqy++ohVgKfKVmROyv8frATQg9mlDppNBRYroZgsK8 X/1UFJODfXQFOyCCu77RwIbT7n7ZCl4KfDCCvduttVY4HwQbgODbqnibBXcIzU7q6RnP 1Dq0rTTVWK93pvRI0bXO0QV7ork2OfR+ao5Vl7hZ/UrJLUHxDpmlC8nzHJXeA/ro868x 6QVg== 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 j3si5046547pjt.79.2019.06.27.06.18.32; Thu, 27 Jun 2019 06:18:49 -0700 (PDT) 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 S1726720AbfF0NRn (ORCPT + 99 others); Thu, 27 Jun 2019 09:17:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:39032 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726697AbfF0NRn (ORCPT ); Thu, 27 Jun 2019 09:17:43 -0400 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 AC6F02084B; Thu, 27 Jun 2019 13:17:41 +0000 (UTC) Date: Thu, 27 Jun 2019 09:17:39 -0400 From: Steven Rostedt To: Michael Ellerman Cc: "Naveen N. Rao" , Christophe Leroy , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] recordmcount: Fix spurious mcount entries on powerpc Message-ID: <20190627091739.15a51a35@gandalf.local.home> In-Reply-To: <8736jvtvvg.fsf@concordia.ellerman.id.au> References: <20190626183801.31247-1-naveen.n.rao@linux.vnet.ibm.com> <8736jvtvvg.fsf@concordia.ellerman.id.au> 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 Thu, 27 Jun 2019 15:55:47 +1000 Michael Ellerman wrote: > Steve are you OK if I merge this via the powerpc tree? I'll reword the > commit message so that it makes sense coming prior to the commit > mentioned above. Yes, please add: Acked-by: Steven Rostedt (VMware) Thanks, -- Steve