Re: [PATCH] ebpf, events: make it actually more configurable

2015-10-04 Thread Daniel Borkmann
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 th

Re: [PATCH] ebpf, events: make it actually more configurable

2015-10-03 Thread Ingo Molnar
* Daniel Borkmann wrote: > On 10/03/2015 08:37 AM, Ingo Molnar wrote: > > > >* Daniel Borkmann wrote: > > > >>While testing some other BPF issue, I realized that BPF_EVENTS is > >>actually not accessible through menuconfig because of a missing > >>description that needs to be attached to the bo

Re: [PATCH] ebpf, events: make it actually more configurable

2015-10-03 Thread Daniel Borkmann
On 10/03/2015 08:37 AM, Ingo Molnar wrote: * Daniel Borkmann wrote: While testing some other BPF issue, I realized that BPF_EVENTS is actually not accessible through menuconfig because of a missing description that needs to be attached to the bool. After the patch the entry shows up in menuco

Re: [PATCH] ebpf, events: make it actually more configurable

2015-10-02 Thread Ingo Molnar
* Daniel Borkmann wrote: > While testing some other BPF issue, I realized that BPF_EVENTS is > actually not accessible through menuconfig because of a missing > description that needs to be attached to the bool. After the patch > the entry shows up in menuconfig and can be enabled/disabled from