[PATCH 4.14 00/43] 4.14.289-rc1 review

From: Greg Kroah-Hartman
Date: Tue Jul 19 2022 - 07:58:43 EST


This is the start of the stable review cycle for the 4.14.289 release.
There are 43 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 Thu, 21 Jul 2022 11:43:40 +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/v4.x/stable-review/patch-4.14.289-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-4.14.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>
can: m_can: m_can_tx_handler(): fix use after free of skb

Rik van Riel <riel@xxxxxxxxxxx>
mm: invalidate hwpoison page cache page in fault path

Yi Yang <yiyang13@xxxxxxxxxx>
serial: 8250: fix return error code in serial8250_request_std_resource()

Chanho Park <chanho61.park@xxxxxxxxxxx>
tty: serial: samsung_tty: set dma burst_size to 1

Thinh Nguyen <Thinh.Nguyen@xxxxxxxxxxxx>
usb: dwc3: gadget: Fix event pending check

Lucien Buchmann <lucien.buchmann@xxxxxxx>
USB: serial: ftdi_sio: add Belimo device ids

Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
signal handling: don't use BUG_ON() for debugging

Juergen Gross <jgross@xxxxxxxx>
x86: Clear .brk area at early boot

Stafford Horne <shorne@xxxxxxxxx>
irqchip: or1k-pic: Undefine mask_ack for level triggered hardware

Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx>
ASoC: wm5110: Fix DRE control

Mark Brown <broonie@xxxxxxxxxx>
ASoC: ops: Fix off by one in range control validation

Jianglei Nie <niejianglei2021@xxxxxxx>
net: sfp: fix memory leak in sfp_probe()

Michael Walle <michael@xxxxxxxx>
NFC: nxp-nci: don't print header length mismatch on i2c error

Hangyu Hua <hbh25y@xxxxxxxxx>
net: tipc: fix possible refcount leak in tipc_sk_create()

Kai-Heng Feng <kai.heng.feng@xxxxxxxxxxxxx>
platform/x86: hp-wmi: Ignore Sanitization Mode event

Liang He <windhl@xxxxxxx>
cpufreq: pmac32-cpufreq: Fix refcount leak bug

Florian Westphal <fw@xxxxxxxxx>
netfilter: br_netfilter: do not skip all hooks with 0 priority

Stephan Gerhold <stephan.gerhold@xxxxxxxxxxxxxxx>
virtio_mmio: Restore guest page size on resume

Stephan Gerhold <stephan.gerhold@xxxxxxxxxxxxxxx>
virtio_mmio: Add missing PM calls to freeze/restore

Íñigo Huguet <ihuguet@xxxxxxxxxx>
sfc: fix kernel panic when creating VF

Andrea Mayer <andrea.mayer@xxxxxxxxxxx>
seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors

Andrea Mayer <andrea.mayer@xxxxxxxxxxx>
seg6: fix skb checksum evaluation in SRH encapsulation/insertion

Íñigo Huguet <ihuguet@xxxxxxxxxx>
sfc: fix use after free when disabling sriov

Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
ipv4: Fix data-races around sysctl_ip_dynaddr.

Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
icmp: Fix a data-race around sysctl_icmp_ratemask.

Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
icmp: Fix a data-race around sysctl_icmp_ratelimit.

Michal Suchanek <msuchanek@xxxxxxx>
ARM: dts: sunxi: Fix SPI NOR campatible on Orange Pi Zero

Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
icmp: Fix data-races around sysctl.

Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
cipso: Fix data-races around sysctl.

Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
net: Fix data-races around sysctl_mem.

Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
inetpeer: Fix data-races around sysctl.

Ard Biesheuvel <ardb@xxxxxxxxxx>
ARM: 9209/1: Spectre-BHB: avoid pr_info() every time a CPU comes out of idle

Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>
xhci: make xhci_handshake timeout for xhci_reset() adjustable

Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>
xhci: bail out early if driver can't accress host in resume

Doug Berger <opendmb@xxxxxxxxx>
net: dsa: bcm_sf2: force pause link settings

Ryusuke Konishi <konishi.ryusuke@xxxxxxxxx>
nilfs2: fix incorrect masking of permission flags for symlinks

Tejun Heo <tj@xxxxxxxxxx>
cgroup: Use separate src/dst nodes when preloading css_sets for migration

Ard Biesheuvel <ardb@xxxxxxxxxx>
ARM: 9214/1: alignment: advance IT state after emulating Thumb instruction

Dmitry Osipenko <dmitry.osipenko@xxxxxxxxxxxxx>
ARM: 9213/1: Print message about disabled Spectre workarounds only once

Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>
net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointer

Juergen Gross <jgross@xxxxxxxx>
xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue

Meng Tang <tangmeng@xxxxxxxxxxxxx>
ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 model

Meng Tang <tangmeng@xxxxxxxxxxxxx>
ALSA: hda - Add fixup for Dell Latitidue E5430


-------------

Diffstat:

Documentation/networking/ip-sysctl.txt | 4 +--
Makefile | 4 +--
arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 2 +-
arch/arm/include/asm/ptrace.h | 26 ++++++++++++++++
arch/arm/mm/alignment.c | 3 ++
arch/arm/mm/proc-v7-bugs.c | 9 +++---
arch/arm/probes/decode.h | 26 +---------------
arch/x86/kernel/head64.c | 2 ++
drivers/cpufreq/pmac32-cpufreq.c | 4 +++
drivers/irqchip/irq-or1k-pic.c | 1 -
drivers/net/can/m_can/m_can.c | 5 +--
drivers/net/dsa/bcm_sf2.c | 19 ++++++++++++
drivers/net/ethernet/sfc/ef10.c | 3 ++
drivers/net/ethernet/sfc/ef10_sriov.c | 10 ++++--
drivers/net/phy/sfp.c | 2 +-
drivers/net/xen-netback/rx.c | 1 +
drivers/nfc/nxp-nci/i2c.c | 8 +++--
drivers/platform/x86/hp-wmi.c | 3 ++
drivers/tty/serial/8250/8250_port.c | 4 ++-
drivers/tty/serial/samsung.c | 5 ++-
drivers/usb/dwc3/gadget.c | 4 ++-
drivers/usb/host/xhci-hub.c | 2 +-
drivers/usb/host/xhci-mem.c | 2 +-
drivers/usb/host/xhci.c | 22 +++++++-------
drivers/usb/host/xhci.h | 7 +++--
drivers/usb/serial/ftdi_sio.c | 3 ++
drivers/usb/serial/ftdi_sio_ids.h | 6 ++++
drivers/virtio/virtio_mmio.c | 26 ++++++++++++++++
fs/nilfs2/nilfs.h | 3 ++
include/linux/cgroup-defs.h | 3 +-
include/net/sock.h | 2 +-
include/trace/events/sock.h | 6 ++--
kernel/cgroup/cgroup.c | 37 ++++++++++++++---------
kernel/signal.c | 8 ++---
mm/memory.c | 9 ++++--
net/bridge/br_netfilter_hooks.c | 21 +++++++++++--
net/ipv4/af_inet.c | 4 +--
net/ipv4/cipso_ipv4.c | 12 +++++---
net/ipv4/icmp.c | 10 +++---
net/ipv4/inetpeer.c | 12 +++++---
net/ipv6/seg6_iptunnel.c | 5 ++-
net/ipv6/seg6_local.c | 2 --
net/tipc/socket.c | 1 +
sound/pci/hda/patch_conexant.c | 1 +
sound/pci/hda/patch_realtek.c | 1 +
sound/soc/codecs/wm5110.c | 8 +++--
sound/soc/soc-ops.c | 4 +--
47 files changed, 249 insertions(+), 113 deletions(-)