On Tue, Oct 3, 2017 at 2:25 PM, Olof's autobuilder <build@xxxxxxxxx> wrote: > Warnings: > > 2 drivers/media/pci/ttpci/av7110_hw.h:406:3: warning: 'memcpy': specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] This was fixed in linux-4.11: 69d3973af1ac ("[media] ttpci: address stringop overflow warning") > 4 drivers/staging/nvec/nvec_ps2.c:168:14: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] and this was fixed in linux-4.2: 716baa7b430c ("staging: nvec: remove duplicated const") Both warnings show up for Olof's build bot in 3.18, but the fixes should also apply to the later kernels. Arnd