Re: Linux 6.11-rc5
From: Guenter Roeck
Date: Mon Aug 26 2024 - 12:11:43 EST
On Sun, Aug 25, 2024 at 07:27:16PM +1200, Linus Torvalds wrote:
> So I normally do the releases on a Sunday early afternoon, but I'm in
> an unusual timezone, and that would have been almost a full day
> earlier than usual. So I delayed things to the point where it was at
> least Sunday back home, even if not even remotely afternoon.
>
> Other than the timing, there's not a whole lot unusual here. The
> diffstat looks fairly flat, which means "mostly pretty small changes".
> There's a couple of bumps here and there, but nothing worrisome: the
> biggest of them is in fact just a selftest update. The bulk of the
> (non-selftest) patches are in drivers (networking and gpu dominating -
> as is tradition), with some filesystem updates (bcachefs, but also smb
> and erofs), and the rest being mostly core networking and some
> architecture updates.
>
> For details, see the appended shortlog, or just go dig even deeper in
> the git tree itself.
>
> So please do go forth and test, it all looks safe,
>
Summary: No change since last week.
Build results:
total: 158 pass: 158 fail: 0
Qemu test results:
total: 543 pass: 534 fail: 9
Failed tests:
microblaze:petalogix-s3adsp1800:initrd
microblaze:petalogix-s3adsp1800:rootfs
microblaze:petalogix-ml605:initrd
microblaze:petalogix-ml605:rootfs
microblazeel:petalogix-s3adsp1800:initrd
microblazeel:petalogix-s3adsp1800:rootfs
microblazeel:petalogix-ml605:initrd
microblazeel:petalogix-ml605:rootfs
mips:malta:malta_defconfig:nocd:nosmp:net=e1000:initrd
Unit test results:
pass: 376564 fail: 1330
The known problems (including the unit test failures) are all fixed by
98c0cc48e27e apparmor: fix policy_unpack_test on big endian systems
5a4c785905fd Revert "MIPS: csrc-r4k: Apply verification clocksource flags"
0075df288dd8 microblaze: don't treat zero reserved memory regions as error
For those interested in details, SHAs are from my 'fixes' branch at
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git.
That branch is rebased on top of mainline on a regular basis, so please
don't expect the SHAs to persist for more than a day or two.
Guenter