Hello!
On Wed, 20 Mar 2019 at 23:31, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
On Wed, Mar 20, 2019 at 03:39:41PM -0600, Daniel Díaz wrote:
Hello!
Just the heads-up that this failed on ARM64 due to: | /srv/oe/build/tmp-lkft-glibc/work-shared/hikey/kernel-source/drivers/clocksource/arm_arch_timer.c:433:4: error: 'const struct arch_timer_erratum_workaround' has no member named 'read_cntpct_el0'; did you mean 'read_cntvct_el0'? | .read_cntpct_el0 = sun50i_a64_read_cntpct_el0, | ^~~~~~~~~~~~~~~ | read_cntvct_el0
Wait, if it failed, how come this message was returned:
No regressions (compared to build v4.14.107)
Is this the problem where if the build breaks, nothing gets reported?
Exactly right. Dan added the 'build' status report to mainline builds, but right now it's only being reported for the QEMU devices. Once we iron out those issues we'll add it to stable sanity reports so that we notify about these problems automatically, without pesky humans intervening.
Greetings!
Daniel Díaz daniel.diaz@linaro.org