Re: Linux 6.4-rc1

From: Guenter Roeck
Date: Mon May 08 2023 - 16:34:38 EST


On Sun, May 07, 2023 at 02:18:22PM -0700, Linus Torvalds wrote:
> So here we are, two weeks later, with the merge window over, and -rc1
> tagged and pushed out.
>
[ ... ]
>
> Anyway, please do go test it all out,
>

Build results:
total: 152 pass: 146 fail: 6
Failed builds:
arm:allmodconfig
i386:allyesconfig
i386:allmodconfig
mips:allmodconfig
powerpc:ppc32_allmodconfig
xtensa:allmodconfig
Qemu test results:
total: 520 pass: 520 fail: 0

The build failure is

drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c:
In function 'mxc_isi_channel_set_inbuf':
drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c:33:5: error:
"CONFIG_ARCH_DMA_ADDR_T_64BIT" is not defined, evaluates to 0

The problem has been fixed in -next since April 18 with commit 9829ed20b019
("media: nxp: imx8-isi: fix buiding on 32-bit"). Hopefully that commit
should find its way into mainline in the near future.

Guenter