Re: Linux 5.18-rc1

From: Guenter Roeck
Date: Tue Apr 05 2022 - 20:57:34 EST


On 4/5/22 05:19, Sudip Mukherjee wrote:
On Sun, Apr 03, 2022 at 07:22:39PM -0700, Guenter Roeck wrote:
On Sun, Apr 03, 2022 at 03:14:19PM -0700, Linus Torvalds wrote:
So here we are, two weeks later, and the merge window is closed.


<snip>


Go test, please,

Build results:
total: 151 pass: 142 fail: 9
Failed builds:
alpha:allmodconfig
arm:allmodconfig

Apart from the ones Guenter reported, arm imote2_defconfig fails due to:
28f74201e37c ("ARM: pxa: remove Intel Imote2 and Stargate 2 boards")


Not entirely surprising, since its support was removed with that patch.
The error is "arm-linux-gnueabi-ld: no machine record defined", which is
consistent with that removal. So the fix would be to remove that
configuration file.

Guenter