Davide Caratti <dcara...@redhat.com> writes: > On Tue, 2017-06-13 at 20:49 +1000, Michael Ellerman wrote: >> Davide Caratti <dcara...@redhat.com> writes: >> >> > NF_CT_PROTO_{SCTP,UDPLITE,DCCP} can't be set to 'm' anymore, since they >> > have been redefined as 'bool': fix defconfig for linkstation, mvme5100 and >> > ppc6xx platforms accordingly. >> >> Since when? ie. which commit changed the symbols to bool from tristate? > > hello Michael, > > the commits are: > > a85406afeb3e ("netfilter: conntrack: built-in support for SCTP") > c51d39010a1b ("netfilter: conntrack: built-in support for DCCP") > 9b91c96c5d1f ("netfilter: conntrack: built-in support for UDPlite") > > they were causing a "warning symbol value 'm' invalid" in kconfig: sorry > for not noticing this before.
No worries. Thanks for sending the fix. My auto builder did hit the warning, but it doesn't fail for those warnings, eg: http://kisskb.ellerman.id.au/kisskb/buildresult/13060278/ I'm actually going through our configs at the moment so I'll add this to that series and merge it for 4.13. cheers