Re: [PATCH] init/Kconfig: Fix break in middle of EXPERT menu

2015-05-12 Thread Josh Triplett
On Tue, May 12, 2015 at 09:04:55AM +0200, Ingo Molnar wrote: > > * Josh Triplett wrote: > > > Commit e1abf2cc8d5 ("bpf: Fix the build on BPF_SYSCALL=y && > > !CONFIG_TRACING kernels, make it more configurable") made BPF_SYSCALL no > > longer hidden with !EXPERT, but left it in the middle of the

Re: [PATCH] init/Kconfig: Fix break in middle of EXPERT menu

2015-05-12 Thread Ingo Molnar
* Josh Triplett wrote: > Commit e1abf2cc8d5 ("bpf: Fix the build on BPF_SYSCALL=y && > !CONFIG_TRACING kernels, make it more configurable") made BPF_SYSCALL no > longer hidden with !EXPERT, but left it in the middle of the EXPERT > menu. menuconfig stops putting config items under a submenu

Re: [PATCH] init/Kconfig: Fix break in middle of EXPERT menu

2015-05-12 Thread Ingo Molnar
* Josh Triplett j...@joshtriplett.org wrote: Commit e1abf2cc8d5 (bpf: Fix the build on BPF_SYSCALL=y !CONFIG_TRACING kernels, make it more configurable) made BPF_SYSCALL no longer hidden with !EXPERT, but left it in the middle of the EXPERT menu. menuconfig stops putting config items under

Re: [PATCH] init/Kconfig: Fix break in middle of EXPERT menu

2015-05-12 Thread Josh Triplett
On Tue, May 12, 2015 at 09:04:55AM +0200, Ingo Molnar wrote: * Josh Triplett j...@joshtriplett.org wrote: Commit e1abf2cc8d5 (bpf: Fix the build on BPF_SYSCALL=y !CONFIG_TRACING kernels, make it more configurable) made BPF_SYSCALL no longer hidden with !EXPERT, but left it in the

Re: [PATCH] init/Kconfig: Fix break in middle of EXPERT menu

2015-05-11 Thread Randy Dunlap
On 05/11/15 11:13, Josh Triplett wrote: > Commit e1abf2cc8d5 ("bpf: Fix the build on BPF_SYSCALL=y && > !CONFIG_TRACING kernels, make it more configurable") made BPF_SYSCALL no > longer hidden with !EXPERT, but left it in the middle of the EXPERT > menu. menuconfig stops putting config items

[PATCH] init/Kconfig: Fix break in middle of EXPERT menu

2015-05-11 Thread Josh Triplett
Commit e1abf2cc8d5 ("bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more configurable") made BPF_SYSCALL no longer hidden with !EXPERT, but left it in the middle of the EXPERT menu. menuconfig stops putting config items under a submenu once it encounters an item that

[PATCH] init/Kconfig: Fix break in middle of EXPERT menu

2015-05-11 Thread Josh Triplett
Commit e1abf2cc8d5 (bpf: Fix the build on BPF_SYSCALL=y !CONFIG_TRACING kernels, make it more configurable) made BPF_SYSCALL no longer hidden with !EXPERT, but left it in the middle of the EXPERT menu. menuconfig stops putting config items under a submenu once it encounters an item that doesn't

Re: [PATCH] init/Kconfig: Fix break in middle of EXPERT menu

2015-05-11 Thread Randy Dunlap
On 05/11/15 11:13, Josh Triplett wrote: Commit e1abf2cc8d5 (bpf: Fix the build on BPF_SYSCALL=y !CONFIG_TRACING kernels, make it more configurable) made BPF_SYSCALL no longer hidden with !EXPERT, but left it in the middle of the EXPERT menu. menuconfig stops putting config items under a