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?
On Fri, Feb 8, 2019 at 3:53 AM Mark Brown broonie@kernel.org wrote:
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?
Fix has already been merged: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git/commit/?id=8...
(Thank god it was that one issue triggering a vast majority of those warnings. I saw the initial number and was like "oh god, no, it can't be THAT bad.")
kernel-build-reports@lists.linaro.org