From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752015AbdBMGwD (ORCPT ); Mon, 13 Feb 2017 01:52:03 -0500 Received: from mail-wr0-f195.google.com ([209.85.128.195]:33962 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751691AbdBMGwC (ORCPT ); Mon, 13 Feb 2017 01:52:02 -0500 Date: Mon, 13 Feb 2017 07:51:52 +0100 From: Ingo Molnar To: Anton Blanchard Cc: davem@davemloft.net, peterz@infradead.org, mingo@redhat.com, acme@kernel.org, alexander.shishkin@linux.intel.com, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] perf: Fix CONFIG_KPROBE_EVENTS and CONFIG_UPROBE_EVENTS typos Message-ID: <20170213065152.GA30715@gmail.com> References: <20170212211449.25976-1-anton@ozlabs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170212211449.25976-1-anton@ozlabs.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Anton Blanchard wrote: > From: Anton Blanchard > > Fix some incorrect Kconfig options, they should be CONFIG_KPROBE_EVENT > and CONFIG_UPROBE_EVENT. > > Signed-off-by: Anton Blanchard > --- > arch/sparc/configs/sparc64_defconfig | 2 +- > tools/perf/util/probe-file.c | 8 ++++---- > 2 files changed, 5 insertions(+), 5 deletions(-) So the names should be fixed, it should be CONFIG_UPROBE_EVENTS and CONFIG_KPROBE_EVENTS throughout the code. It's CONFIG_PERF_EVENTS and CONFIG_PROBE_EVENTS after all and lives in kernel/events/ - all plural. I didn't notice the misnomer when merging these bits. Thanks, Ingo