On Sun, 2020-01-05 at 19:58 -0800, Lakshmi Ramasubramanian wrote: > On 1/5/20 11:16 AM, James Bottomley wrote: > > > Well, yes, you just need to condition the build of ima_asymmetric_keys > > on a boolean instead of a tristate, so you introduce an intermediate > > one: > > > > config IMA_ASYMMETRIC_KEYS > > bool > > default y > > depends on ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y > > > > James > > Thanks for your help James. > > Hi Mimi, > > I have defined a new config as James has suggested above and verified > the kernel builds fine with the ".config" files given by > "kbuild test robot <lkp@xxxxxxxxx>". > > Would it be possible to share all the ".config" files that > "kbuild test robot" would build with? I'll make sure my changes build > fine with all those. Different groups are doing automatic testing. This one is coming from Intel's kbuild test robot, but there is syzbot and smatch testing as well. Your question would need to be directed to them. Mimi