Re: [PATCH 5.12 00/17] 5.12.2-rc1 review

From: Guenter Roeck
Date: Wed May 05 2021 - 21:59:35 EST


On Wed, May 05, 2021 at 02:05:55PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.12.2 release.
> There are 17 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
>
> Responses should be made by Fri, 07 May 2021 11:23:16 +0000.
> Anything received after that time might be too late.
>
[ ... ]

> Shengjiu Wang <shengjiu.wang@xxxxxxx>
> ASoC: ak5558: Add MODULE_DEVICE_TABLE
>
> Shengjiu Wang <shengjiu.wang@xxxxxxx>
> ASoC: ak4458: Add MODULE_DEVICE_TABLE
>

No, wait, those are both already in the tree, and both need to be removed.

$ git describe
v5.12.1-18-g77358801e46c
$ git log --oneline v5.10.. sound/soc/codecs/ak4458.c sound/soc/codecs/ak5558.c
a72a232ea459 ASoC: ak5558: Add MODULE_DEVICE_TABLE
20583d98df0c ASoC: ak4458: Add MODULE_DEVICE_TABLE
80cffd2468dd ASoC: ak5558: Add MODULE_DEVICE_TABLE
4ec5b96775a8 ASoC: ak4458: Add MODULE_DEVICE_TABLE
e953daeb68b1 ASoC: ak4458: correct reset polarity
9f34c0405723 ASoC: ak5558: mark OF related data as maybe unused

This applies to all branches.

Other than that,

Build results:
total: 151 pass: 151 fail: 0
Qemu test results:
total: 461 pass: 461 fail: 0

Guenter