APPLIED: [Focal][PULL] v5.4.30 upstream stable release

Kamal Mostafa kamal at canonical.com
Fri Apr 3 16:41:48 UTC 2020


Applied to focal/master-next.

 -Kamal

On Fri, Apr 03, 2020 at 09:28:58AM -0700, Kamal Mostafa wrote:
> This pull request (29 commits) includes the following Focal stable patchsets:
> 
> 	Focal update: v5.4.30 upstream stable release
> 	https://bugs.launchpad.net/bugs/1870571
> 
>  -Kamal
> 
> -----
> 
> The following changes since commit 0eafd5d28f62335288b3763d3a2e1508dd5c5bee:
> 
>   UBUNTU: Ubuntu-5.4.0-22.26 (2020-04-03 17:06:36 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.launchpad.net/~kamalmostafa/ubuntu/+source/linux/+git/focal focal-stable
> 
> for you to fetch changes up to 4ac27c899263a40ab3d6f64bd0b3947bb4b6d6f0:
> 
>   UBUNTU: upstream stable to v5.4.30 (2020-04-03 08:19:19 -0700)
> 
> ----------------------------------------------------------------
> Arthur Demchenkov (1):
>       ARM: dts: N900: fix onenand timings
> 
> Chen-Yu Tsai (1):
>       ARM: dts: sun8i: r40: Move AHCI device node based on address order
> 
> Eric Biggers (3):
>       vt: vt_ioctl: remove unnecessary console allocation checks
>       vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
>       vt: vt_ioctl: fix use-after-free in vt_in_use()
> 
> Georg Müller (1):
>       platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table
> 
> Greg Kroah-Hartman (3):
>       bpf: Explicitly memset the bpf_attr structure
>       bpf: Explicitly memset some bpf info structures declared on the stack
>       Linux 5.4.30
> 
> Hans de Goede (1):
>       gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 model
> 
> Ilie Halip (1):
>       arm64: alternative: fix build with clang integrated assembler
> 
> Ilya Dryomov (1):
>       libceph: fix alloc_msg_with_page_vector() memory leaks
> 
> Jiri Slaby (3):
>       vt: selection, introduce vc_is_sel
>       vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
>       vt: switch vt_dont_switch to bool
> 
> Johannes Berg (1):
>       mac80211: fix authentication with iwlwifi/mvm
> 
> Jouni Malinen (1):
>       mac80211: Check port authorization in the ieee80211_tx_dequeue() case
> 
> Kamal Mostafa (1):
>       UBUNTU: upstream stable to v5.4.30
> 
> Lanqing Liu (1):
>       serial: sprd: Fix a dereference warning
> 
> Leonard Crestez (2):
>       clk: imx: Align imx sc clock msg structs to 4
>       clk: imx: Align imx sc clock parent msg structs to 4
> 
> Madalin Bucur (2):
>       arm64: dts: ls1043a-rdb: correct RGMII delay mode to rgmii-id
>       arm64: dts: ls1046ardb: set RGMII interfaces to RGMII_ID mode
> 
> Marco Felsch (1):
>       ARM: dts: imx6: phycore-som: fix arm and soc minimum voltage
> 
> Marek Vasut (1):
>       net: ks8851-ml: Fix IO operations, again
> 
> Nick Hudson (1):
>       ARM: bcm2835-rpi-zero-w: Add missing pinctrl name
> 
> Sungbo Eo (1):
>       ARM: dts: oxnas: Fix clear-mask property
> 
> Tony Lindgren (1):
>       clk: ti: am43xx: Fix clock parent for RTC clock
> 
> disconnect3d (1):
>       perf map: Fix off by one in strncpy() size argument
> 
>  Makefile                                          |  2 +-
>  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 +-
>  debian.master/upstream-stable                     |  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 +-
>  29 files changed, 250 insertions(+), 114 deletions(-)
> 
> -- 
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team



More information about the kernel-team mailing list