On Mon, Jan 16, 2023 at 12:58:35PM -0600, Daniel Díaz wrote: > Hello! > > On Mon, 16 Jan 2023 at 10:06, Greg Kroah-Hartman > <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > > > This is the start of the stable review cycle for the 5.10.164 release. > > There are 64 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 Wed, 18 Jan 2023 15:47:28 +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.10.164-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-5.10.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > Preliminarily, > > | /builds/linux/drivers/gpu/drm/msm/dp/dp_aux.c: In function 'dp_aux_isr': > | /builds/linux/drivers/gpu/drm/msm/dp/dp_aux.c:427:14: error: 'isr' > undeclared (first use in this function); did you mean 'idr'? > | 427 | if (!isr) > | | ^~~ > | | idr > > It's currently failing for arm, arm64, (not i386) and x86, with GCC 8, > 10, 11, 12; Clang 15 and nightly. We'll test the extended set of > architectures and update momentarily. Thanks for the report, now fixed up in my tree, I'll push out a new -rc2 later today with it. greg k-h