Re: [RFC PATCH] xen/Kconfig: Turn CONFIG_EXPERT into normal configuration

2020-08-30 Thread Elliott Mitchell
On Fri, Aug 28, 2020 at 09:22:14AM +0200, Jan Beulich wrote: > Against which tree did you develop this? The change you're proposing > has happened already quite some time ago, and is e.g. part of 4.14. > Please make sure patch submissions are against at least the master > branch, but preferably the

Re: [RFC PATCH] xen/Kconfig: Turn CONFIG_EXPERT into normal configuration

2020-08-28 Thread Jan Beulich
On 28.08.2020 05:01, Elliott Mitchell wrote: > There is little reason to specially require CONFIG_EXPERT to come from > the environment. Worse, this makes replicating configurations much more > difficult. > > Signed-off-by: Elliott Mitchell Against which tree did you develop this? The change yo

[RFC PATCH] xen/Kconfig: Turn CONFIG_EXPERT into normal configuration

2020-08-27 Thread Elliott Mitchell
There is little reason to specially require CONFIG_EXPERT to come from the environment. Worse, this makes replicating configurations much more difficult. Signed-off-by: Elliott Mitchell --- This is mostly RFC due to insufficient testing. I am hopeful this successfully changes things to have th