Hi Naresh, On Thu, Aug 25, 2022 at 01:43:09AM +0530, Naresh Kamboju wrote: > On Wed, 24 Aug 2022 at 12:31, Greg Kroah-Hartman > <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > > > This is the start of the stable review cycle for the 5.19.4 release. > > There are 362 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 Aug 2022 06:58:34 +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/v5.x/stable-review/patch-5.19.4-rc2.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.19.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > Results from Linaro's test farm. > No regressions on arm64, arm, x86_64, and i386. > > Tested-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> > > NOTE: > x86_64 and arm64 clang nightly allmodconfig build failed. > sound/soc/atmel/mchp-spdiftx.c:508:20: error: implicit truncation from > 'int' to bit-field changes value from 1 to -1 > [-Werror,-Wbitfield-constant-conversion] > dev->gclk_enabled = 1; > ^ ~ > 1 error generated. This should be fixed in mainline soon: https://git.kernel.org/broonie/sound/c/5c5c2baad2b55cc0a4b190266889959642298f79 https://github.com/ClangBuiltLinux/linux/issues/1686 It will conflict due to a lack of commit 403fcb5118a0 ("ASoC: mchp-spdiftx: remove references to mchp_i2s_caps") in the stable trees but I think that change can just be taken along with my change to minimize any future conflicts. I'll send a separate email with that information when my patch hits mainline. Thanks as always for all the testing that you do! Cheers, Nathan