[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7ac20588-3816-4e53-be31-8cc4c0de7caa@roeck-us.net>
Date: Mon, 4 Dec 2023 19:53:26 -0800
From: Guenter Roeck <linux@...ck-us.net>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
stable@...r.kernel.org
Cc: patches@...ts.linux.dev, linux-kernel@...r.kernel.org,
torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
shuah@...nel.org, patches@...nelci.org,
lkft-triage@...ts.linaro.org, pavel@...x.de, jonathanh@...dia.com,
f.fainelli@...il.com, sudipm.mukherjee@...il.com,
srw@...dewatkins.net, rwarsow@....de, conor@...nel.org,
allen.lkml@...il.com
Subject: Re: [PATCH 5.4 00/94] 5.4.263-rc1 review
On 12/4/23 19:16, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.4.263 release.
> There are 94 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 Thu, 07 Dec 2023 03:14:57 +0000.
> Anything received after that time might be too late.
>
Building arm64:allmodconfig ... failed
--------------
Error log:
drivers/mmc/host/sdhci-sprd.c: In function 'sdhci_sprd_set_power':
drivers/mmc/host/sdhci-sprd.c:393:17: error: implicit declaration of function 'mmc_regulator_disable_vqmmc'; did you mean 'mmc_regulator_set_vqmmc'? [-Werror=implicit-function-declaration]
393 | mmc_regulator_disable_vqmmc(mmc);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| mmc_regulator_set_vqmmc
drivers/mmc/host/sdhci-sprd.c:396:17: error: implicit declaration of function 'mmc_regulator_enable_vqmmc'; did you mean 'mmc_regulator_set_vqmmc'? [-Werror=implicit-function-declaration]
396 | mmc_regulator_enable_vqmmc(mmc);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| mmc_regulator_set_vqmmc
Commit 2b11e5bd4ac0 ("mmc: sdhci-sprd: Fix vqmmc not shutting down after
the card was pulled") calls those functions without introducing them.
Guenter
Powered by blists - more mailing lists