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@xxxxxxxxxx> 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=datawarehouse/2020/06/22/607452
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/commit/fs?h=linux-5.7.y&id=7bdb075348e33d757bd8cdf017a255a090e87b8f
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/tree/fs/overlayfs/util.c?h=d1c48db#n465
I'll drop it for now, thanks!
--
Thanks,
Sasha