From: Oliver Upton <oliver.upton@linux.dev>
To: Naresh Kamboju <naresh.kamboju@linaro.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
stable@vger.kernel.org, patches@lists.linux.dev,
linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org,
patches@kernelci.org, lkft-triage@lists.linaro.org,
pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com,
sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de,
conor@kernel.org, allen.lkml@gmail.com, broonie@kernel.org,
Marc Zyngier <maz@kernel.org>, Joey Gouly <joey.gouly@arm.com>,
Suzuki K Poulose <suzuki.poulose@arm.com>,
Zenghui Yu <yuzenghui@huawei.com>,
kvmarm@lists.linux.dev,
Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 6.11 000/261] 6.11.6-rc1 review
Date: Mon, 28 Oct 2024 08:52:12 -0700 [thread overview]
Message-ID: <Zx-zLHBseRoZz4MM@linux.dev> (raw)
In-Reply-To: <CA+G9fYu-tpwX=09=VOjniFnBz3MSXpaHb_gir2AqyNpihERT2Q@mail.gmail.com>
Hi,
Thanks for the report.
On Mon, Oct 28, 2024 at 09:14:57PM +0530, Naresh Kamboju wrote:
> On Mon, 28 Oct 2024 at 12:16, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 6.11.6 release.
> > There are 261 patches in this series, all will be posted as a response
> > to this one. If anyone has any issues with these being applied, please
> > let me know.
> >
> > Responses should be made by Wed, 30 Oct 2024 06:22:39 +0000.
> > Anything received after that time might be too late.
> >
> > The whole patch series can be found in one patch at:
> > https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.11.6-rc1.gz
> > or in the git tree and branch at:
> > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.11.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
>
>
> The selftests: kvm: vgic_init test failed on stable-rc linux-6.11.y,
> also seen on Linux next-20241023 onwards and Linus v6.12-rc5
> on the Graviton4 and rk3399-rock-pi.
>
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
>
> Test log:
> ---------
> # selftests: kvm: vgic_init
> # Random seed: 0x6b8b4567
> # Running GIC_v3 tests.
> # ==== Test Assertion Failure ====
> # lib/kvm_util.c:727: false
> # pid=2680 tid=2680 errno=5 - Input/output error
> # 1 0x0000000000404eaf: __vm_mem_region_delete at kvm_util.c:727
> (discriminator 5)
> # 2 0x0000000000405d0f: kvm_vm_free at kvm_util.c:765 (discriminator 12)
> # 3 0x0000000000402d5f: vm_gic_destroy at vgic_init.c:101
> # 4 (inlined by) test_vcpus_then_vgic at vgic_init.c:368
> # 5 (inlined by) run_tests at vgic_init.c:720
> # 6 0x0000000000401a6f: main at vgic_init.c:748
> # 7 0x0000ffff8620773f: ?? ??:0
> # 8 0x0000ffff86207817: ?? ??:0
> # 9 0x0000000000401b6f: _start at ??:?
> # KVM killed/bugged the VM, check the kernel log for clues
> not ok 9 selftests: kvm: vgic_init # exit=254
This is a known test issue currently being discussed [*], the KVM change
responsible for the test failure *is* correct.
[*] https://lore.kernel.org/kvmarm/3f0918bf-0265-4714-9660-89b75da49859@sirena.org.uk/
--
Thanks,
Oliver
prev parent reply other threads:[~2024-10-28 16:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20241028062312.001273460@linuxfoundation.org>
2024-10-28 15:44 ` [PATCH 6.11 000/261] 6.11.6-rc1 review Naresh Kamboju
2024-10-28 15:52 ` Oliver Upton [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Zx-zLHBseRoZz4MM@linux.dev \
--to=oliver.upton@linux.dev \
--cc=akpm@linux-foundation.org \
--cc=allen.lkml@gmail.com \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--cc=f.fainelli@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=joey.gouly@arm.com \
--cc=jonathanh@nvidia.com \
--cc=kvmarm@lists.linux.dev \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=maz@kernel.org \
--cc=naresh.kamboju@linaro.org \
--cc=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=pavel@denx.de \
--cc=rwarsow@gmx.de \
--cc=shuah@kernel.org \
--cc=srw@sladewatkins.net \
--cc=stable@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=suzuki.poulose@arm.com \
--cc=torvalds@linux-foundation.org \
--cc=yuzenghui@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).