This is the start of the stable review cycle for the 5.4.30 release. There are 27 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, 03 Apr 2020 16:09: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/v5.x/stable-review/patch-5.4.30-rc1.... 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
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 5.4.30-rc1
Madalin Bucur madalin.bucur@oss.nxp.com arm64: dts: ls1046ardb: set RGMII interfaces to RGMII_ID mode
Madalin Bucur madalin.bucur@oss.nxp.com arm64: dts: ls1043a-rdb: correct RGMII delay mode to rgmii-id
Chen-Yu Tsai wens@csie.org ARM: dts: sun8i: r40: Move AHCI device node based on address order
Arthur Demchenkov spinal.by@gmail.com ARM: dts: N900: fix onenand timings
Marco Felsch m.felsch@pengutronix.de ARM: dts: imx6: phycore-som: fix arm and soc minimum voltage
Nick Hudson skrll@netbsd.org ARM: bcm2835-rpi-zero-w: Add missing pinctrl name
Sungbo Eo mans0n@gorani.run ARM: dts: oxnas: Fix clear-mask property
disconnect3d dominik.b.czarnota@gmail.com perf map: Fix off by one in strncpy() size argument
Ilie Halip ilie.halip@gmail.com arm64: alternative: fix build with clang integrated assembler
Ilya Dryomov idryomov@gmail.com libceph: fix alloc_msg_with_page_vector() memory leaks
Tony Lindgren tony@atomide.com clk: ti: am43xx: Fix clock parent for RTC clock
Leonard Crestez leonard.crestez@nxp.com clk: imx: Align imx sc clock parent msg structs to 4
Leonard Crestez leonard.crestez@nxp.com clk: imx: Align imx sc clock msg structs to 4
Marek Vasut marex@denx.de net: ks8851-ml: Fix IO operations, again
Hans de Goede hdegoede@redhat.com gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 model
Greg Kroah-Hartman gregkh@linuxfoundation.org bpf: Explicitly memset some bpf info structures declared on the stack
Greg Kroah-Hartman gregkh@linuxfoundation.org bpf: Explicitly memset the bpf_attr structure
Georg Müller georgmueller@gmx.net platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table
Eric Biggers ebiggers@google.com vt: vt_ioctl: fix use-after-free in vt_in_use()
Eric Biggers ebiggers@google.com vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
Eric Biggers ebiggers@google.com vt: vt_ioctl: remove unnecessary console allocation checks
Jiri Slaby jslaby@suse.cz vt: switch vt_dont_switch to bool
Jiri Slaby jslaby@suse.cz vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
Jiri Slaby jslaby@suse.cz vt: selection, introduce vc_is_sel
Lanqing Liu liuhhome@gmail.com serial: sprd: Fix a dereference warning
Johannes Berg johannes.berg@intel.com mac80211: fix authentication with iwlwifi/mvm
Jouni Malinen jouni@codeaurora.org mac80211: Check port authorization in the ieee80211_tx_dequeue() case
-------------
Diffstat:
Makefile | 4 +- arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 1 + arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi | 4 +- arch/arm/boot/dts/omap3-n900.dts | 44 ++++++++----- arch/arm/boot/dts/ox810se.dtsi | 4 +- arch/arm/boot/dts/ox820.dtsi | 4 +- arch/arm/boot/dts/sun8i-r40.dtsi | 21 +++---- arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | 4 +- arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts | 4 +- arch/arm64/include/asm/alternative.h | 2 +- drivers/clk/imx/clk-scu.c | 8 +-- drivers/clk/ti/clk-43xx.c | 2 +- drivers/gpio/gpiolib-acpi.c | 15 +++++ drivers/net/ethernet/micrel/ks8851_mll.c | 56 +++++++++++++++-- drivers/platform/x86/pmc_atom.c | 8 +++ drivers/tty/serial/sprd_serial.c | 3 +- drivers/tty/vt/selection.c | 5 ++ drivers/tty/vt/vt.c | 30 +++++++-- drivers/tty/vt/vt_ioctl.c | 75 ++++++++++++----------- include/linux/ceph/messenger.h | 7 ++- include/linux/selection.h | 4 +- include/linux/vt_kern.h | 2 +- kernel/bpf/btf.c | 3 +- kernel/bpf/syscall.c | 9 ++- net/ceph/messenger.c | 9 ++- net/ceph/osd_client.c | 14 +---- net/mac80211/tx.c | 20 +++++- tools/perf/util/map.c | 2 +- 28 files changed, 250 insertions(+), 114 deletions(-)