On Sat, Nov 25, 2023 at 01:09:43AM +0530, Naresh Kamboju wrote: > On Sat, 25 Nov 2023 at 00:52, Greg Kroah-Hartman > <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > > > This is the start of the stable review cycle for the 5.4.262 release. > > There are 159 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 Sun, 26 Nov 2023 17:19:17 +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.4.262-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.4.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > As Daniel replied on 4.19 build failures, > Following build warning / errors occurred on arm and arm64 on the > stable-rc linux.5.4.y and linux-4.19.y. > > tty/serial: Migrate meson_uart to use has_sysrq > [ Upstream commit dca3ac8d3bc9436eb5fd35b80cdcad762fbfa518 ] > > drivers/tty/serial/meson_uart.c: In function 'meson_uart_probe': > drivers/tty/serial/meson_uart.c:728:13: error: 'struct uart_port' has > no member named 'has_sysrq' > 728 | port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MESON_CONSOLE); > | ^~ > > Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> Now fixed, thanks. greg k-h