Re: Linux 5.18-rc3

From: Guenter Roeck
Date: Sun Apr 17 2022 - 20:50:52 EST


On Sun, Apr 17, 2022 at 02:19:01PM -0700, Linus Torvalds wrote:
> It's Sunday afternoon, and you all know what that means. It's time for
> another release candidate.
>
> (Yes, yes, it's also Easter Sunday, but priorities, people!)
>
> Things continue to look quite regular, although the diffstat may look
> a bit odd due to some email updates that ended up causing a lot of
> spread-out one-liner updates in the devicetree files.
>
> There's also a series to sound card probing error handling fixes ("Fix
> the missing snd_card_free() call at probe error") which ends up
> showing as a lot of few-lines across a number of sound drivers.
>
> But it all looks pretty small and fairly simple. Famous last words.
>
> Please do test,

Build results:
total: 151 pass: 150 fail: 1
Failed builds:
m68k:allmodconfig
Qemu test results:
total: 489 pass: 489 fail: 0

Building m68k:allmodconfig ... failed
--------------
Error log:
sound/oss/dmasound/dmasound_core.c:1431:12: error:
'dmasound_setup' defined but not used

Caused by commit 9dd7c46346ca ("sound/oss/dmasound: fix build when drivers
are mixed =y/=m"). Fixed with
https://vanko.io/project/alsa-devel/patch/20220414091940.2216-1-miles.chen@xxxxxxxxxxxx/

Guenter