Re: [PATCH] powerpc/configs: fix default values for NF_CT_PROTO_*

2017-06-14 Thread Michael Ellerman
Davide Caratti writes: > On Tue, 2017-06-13 at 20:49 +1000, Michael Ellerman wrote: >> Davide Caratti 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 acc

Re: [PATCH] powerpc/configs: fix default values for NF_CT_PROTO_*

2017-06-13 Thread Davide Caratti
On Tue, 2017-06-13 at 20:49 +1000, Michael Ellerman wrote: > Davide Caratti 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. w

Re: [PATCH] powerpc/configs: fix default values for NF_CT_PROTO_*

2017-06-13 Thread Michael Ellerman
Davide Caratti 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? cheers

[PATCH] powerpc/configs: fix default values for NF_CT_PROTO_*

2017-06-05 Thread Davide Caratti
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. Signed-off-by: Davide Caratti --- arch/powerpc/configs/linkstation_defconfig | 2 +- arch/powerpc/configs/mvme5100_defc