On Wed, Jan 20, 2021 at 08:40:42AM -0800, Jakub Kicinski wrote: > drivers/net/dsa/ocelot/felix.c:464:12: warning: variable ‘err’ set but not > used [-Wunused-but-set-variable] > 464 | int port, err; > | ^~~ > drivers/net/dsa/ocelot/felix.c:265:53: warning: incorrect type in assignment > (different base types) > drivers/net/dsa/ocelot/felix.c:265:53: expected unsigned short [usertype] > drivers/net/dsa/ocelot/felix.c:265:53: got restricted __be16 [usertype] > > > Please build test the patches locally, the patchwork testing thing is > not keeping up with the volume, and it's running on the largest VM > available thru the provider already :/
I updated my compiler now, so that W=1 C=1 builds would not fail. That should hopefully prevent this from happening in the future. > I need to add this "don't post your patches to get them build tested > or you'll make Kuba very angry" to the netdev FAQ. Since I definitely don't want to upset Kuba, how bad is it to exceed the 15 patches per series limit? Do I need to do something about it?