Here are the build results from automated periodic testing.
The tree being built was mainline, found at:
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git (master branch)
Topmost commit:
3728e6a Merge tag 'media/v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Build logs (stderr only) can be found at the following link (experimental):
http://arm-soc.lixom.net/buildlogs/mainline/v4.14-rc5-9-g3728e6a/
Runtime: 62m 7s
Passed: 125
Failed: 0
Warnings: 4
Section mismatches: 0
-------------------------------------------------------------------------------
Failed defconfigs:
-------------------------------------------------------------------------------
Errors:
Warnings:
2 fs/xfs/xfs_fsmap.c:372:1: warning: 'xfs_getfsmap_rtdev_rtbitmap_helper' defined but not used [-Wunused-function]
2 fs/xfs/xfs_fsmap.c:480:1: warning: '__xfs_getfsmap_rtdev' defined but not used [-Wunused-function]
No new syscalls
No section mismatches
Here are the build results from automated periodic testing.
The tree being built was stable-rc, found at:
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable-rc.git/
Topmost commit:
4ffe554 Linux 3.18.76-rc1
Build logs (stderr only) can be found at the following link (experimental):
http://arm-soc.lixom.net/buildlogs/stable-rc/v3.18.75-20-g4ffe554/
Runtime: 61m 27s
Passed: 132
Failed: 0
Warnings: 9
Section mismatches: 0
-------------------------------------------------------------------------------
Failed defconfigs:
-------------------------------------------------------------------------------
Errors:
Warnings:
9 sound/usb/mixer.c:2161:27: warning: passing argument 1 of 'snd_usb_mixer_disconnect' from incompatible pointer type [-Wincompatible-pointer-types]
No new syscalls
No section mismatches
On Mon, Oct 09, 2017 at 09:44:36AM +0000, Linaro QA wrote:
> Summary
> ------------------------------------------------------------------------
>
> kernel: 4.9.54
> git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
> git branch: linux-4.9.y
> git commit: f37eb7b586f1dd24a86c50278c65322fc6787722
> git describe: v4.9.54
> Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.9-oe/build/v4.9.54
Hm, I don't seem to have a test result here for 4.9.55-rc1, so I'm
hijacking this thread to ask what happened to the tests there?
Turns out that 4.9.55-rc1 did not work at all for networking, yet no
tests seem to have caught it. Are we not testing something with a
network here? You said you were using NFS, how did that work?
Anything we can do to add to the tests to verify that basic dhcp works?
We should learn from our mistakes...
Heck, the simple build/boot tests that Google runs instantly found this
issue when I tried to merge 4.9.55 into the android-common trees, maybe
I should just rely on thost tests from now on?
Because of this, I had to release 4.9.56 a few hours later fixing the
issue. This doesn't make me feel like I can trust this testing effort
at all just yet, given the track record it has shown this past
week. We have had two known-bad kernel releases and none of this testing
caught it at all (both were caught by community members...) :(
Back to booting the kernels on my laptop and running 'make
allmodconfig', that's found more errors so far than anything else...
greg k-h