[PATCH 5.4 00/27] 5.4.30-rc1 review

From: Greg Kroah-Hartman
Date: Wed Apr 01 2020 - 12:22:44 EST


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.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

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 5.4.30-rc1

Madalin Bucur <madalin.bucur@xxxxxxxxxxx>
arm64: dts: ls1046ardb: set RGMII interfaces to RGMII_ID mode

Madalin Bucur <madalin.bucur@xxxxxxxxxxx>
arm64: dts: ls1043a-rdb: correct RGMII delay mode to rgmii-id

Chen-Yu Tsai <wens@xxxxxxxx>
ARM: dts: sun8i: r40: Move AHCI device node based on address order

Arthur Demchenkov <spinal.by@xxxxxxxxx>
ARM: dts: N900: fix onenand timings

Marco Felsch <m.felsch@xxxxxxxxxxxxxx>
ARM: dts: imx6: phycore-som: fix arm and soc minimum voltage

Nick Hudson <skrll@xxxxxxxxxx>
ARM: bcm2835-rpi-zero-w: Add missing pinctrl name

Sungbo Eo <mans0n@xxxxxxxxxx>
ARM: dts: oxnas: Fix clear-mask property

disconnect3d <dominik.b.czarnota@xxxxxxxxx>
perf map: Fix off by one in strncpy() size argument

Ilie Halip <ilie.halip@xxxxxxxxx>
arm64: alternative: fix build with clang integrated assembler

Ilya Dryomov <idryomov@xxxxxxxxx>
libceph: fix alloc_msg_with_page_vector() memory leaks

Tony Lindgren <tony@xxxxxxxxxxx>
clk: ti: am43xx: Fix clock parent for RTC clock

Leonard Crestez <leonard.crestez@xxxxxxx>
clk: imx: Align imx sc clock parent msg structs to 4

Leonard Crestez <leonard.crestez@xxxxxxx>
clk: imx: Align imx sc clock msg structs to 4

Marek Vasut <marex@xxxxxxx>
net: ks8851-ml: Fix IO operations, again

Hans de Goede <hdegoede@xxxxxxxxxx>
gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 model

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
bpf: Explicitly memset some bpf info structures declared on the stack

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
bpf: Explicitly memset the bpf_attr structure

Georg MÃller <georgmueller@xxxxxxx>
platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table

Eric Biggers <ebiggers@xxxxxxxxxx>
vt: vt_ioctl: fix use-after-free in vt_in_use()

Eric Biggers <ebiggers@xxxxxxxxxx>
vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console

Eric Biggers <ebiggers@xxxxxxxxxx>
vt: vt_ioctl: remove unnecessary console allocation checks

Jiri Slaby <jslaby@xxxxxxx>
vt: switch vt_dont_switch to bool

Jiri Slaby <jslaby@xxxxxxx>
vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines

Jiri Slaby <jslaby@xxxxxxx>
vt: selection, introduce vc_is_sel

Lanqing Liu <liuhhome@xxxxxxxxx>
serial: sprd: Fix a dereference warning

Johannes Berg <johannes.berg@xxxxxxxxx>
mac80211: fix authentication with iwlwifi/mvm

Jouni Malinen <jouni@xxxxxxxxxxxxxx>
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(-)