Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751093AbdCPBIL (ORCPT ); Wed, 15 Mar 2017 21:08:11 -0400 Received: from mail.kernel.org ([198.145.29.136]:51970 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751018AbdCPBG5 (ORCPT ); Wed, 15 Mar 2017 21:06:57 -0400 Date: Wed, 15 Mar 2017 22:06:51 -0300 From: Arnaldo Carvalho de Melo To: Alexei Starovoitov Cc: Anton Blanchard , David Miller , Peter Zijlstra , Ingo Molnar , Hemant Kumar , Masami Hiramatsu , Steven Rostedt , Srikar Dronamraju , Wang Nan , Namhyung Kim , David Ahern , Jiri Olsa , alexander.shishkin@linux.intel.com, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: change uprobe_events default ? Was: [PATCH] perf: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTS Message-ID: <20170316010651.GP12825@kernel.org> References: <20170216060050.20866-1-anton@ozlabs.org> <20170316005817.GA6805@ast-mbp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170316005817.GA6805@ast-mbp.thefacebook.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 761 Lines: 19 Added more people to the CC list. Em Wed, Mar 15, 2017 at 05:58:19PM -0700, Alexei Starovoitov escreveu: > On Thu, Feb 16, 2017 at 05:00:50PM +1100, Anton Blanchard wrote: > > 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. > 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? Agreed, I also found it strange that it was disabled by default when I recently did a 'make oldconfig' :-\ - Arnaldo