On Mon, Jun 22, 2020 at 11:23:32PM +0200, Ondrej Mosnacek wrote:
On Mon, Jun 22, 2020 at 10:59 PM CKI Project cki-project@redhat.com wrote:
Hello,
We ran automated tests on a recent commit from this kernel tree:
Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Commit: d1c48dba15e7 - pinctrl: qcom: ipq6018 Add missing pins in qpic pin group
The results of these automated tests are provided below.
Overall result: FAILED (see details below) Merge: OK Compile: OK Tests: PANICKED
All kernel binaries, config files, and logs are available for download here:
https://cki-artifacts.s3.us-east-2.amazonaws.com/index.html?prefix=datawareh...
One or more kernel tests failed:
s390x: selinux-policy: serge-testsuite ❌ stress: stress-ng Podman system integration test - as root ppc64le: selinux-policy: serge-testsuite Podman system integration test - as root aarch64: Podman system integration test - as root selinux-policy: serge-testsuite x86_64: Podman system integration test - as root selinux-policy: serge-testsuite
It seems the panics are caused by this commit: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/c...
Apparently, the "if (flags & ~(O_ACCMODE | O_LARGEFILE))" check is being hit during mount(2): https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/t...
I'll drop it for now, thanks!