Re: [PATCH 5.10 000/187] 5.10.202-rc3 review

From: Guenter Roeck
Date: Sun Nov 26 2023 - 11:22:15 EST


On 11/26/23 07:46, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.10.202 release.
There are 187 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 Tue, 28 Nov 2023 15:43:06 +0000.
Anything received after that time might be too late.


A quick check with -rc3 shows for arm:allmodconfig and arm64:allmodconfig:

CC [M] drivers/interconnect/qcom/sc7180.o
drivers/interconnect/qcom/sc7180.c:158:10: error: 'struct qcom_icc_bcm' has no member named 'enable_mask'
158 | .enable_mask = BIT(3),
| ^~~~~~~~~~~

Inherited from the previous release. Introduced with commit 362f0241dbe9
("interconnect: qcom: sc7180: Set ACV enable_mask").

Guenter