From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751919AbbJDWQs (ORCPT ); Sun, 4 Oct 2015 18:16:48 -0400 Received: from www62.your-server.de ([213.133.104.62]:42953 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750978AbbJDWQr (ORCPT ); Sun, 4 Oct 2015 18:16:47 -0400 Message-ID: <5611A549.7050905@iogearbox.net> Date: Mon, 05 Oct 2015 00:16:41 +0200 From: Daniel Borkmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Ingo Molnar CC: linux-kernel@vger.kernel.org, Alexei Starovoitov , Steven Rostedt Subject: Re: [PATCH] ebpf, events: make it actually more configurable References: <20151003063715.GA22713@gmail.com> <560F86FB.3070200@iogearbox.net> <20151003082448.GA27061@gmail.com> In-Reply-To: <20151003082448.GA27061@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: daniel@iogearbox.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/03/2015 10:24 AM, Ingo Molnar wrote: ... > Feel free to send a patch that adds a sentence to that help text that explains > that this is an internal helper Kconfig entry that does not need to be > interactively configurable. Sorry for the late reply. I think it's actually fine as-is, noticed that the same is being done various times in this Kconfig. Thanks again, Daniel