On Wed, Dec 28, 2022 at 03:25:39PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.1.2 release. > There are 1146 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, 30 Dec 2022 14:41:29 +0000. > Anything received after that time might be too late. > Building arm:allmodconfig ... failed Building arm64:allmodconfig ... failed -------------- Error log: drivers/mfd/qcom_rpm.c: In function 'qcom_rpm_remove': drivers/mfd/qcom_rpm.c:680:26: error: unused variable 'rpm' [-Werror=unused-variable] 680 | struct qcom_rpm *rpm = dev_get_drvdata(&pdev->dev); 36579aca877a ("mfd: qcom_rpm: Fix an error handling path in qcom_rpm_probe()") was applied without e48dee960462 ("mfd: qcom_rpm: Use devm_of_platform_populate() to simplify code") which fixes the problem without saying that it does. The problem affects v5.15.y and v6.0.y as well. Guenter