[PATCH 4.19 00/39] 4.19.163-rc1 review

From: Greg Kroah-Hartman
Date: Thu Dec 10 2020 - 13:35:05 EST


This is the start of the stable review cycle for the 4.19.163 release.
There are 39 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 Sat, 12 Dec 2020 14:25:47 +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.19.163-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.19.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Masami Hiramatsu <mhiramat@xxxxxxxxxx>
x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytes

Florian Westphal <fw@xxxxxxxxx>
netfilter: nf_tables: avoid false-postive lockdep splat

Luo Meng <luomeng12@xxxxxxxxxx>
Input: i8042 - fix error return code in i8042_setup_aux()

Mike Snitzer <snitzer@xxxxxxxxxx>
dm writecache: remove BUG() and fail gracefully instead

Zhihao Cheng <chengzhihao1@xxxxxxxxxx>
i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()

Bob Peterson <rpeterso@xxxxxxxxxx>
gfs2: check for empty rgrp tree in gfs2_ri_update

Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
tracing: Fix userstacktrace option for instances

Peter Ujfalusi <peter.ujfalusi@xxxxxx>
spi: bcm2835: Release the DMA channel if probe fails after dma_init

Lukas Wunner <lukas@xxxxxxxxx>
spi: bcm2835: Fix use-after-free on unbind

Lukas Wunner <lukas@xxxxxxxxx>
spi: bcm-qspi: Fix use-after-free on unbind

Lukas Wunner <lukas@xxxxxxxxx>
spi: Introduce device-managed SPI controller allocation

Suravee Suthikulpanit <suravee.suthikulpanit@xxxxxxx>
iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEs

Samuel Thibault <samuel.thibault@xxxxxxxxxxxx>
speakup: Reject setting the speakup line discipline outside of speakup

Christian Eggers <ceggers@xxxxxxx>
i2c: imx: Check for I2SR_IAL after every byte

Christian Eggers <ceggers@xxxxxxx>
i2c: imx: Fix reset of I2SR_IAL flag

Masami Hiramatsu <mhiramat@xxxxxxxxxx>
x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes

Qian Cai <qcai@xxxxxxxxxx>
mm/swapfile: do not sleep with a spin lock held

Yang Shi <shy828301@xxxxxxxxx>
mm: list_lru: set shrinker map bit when child nr_items is not zero

Mike Snitzer <snitzer@xxxxxxxxxx>
dm: remove invalid sparse __acquires and __releases annotations

Mikulas Patocka <mpatocka@xxxxxxxxxx>
dm writecache: fix the maximum number of arguments

Suganath Prabu S <suganath-prabu.subramani@xxxxxxxxxxxx>
scsi: mpt3sas: Fix ioctl timeout

Christian Eggers <ceggers@xxxxxxx>
i2c: imx: Don't generate STOP condition if arbitration has been lost

Paulo Alcantara <pc@xxxxxx>
cifs: fix potential use-after-free in cifs_echo_request()

Naveen N. Rao <naveen.n.rao@xxxxxxxxxxxxxxxxxx>
ftrace: Fix updating FTRACE_FL_TRAMP

Takashi Iwai <tiwai@xxxxxxx>
ALSA: hda/generic: Add option to enforce preferred_dacs pairs

Kailang Yang <kailang@xxxxxxxxxxx>
ALSA: hda/realtek - Add new codec supported for ALC897

Jian-Hong Pan <jhp@xxxxxxxxxxxxx>
ALSA: hda/realtek: Enable headset of ASUS UX482EG & B9400CEA with ALC294

Takashi Iwai <tiwai@xxxxxxx>
ALSA: hda/realtek: Add mute LED quirk to yet another HP x360 model

Jann Horn <jannh@xxxxxxxxxx>
tty: Fix ->session locking

Jann Horn <jannh@xxxxxxxxxx>
tty: Fix ->pgrp locking in tiocspgrp()

Bjørn Mork <bjorn@xxxxxxx>
USB: serial: option: fix Quectel BG96 matching

Giacinto Cifelli <gciofono@xxxxxxxxx>
USB: serial: option: add support for Thales Cinterion EXS82

Vincent Palatin <vpalatin@xxxxxxxxxxxx>
USB: serial: option: add Fibocom NL668 variants

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: ch341: sort device-id entries

Jan-Niklas Burfeind <kernel@xxxxxxxxxxxx>
USB: serial: ch341: add new Product ID for CH341A

Johan Hovold <johan@xxxxxxxxxx>
USB: serial: kl5kusb105: fix memleak on open

Vamsi Krishna Samavedam <vskrishn@xxxxxxxxxxxxxx>
usb: gadget: f_fs: Use local copy of descriptors for userspace copy

Hans de Goede <hdegoede@xxxxxxxxxx>
pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPIOD_OUT_HIGH)

Hans de Goede <hdegoede@xxxxxxxxxx>
pinctrl: baytrail: Replace WARN with dev_info_once when setting direct-irq pin to output


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

Diffstat:

Makefile | 4 +-
arch/x86/include/asm/insn.h | 15 +++++++
arch/x86/kernel/uprobes.c | 10 +++--
arch/x86/lib/insn-eval.c | 5 ++-
drivers/i2c/busses/i2c-imx.c | 42 +++++++++++++++----
drivers/i2c/busses/i2c-qup.c | 3 +-
drivers/input/serio/i8042.c | 3 +-
drivers/iommu/amd_iommu_types.h | 2 +-
drivers/md/dm-writecache.c | 4 +-
drivers/md/dm.c | 2 -
drivers/pinctrl/intel/pinctrl-baytrail.c | 67 ++++++++++++++++++++++++-------
drivers/scsi/mpt3sas/mpt3sas_ctl.c | 2 +-
drivers/spi/spi-bcm-qspi.c | 34 ++++++----------
drivers/spi/spi-bcm2835.c | 22 +++++-----
drivers/spi/spi.c | 58 +++++++++++++++++++++++++-
drivers/staging/speakup/spk_ttyio.c | 37 ++++++++++-------
drivers/tty/tty_io.c | 7 +++-
drivers/tty/tty_jobctrl.c | 44 ++++++++++++++------
drivers/usb/gadget/function/f_fs.c | 6 ++-
drivers/usb/serial/ch341.c | 5 ++-
drivers/usb/serial/kl5kusb105.c | 10 ++---
drivers/usb/serial/option.c | 10 +++--
fs/cifs/connect.c | 2 +
fs/gfs2/rgrp.c | 4 ++
include/linux/spi/spi.h | 19 +++++++++
include/linux/tty.h | 4 ++
kernel/trace/ftrace.c | 22 +++++++++-
kernel/trace/trace.c | 7 ++--
kernel/trace/trace.h | 6 ++-
mm/list_lru.c | 10 ++---
mm/swapfile.c | 4 +-
net/netfilter/nf_tables_api.c | 3 +-
sound/pci/hda/hda_generic.c | 12 ++++--
sound/pci/hda/hda_generic.h | 1 +
sound/pci/hda/patch_realtek.c | 6 +++
tools/objtool/arch/x86/include/asm/insn.h | 15 +++++++
tools/perf/util/intel-pt-decoder/insn.h | 15 +++++++
37 files changed, 390 insertions(+), 132 deletions(-)