Re: [PATCH] mm/hmm: fix build when HMM is disabled

2017-08-28 Thread Michal Hocko
I have only now noticed this patch and it fixes allnoconfig failure I saw earlier this day and tried to address by http://lkml.kernel.org/r/20170828075931.gc17...@dhcp22.suse.cz On Fri 25-08-17 20:21:49, jgli...@redhat.com wrote: > From: Jérôme Glisse > > Combinatorial Kconfig is painfull. Withi

[PATCH] mm/hmm: fix build when HMM is disabled

2017-08-25 Thread jglisse
From: Jérôme Glisse Combinatorial Kconfig is painfull. Withi this patch all below combination build. 1) 2) CONFIG_HMM_MIRROR=y 3) CONFIG_DEVICE_PRIVATE=y 4) CONFIG_DEVICE_PUBLIC=y 5) CONFIG_HMM_MIRROR=y CONFIG_DEVICE_PUBLIC=y 6) CONFIG_HMM_MIRROR=y CONFIG_DEVICE_PRIVATE=y 7) CONFIG_DEVICE_