On Thu, Feb 07, 2019 at 12:26:39PM -0800, Nick Desaulniers wrote:
Can we trim these logs? Gmail is unresponsive.
That's probably going to cause trouble with masking problems - the reason the logs are massive is that there are unusuably many warnings being generated.
Probably the best thing to do for the time being is monitor the web interface:
https://staging.kernelci.org/build/next-clang/
(that will move at some point.) The biggest cuplrit right now is:
arch/arm64/include/asm/irqflags.h:50:10: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] arch/arm64/include/asm/irqflags.h:61:10: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths] arch/arm64/include/asm/irqflags.h:94:10: warning: value size does not match register size specified by the constraint and modifier [-Wasm-operand-widths]
which I thought there was something in the works for?