Re: [PATCH 6/8] x86: add MULTIUSER dependency for KVM

2017-07-23 Thread Paolo Bonzini
On 19/07/2017 18:13, Radim Krčmář wrote: > Good point, 'select' seems misused here. > > There is no reason to depend on TASKSTATS (nor NET+MULTIUSER), we only > suggest to enable it with KVM. KVM uses sched_info_on() to handle any > any possible resulting configuration, c9aaa8957f20 ("KVM: Steal

Re: [PATCH 6/8] x86: add MULTIUSER dependency for KVM

2017-07-19 Thread Radim Krčmář
2017-07-19 16:18+0200, Arnd Bergmann: > On Wed, Jul 19, 2017 at 4:11 PM, Radim Krčmář wrote: > > 2017-07-19 14:53+0200, Arnd Bergmann: > >> KVM tries to select 'TASKSTATS', which had additional dependencies: > >> > >> warning: (KVM) selects TASKSTATS which has unmet direct dependencies (NET > >>

Re: [PATCH 6/8] x86: add MULTIUSER dependency for KVM

2017-07-19 Thread Arnd Bergmann
On Wed, Jul 19, 2017 at 4:11 PM, Radim Krčmář wrote: > 2017-07-19 14:53+0200, Arnd Bergmann: >> KVM tries to select 'TASKSTATS', which had additional dependencies: >> >> warning: (KVM) selects TASKSTATS which has unmet direct dependencies (NET && >> MULTIUSER) >> >> Signed-off-by: Arnd Bergmann

Re: [PATCH 6/8] x86: add MULTIUSER dependency for KVM

2017-07-19 Thread Radim Krčmář
2017-07-19 14:53+0200, Arnd Bergmann: > KVM tries to select 'TASKSTATS', which had additional dependencies: > > warning: (KVM) selects TASKSTATS which has unmet direct dependencies (NET && > MULTIUSER) > > Signed-off-by: Arnd Bergmann > --- Hm, do you know why Kconfig warns instead of propagat