Re: Linux 6.11-rc3

From: Guenter Roeck
Date: Mon Aug 12 2024 - 11:40:01 EST


On Sun, Aug 11, 2024 at 02:35:08PM -0700, Linus Torvalds wrote:
> Nothing particularly strange or interesting going on, things look normal.
>
> Half the changes are to drivers (all the usual suspects: sound, gpu,
> and networking are big, but we have usb and other misc driver fixes
> there too).
>
> The rest is the usual random mix, with filesystem fixes (bcachefs,
> btrfs, smb), architecture fixes (arm64, loongarch, x86),
> documentation, and networking. And some core kernel and tooling
> fixlets too.
>
> Please do keep testing,
>

Build results:
total: 158 pass: 158 fail: 0
Qemu test results:
total: 539 pass: 517 fail: 22
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
ppc:mpc8544ds:mpc85xx_defconfig:net=e1000:initrd
ppc:mpc8544ds:mpc85xx_defconfig:scsi[53C895A]:net=ne2k_pci:btrfs
ppc:mpc8544ds:mpc85xx_defconfig:sata-sii3112:net=rtl8139:ext2
ppc:mpc8544ds:mpc85xx_defconfig:sdhci-mmc:net=usb-ohci:ext2
ppc:mpc8544ds:mpc85xx_smp_defconfig:net=e1000:initrd
ppc:mpc8544ds:mpc85xx_smp_defconfig:scsi[DC395]:net=i82550:ext2
ppc:mpc8544ds:mpc85xx_smp_defconfig:scsi[53C895A]:net=usb-ohci:btrfs
ppc:mpc8544ds:mpc85xx_smp_defconfig:sata-sii3112:net=ne2k_pci:ext2
ppc:ppce500:corenet32_smp_defconfig:e500:net=rtl8139:initrd
ppc:ppce500:corenet32_smp_defconfig:e500:net=virtio-net:nvme:btrfs
ppc:ppce500:corenet32_smp_defconfig:e500:net=eTSEC:sdhci-mmc:ext2
ppc:ppce500:corenet32_smp_defconfig:e500:net=e1000:mmc:cramfs
ppc:ppce500:corenet32_smp_defconfig:e500:net=tulip:scsi[53C895A]:ext2
ppc:ppce500:corenet32_smp_defconfig:e500:net=i82562:sata-sii3112:ext2
Unit test results:
pass: 345115 fail: 1193

On the plus side, the following patches in my 'fixes' branch address almost
all problems seen in my tests.

apparmor: fix policy_unpack_test on big endian systems
powerpc/mm: Fix size of allocated PGDIR
Revert "MIPS: csrc-r4k: Apply verification clocksource flags"
microblaze: don't treat zero reserved memory regions as error

For details please see branch 'fixes' of
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git

Guenter