Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751023AbdCPA6Z (ORCPT ); Wed, 15 Mar 2017 20:58:25 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:32778 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750846AbdCPA6Y (ORCPT ); Wed, 15 Mar 2017 20:58:24 -0400 Date: Wed, 15 Mar 2017 17:58:19 -0700 From: Alexei Starovoitov 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: change uprobe_events default ? Was: [PATCH] perf: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTS Message-ID: <20170316005817.GA6805@ast-mbp.thefacebook.com> References: <20170216060050.20866-1-anton@ozlabs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170216060050.20866-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 Content-Length: 614 Lines: 15 On Thu, Feb 16, 2017 at 05:00:50PM +1100, Anton Blanchard wrote: > From: Anton Blanchard > > We have uses of CONFIG_UPROBE_EVENT and CONFIG_KPROBE_EVENT as > well as CONFIG_UPROBE_EVENTS and CONFIG_KPROBE_EVENTS. Consistently > use the plurals. > > Signed-off-by: Anton Blanchard this rename made me notice that UPROBE_EVENTS still defaults to 'n'. this is key feature that all distros enable, so having default 'n' is kinda saying that it's not something that should be turned on or used widely. which is obviously not the case. imo it's time to change it to 'y'. Thoughts?