Received: by 10.192.165.148 with SMTP id m20csp595328imm; Wed, 2 May 2018 05:50:44 -0700 (PDT) X-Google-Smtp-Source: AB8JxZqh2djg/2g5lvZzZ2eH6DXG4Px8lcCrTBEQw7SxhSyV3T591ALrGHseo6sGKEbVUbEB9yNS X-Received: by 2002:a17:902:7446:: with SMTP id e6-v6mr1050783plt.369.1525265444199; Wed, 02 May 2018 05:50:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525265444; cv=none; d=google.com; s=arc-20160816; b=NCfXaIzT6DyrS9p0C9ejIP/YBtaXHmqwXhsujW7txJlaa6+oFDm4jwUskOzjJI2grg TZG4aGStu83QHmQgQNyEKR1XC6H9Me/x3reKjXnbH0ooTN0gnAQh3Dp8Y0nhIjycCrLM F9RfCcebrg08BmzHXgeGu+Jb5qdmJfG8cN9Vhq8lHtkSkaGQxD612rFkN61VfrMhJS7A Illk8VDMetP+yHgUomlMGcAk5ZCzvbg8q+88GfkzoRGU4v50Gd4JSd9JsDKC/fCZvGZD LuMPrtMETGXzc5dl/YWUV4fgXyr19MuhhNEmfIqufJSUYODSfUGeIgzpSi2d6UpVrLQm WVGg== 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 :arc-authentication-results; bh=pmD5WUNNVZrTCRXP+q5EJpFI8xIhfgsNkgBKkqqXwVM=; b=OZOQFhEoYOzJxR+DeKYE4staM5wfrPuPyaelvAIPbkEc5d9kPjD4++emZqrjvL6ayK 4erRMffVnlQ9vxt6okXmaLw2dUxZKxBVNYHSMi2LO11BBpLEbtVKqLJpP5sjRIUz/nl1 kzP6I2ZGTZXv3B9xwiwaXPlW3FAI1mL0sXxb6aqRsA23Uos9UH/AR0haT2hepGMlva4b 7TD9yk9IRTa7C/rwvRDPzWLv8/UBIjLEWo4HpaYfw0xh8/unRquLu+Pfa8YD45+h5naG +nHVnZ9VVvecbCl9qV3dlP1ZWzf4uPXQ36F84Svg7nFVdKBrWqa4tSPEAU6kflb7PjZU K6hw== 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 x69-v6si9290976pgd.317.2018.05.02.05.50.28; Wed, 02 May 2018 05:50:44 -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 S1751365AbeEBMuR (ORCPT + 99 others); Wed, 2 May 2018 08:50:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:39306 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751076AbeEBMuQ (ORCPT ); Wed, 2 May 2018 08:50:16 -0400 Received: from gandalf.local.home (cpe-66-24-56-78.stny.res.rr.com [66.24.56.78]) (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 56BC22173C; Wed, 2 May 2018 12:50:15 +0000 (UTC) Date: Wed, 2 May 2018 08:50:13 -0400 From: Steven Rostedt To: Michael Ellerman Cc: mingo@redhat.com, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org Subject: Re: [PATCH] tracing: Remove PPC32 wart from config TRACING_SUPPORT Message-ID: <20180502085013.2571183b@gandalf.local.home> In-Reply-To: <20180502112948.1747-1-mpe@ellerman.id.au> References: <20180502112948.1747-1-mpe@ellerman.id.au> X-Mailer: Claws Mail 3.16.0 (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, 2 May 2018 21:29:48 +1000 Michael Ellerman wrote: > config TRACING_SUPPORT has an exception for PPC32, because PPC32 > didn't have irqflags tracing support. > > But that hasn't been true since commit 5d38902c4838 ("powerpc: Add > irqtrace support for 32-bit powerpc") (Jun 2009). > > So remove the exception for PPC32 and the comment. > > Signed-off-by: Michael Ellerman Acked-by: Steven Rostedt (VMware) Feel free to take this patch through the PPC tree. Thanks! -- Steve > --- > kernel/trace/Kconfig | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig > index c4f0f2e4126e..dd6c0a2ad969 100644 > --- a/kernel/trace/Kconfig > +++ b/kernel/trace/Kconfig > @@ -110,11 +110,7 @@ config GENERIC_TRACER > # > config TRACING_SUPPORT > bool > - # PPC32 has no irqflags tracing support, but it can use most of the > - # tracers anyway, they were tested to build and work. Note that new > - # exceptions to this list aren't welcomed, better implement the > - # irqflags tracing for your architecture. > - depends on TRACE_IRQFLAGS_SUPPORT || PPC32 > + depends on TRACE_IRQFLAGS_SUPPORT > depends on STACKTRACE_SUPPORT > default y >