Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp2734673ybd; Thu, 27 Jun 2019 18:38:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqx7auN3+GdD/mRuRzSqiL5S9gpZYKOmdriXHBwVj40W7uK0YGLGRiduXa8Pxh6nN6n8i9SP X-Received: by 2002:a63:5247:: with SMTP id s7mr6444220pgl.29.1561685927901; Thu, 27 Jun 2019 18:38:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561685927; cv=none; d=google.com; s=arc-20160816; b=WeKIhGdh235ZkXhaSDY1DQZoISlpE42EcnEpG4cAklzmR5Swq9aUzwMdkURRlboNPq 8nCE11MAHxdHYOz74b8jNds41AKrpHLtHZ3/m1xygu5eDJvkDkidZ4hlhlybmSgYH1Vk pEfDi5VlA1B4IlnbtrryzzaOYGBew+fv8hnJ5F0aMrqjgQt4tJT+UITJNAux61ySL/s2 tHwj0u3tfOjapNntTim+V/D1veDSVoqoKTjN3avUIwOGwNAIZ9q1Dd09La/UWswqu6I5 9CHx7fzEYmyeUB4iQon1FDV/ci2nqe1nLMTW0Ycvk5HxaXipjuIsfnzotRH+vxjRXV78 nA5A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=U+Xl3+Xc4cJenUyd8mkqRg13HCVfPWqpTgO/uguewOo=; b=otxFWGebitlsEIO2tXII9/wWe4W+ftXGRpOdaeTwcHw0zyiHKw+l7lac7kBdrABErs 8ryY5ctwbzZJ9C8Y6PNH1rmzwKQbx4ADa5AUOKmwQpBOaxUp4AueLuyYBMWTAYiJfYqZ r71+DopauISoZHwlgyPUUWwkr15Vphd2ImzqB8yI5APz9AzVnY1tO7ac8ePEgqkXVncw 7nG2jCI4uozz4L9ht/ZNUROyKBdx/OCtLhFgt+LtJV71nb2D9/Ii3cKB2/7VyhZuWAjS P9/m+0zJQ31dR3nHocZCdVMDd4fCYjw8XCxOIUdzNg5cKr2/Hy/piSO7QTiGOH+zsB/F eCkg== 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 z6si668554plo.193.2019.06.27.18.38.31; Thu, 27 Jun 2019 18:38:47 -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 S1726668AbfF1BhC (ORCPT + 99 others); Thu, 27 Jun 2019 21:37:02 -0400 Received: from ozlabs.org ([203.11.71.1]:35853 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726646AbfF1BhC (ORCPT ); Thu, 27 Jun 2019 21:37:02 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 45ZfWb3Br6z9s7h; Fri, 28 Jun 2019 11:36:58 +1000 (AEST) From: Michael Ellerman To: Steven Rostedt 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 In-Reply-To: <20190627091739.15a51a35@gandalf.local.home> References: <20190626183801.31247-1-naveen.n.rao@linux.vnet.ibm.com> <8736jvtvvg.fsf@concordia.ellerman.id.au> <20190627091739.15a51a35@gandalf.local.home> Date: Fri, 28 Jun 2019 11:36:58 +1000 Message-ID: <87zhm2sd6t.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Steven Rostedt writes: > 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. cheers