Hi Greg, On 11/17/21 6:46 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.10.80 release. There are 569 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, 19 Nov 2021 14:44:50 +0000. Anything received after that time might be too late.
You were correct, v5.10.y also needs commit 19221e3083020 ("soc/tegra: pmc: Fix imbalanced clock disabling in error code path") to fix the following build warning. drivers/soc/tegra/pmc.c: In function 'tegra_powergate_power_up': drivers/soc/tegra/pmc.c:726:1: warning: label 'powergate_off' defined but not used [-Wunused-label] 726 | powergate_off: Guenter