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

2015-05-14 Thread josh
On Thu, May 14, 2015 at 01:04:06PM +0200, Paul Bolle wrote: > [Adding Michal and linux-kbuild.] > > Hi Josh, > > Could you please resend this series to include Michal and linux-kbuild? > Don't bother to include Yann. (I almost forwarded the entire series but > that looked impractical for

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

2015-05-14 Thread Paul Bolle
[Adding Michal and linux-kbuild.] Hi Josh, Could you please resend this series to include Michal and linux-kbuild? Don't bother to include Yann. (I almost forwarded the entire series but that looked impractical for patches.) Please split 4/4 into two patches, while you're at it. Ie, 5/5 for

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

2015-05-14 Thread josh
On Thu, May 14, 2015 at 01:04:06PM +0200, Paul Bolle wrote: [Adding Michal and linux-kbuild.] Hi Josh, Could you please resend this series to include Michal and linux-kbuild? Don't bother to include Yann. (I almost forwarded the entire series but that looked impractical for patches.)

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

2015-05-14 Thread Paul Bolle
[Adding Michal and linux-kbuild.] Hi Josh, Could you please resend this series to include Michal and linux-kbuild? Don't bother to include Yann. (I almost forwarded the entire series but that looked impractical for patches.) Please split 4/4 into two patches, while you're at it. Ie, 5/5 for

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

2015-05-13 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 1/4] init/Kconfig: Fix break in middle of EXPERT menu

2015-05-13 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