[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200401161414.345528747@linuxfoundation.org>
Date: Wed, 1 Apr 2020 18:17:04 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
ben.hutchings@...ethink.co.uk, lkft-triage@...ts.linaro.org,
stable@...r.kernel.org
Subject: [PATCH 5.5 00/30] 5.5.15-rc1 review
This is the start of the stable review cycle for the 5.5.15 release.
There are 30 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.5.15-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.5.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Linux 5.5.15-rc1
Madalin Bucur <madalin.bucur@....nxp.com>
arm64: dts: ls1046ardb: set RGMII interfaces to RGMII_ID mode
Madalin Bucur <madalin.bucur@....nxp.com>
arm64: dts: ls1043a-rdb: correct RGMII delay mode to rgmii-id
Chen-Yu Tsai <wens@...e.org>
ARM: dts: sun8i: r40: Move AHCI device node based on address order
Arthur Demchenkov <spinal.by@...il.com>
ARM: dts: N900: fix onenand timings
Marco Felsch <m.felsch@...gutronix.de>
ARM: dts: imx6: phycore-som: fix arm and soc minimum voltage
Nick Hudson <skrll@...bsd.org>
ARM: bcm2835-rpi-zero-w: Add missing pinctrl name
Nicolas Saenz Julienne <nsaenzjulienne@...e.de>
ARM: dts: bcm283x: Fix vc4's firmware bus DMA limitations
Sungbo Eo <mans0n@...ani.run>
ARM: dts: oxnas: Fix clear-mask property
disconnect3d <dominik.b.czarnota@...il.com>
perf map: Fix off by one in strncpy() size argument
Ilie Halip <ilie.halip@...il.com>
arm64: alternative: fix build with clang integrated assembler
Ilya Dryomov <idryomov@...il.com>
libceph: fix alloc_msg_with_page_vector() memory leaks
Tony Lindgren <tony@...mide.com>
clk: ti: am43xx: Fix clock parent for RTC clock
Leonard Crestez <leonard.crestez@....com>
clk: imx: Align imx sc clock parent msg structs to 4
Leonard Crestez <leonard.crestez@....com>
clk: imx: Align imx sc clock msg structs to 4
Marek Vasut <marex@...x.de>
net: ks8851-ml: Fix IO operations, again
Hans de Goede <hdegoede@...hat.com>
gpiolib: acpi: Add quirk to ignore EC wakeups on HP x2 10 CHT + AXP288 model
Golan Ben Ami <golan.ben.ami@...el.com>
iwlwifi: don't send GEO_TX_POWER_LIMIT if no wgds table
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
bpf: Explicitly memset some bpf info structures declared on the stack
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
bpf: Explicitly memset the bpf_attr structure
Georg Müller <georgmueller@....net>
platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems DMI table
Eric Biggers <ebiggers@...gle.com>
vt: vt_ioctl: fix use-after-free in vt_in_use()
Eric Biggers <ebiggers@...gle.com>
vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
Eric Biggers <ebiggers@...gle.com>
vt: vt_ioctl: remove unnecessary console allocation checks
Jiri Slaby <jslaby@...e.cz>
vt: switch vt_dont_switch to bool
Jiri Slaby <jslaby@...e.cz>
vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
Jiri Slaby <jslaby@...e.cz>
vt: selection, introduce vc_is_sel
Lanqing Liu <liuhhome@...il.com>
serial: sprd: Fix a dereference warning
Johannes Berg <johannes.berg@...el.com>
mac80211: fix authentication with iwlwifi/mvm
Jouni Malinen <jouni@...eaurora.org>
mac80211: Check port authorization in the ieee80211_tx_dequeue() case
Daniel Borkmann <daniel@...earbox.net>
bpf: update jmp32 test cases to fix range bound deduction
-------------
Diffstat:
Makefile | 4 +-
arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 1 +
arch/arm/boot/dts/bcm2835-rpi.dtsi | 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/net/wireless/intel/iwlwifi/fw/acpi.c | 14 +++--
drivers/net/wireless/intel/iwlwifi/fw/acpi.h | 14 +++--
drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 9 ++-
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 +-
tools/testing/selftests/bpf/verifier/jmp32.c | 9 ++-
33 files changed, 281 insertions(+), 130 deletions(-)
Powered by blists - more mailing lists