On Thu, Nov 25, 2021 at 09:06:11AM +0530, Naresh Kamboju wrote: > On Wed, 24 Nov 2021 at 17:44, Greg Kroah-Hartman > <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > > > This is the start of the stable review cycle for the 4.9.291 release. > > There are 207 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, 26 Nov 2021 11:56:36 +0000. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.291-rc1.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.9.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > FYI, > New warnings noticed, > > Linux 4.9.291-rc1 on arm (defconfig) with gcc-11 > > drivers/soc/tegra/pmc.c: In function 'tegra_powergate_power_up': > drivers/soc/tegra/pmc.c:412:1: warning: label 'powergate_off' defined > but not used [-Wunused-label] > 412 | powergate_off: > | ^~~~~~~~~~~~~ > > Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> Now fixed up, thanks. greg k-h