Re: Linux 6.16-rc1
From: Guenter Roeck
Date: Tue Jun 10 2025 - 21:26:15 EST
On Sun, Jun 08, 2025 at 02:17:49PM -0700, Linus Torvalds wrote:
> So it's Sunday afternoon, and we all know what that means by now: the
> merge window is closed, rc1 has been cut and pushed out, and we're all
> supposed to start testing (and fixing) all the new code.
>
Build results:
total: 159 pass: 159 fail: 0
Qemu test results:
total: 633 pass: 628 fail: 5
Failed tests:
arm:supermicro-x11spi-bmc:aspeed_g5_defconfig:mtd32,0,6,1:net=nic:aspeed-bmc-supermicro-x11spi:sqf
arm:ast2600-evb:aspeed_g5_defconfig:mtd64,0,6,1:net=nic:aspeed-ast2600-evb:ext2
arm:fuji-bmc:aspeed_g5_defconfig:mem1G:mtd128,0,8,1:net=nic:aspeed-bmc-facebook-fuji:f2fs
arm:g220a-bmc:aspeed_g5_defconfig:mtd32,0,12,2:net=nic:aspeed-bmc-bytedance-g220a:sqf
arm:qcom-dc-scm-v1-bmc:aspeed_g5_defconfig:mtd64,0,12,2:net=nic:aspeed-bmc-qcom-dc-scm-v1:ext2
Unit test results:
pass: 592743 fail: 0
The test failures are all due to commit 0aa7b390fc40 ("mtd: core: always
create master device") which breaks mtd partitioning.
One side note: Various qemu machines configured to use Macronix flash chips
are no longer able to access the chips. This is primarily due to commit
947c86e481a0 ("mtd: spi-nor: macronix: Drop the redundant flash info
fields"). After that change, SFDP support for affected chips is mandatory,
and qemu does not or not correctly support that. This affects quanta-gsj,
kudo-bmc, ast2600-evb, and supermicro-x11spi-bmc machines (and possibly
others).
Guenter