[PATCH 4.14 00/22] 4.14.180-rc1 review

From: Greg Kroah-Hartman
Date: Fri May 08 2020 - 08:51:04 EST


This is the start of the stable review cycle for the 4.14.180 release.
There are 22 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 Sun, 10 May 2020 12:29:44 +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.180-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.180-rc1

Jiri Slaby <jslaby@xxxxxxx>
cgroup, netclassid: remove double cond_resched

Thomas Pedersen <thomas@xxxxxxxxxxxx>
mac80211: add ieee80211_is_any_nullfunc()

Takashi Iwai <tiwai@xxxxxxx>
ALSA: hda: Match both PCI ID and SSID for driver blacklist

Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
tracing: Reverse the order of trace_types_lock and event_mutex

Jere LeppÃnen <jere.leppanen@xxxxxxxxx>
sctp: Fix SHUTDOWN CTSN Ack in the peer restart case

Doug Berger <opendmb@xxxxxxxxx>
net: systemport: suppress warnings on failed Rx SKB allocations

Doug Berger <opendmb@xxxxxxxxx>
net: bcmgenet: suppress warnings on failed Rx SKB allocations

Nathan Chancellor <natechancellor@xxxxxxxxx>
lib/mpi: Fix building for powerpc with clang

Florian Fainelli <f.fainelli@xxxxxxxxx>
net: dsa: b53: Rework ARL bin logic

Jeremie Francois (on alpha) <jeremie.francois@xxxxxxxxx>
scripts/config: allow colons in option strings for sed

Philipp Rudo <prudo@xxxxxxxxxxxxx>
s390/ftrace: fix potential crashes when switching tracers

Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
cifs: protect updating server->dstaddr with a spinlock

Julien Beraud <julien.beraud@xxxxxxxxxx>
net: stmmac: Fix sub-second increment

Julien Beraud <julien.beraud@xxxxxxxxxx>
net: stmmac: fix enabling socfpga's ptp_ref_clock

Xiyu Yang <xiyuyang19@xxxxxxxxxxxx>
wimax/i2400m: Fix potential urb refcnt leak

Amadeusz SÅawiÅski <amadeuszx.slawinski@xxxxxxxxxxxxxxx>
ASoC: codecs: hdac_hdmi: Fix incorrect use of list_for_each_entry

Matthias Blankertz <matthias.blankertz@xxxxxxxxxxx>
ASoC: rsnd: Fix HDMI channel mapping for multi-SSI mode

Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx>
ASoC: sgtl5000: Fix VAG power-on handling

Tyler Hicks <tyhicks@xxxxxxxxxxxxxxxxxxx>
selftests/ipc: Fix test failure seen after initial test run

Amadeusz SÅawiÅski <amadeuszx.slawinski@xxxxxxxxxxxxxxx>
ASoC: topology: Check return value of pcm_new_ver

Alexey Kardashevskiy <aik@xxxxxxxxx>
powerpc/pci/of: Parse unassigned resources

Jia He <justin.he@xxxxxxx>
vhost: vsock: kick send_pkt worker once device is started


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

Diffstat:

Makefile | 4 +--
arch/powerpc/kernel/pci_of_scan.c | 12 ++++++--
arch/s390/kernel/diag.c | 2 +-
arch/s390/kernel/smp.c | 4 +--
arch/s390/kernel/trace.c | 2 +-
drivers/net/dsa/b53/b53_common.c | 30 ++++++++++++++++---
drivers/net/dsa/b53/b53_regs.h | 3 ++
drivers/net/ethernet/broadcom/bcmsysport.c | 3 +-
drivers/net/ethernet/broadcom/genet/bcmgenet.c | 3 +-
.../net/ethernet/stmicro/stmmac/dwmac-socfpga.c | 9 ++++--
.../net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c | 12 +++++---
drivers/net/wimax/i2400m/usb-fw.c | 1 +
drivers/vhost/vsock.c | 5 ++++
fs/cifs/connect.c | 2 ++
include/linux/ieee80211.h | 9 ++++++
kernel/trace/trace.c | 5 ++++
kernel/trace/trace_events.c | 31 ++++++++++----------
lib/mpi/longlong.h | 34 +++++++++++-----------
net/core/netclassid_cgroup.c | 4 +--
net/mac80211/mlme.c | 2 +-
net/mac80211/rx.c | 8 ++---
net/mac80211/status.c | 5 ++--
net/mac80211/tx.c | 2 +-
net/sctp/sm_make_chunk.c | 6 +++-
scripts/config | 5 +++-
sound/pci/hda/hda_intel.c | 9 +++---
sound/soc/codecs/hdac_hdmi.c | 6 ++--
sound/soc/codecs/sgtl5000.c | 34 ++++++++++++++++++++++
sound/soc/codecs/sgtl5000.h | 1 +
sound/soc/sh/rcar/ssiu.c | 2 +-
sound/soc/soc-topology.c | 4 ++-
tools/testing/selftests/ipc/msgque.c | 2 +-
32 files changed, 182 insertions(+), 79 deletions(-)