[PATCH 4.19 00/73] 4.19.49-stable review

From: Greg Kroah-Hartman
Date: Fri Jun 07 2019 - 11:49:30 EST


This is the start of the stable review cycle for the 4.19.49 release.
There are 73 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 09 Jun 2019 03:37:11 PM UTC.
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.49-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.49-rc1

Nadav Amit <namit@xxxxxxxxxx>
media: uvcvideo: Fix uvc_alloc_entity() allocation alignment

Frank Rowand <frank.rowand@xxxxxxxx>
of: overlay: set node fields from properties when add new overlay node

Frank Rowand <frank.rowand@xxxxxxxx>
of: overlay: validate overlay properties #address-cells and #size-cells

Nathan Chancellor <natechancellor@xxxxxxxxx>
scsi: lpfc: Fix backport of faf5a744f4f8 ("scsi: lpfc: avoid uninitialized variable warning")

Nadav Amit <namit@xxxxxxxxxx>
x86/kprobes: Set instruction page as executable

Nadav Amit <namit@xxxxxxxxxx>
x86/ftrace: Set trampoline pages as executable

Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>
x86/ftrace: Do not call function graph from dynamic trampolines

Todd Kjos <tkjos@xxxxxxxxxxx>
binder: fix race between munmap() and direct reclaim

Todd Kjos <tkjos@xxxxxxxxxxx>
Revert "binder: fix handling of misaligned binder object"

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Revert "x86/build: Move _etext to actual end of .text"

Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
include/linux/module.h: copy __init/__exit attrs to init/cleanup_module

Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
Compiler Attributes: add support for __copy (gcc >= 9)

Daniel Vetter <daniel.vetter@xxxxxxxx>
drm/lease: Make sure implicit planes are leased

Vicente Bergas <vicencb@xxxxxxxxx>
drm/rockchip: shutdown drm subsystem on shutdown

Jernej Skrabec <jernej.skrabec@xxxxxxxx>
drm/sun4i: Fix sun8i HDMI PHY configuration for > 148.5 MHz

Jernej Skrabec <jernej.skrabec@xxxxxxxx>
drm/sun4i: Fix sun8i HDMI PHY clock initialization

Thomas Hellstrom <thellstrom@xxxxxxxxxx>
drm/vmwgfx: Don't send drm sysfs hotplug events on initial master set

Dmitry Osipenko <digetx@xxxxxxxxx>
drm/tegra: gem: Fix CPU-cache maintenance for BO's allocated using get_pages()

Kees Cook <keescook@xxxxxxxxxxxx>
gcc-plugins: Fix build failures under Darwin host

Benjamin Coddington <bcodding@xxxxxxxxxx>
Revert "lockd: Show pid of lockd for remote locks"

Roberto Bergantinos Corpas <rbergant@xxxxxxxxxx>
CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM

Colin Ian King <colin.king@xxxxxxxxxxxxx>
cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl case

Tim Collier <osdevtc@xxxxxxxxx>
staging: wlan-ng: fix adapter initialization failure

Dan Carpenter <dan.carpenter@xxxxxxxxxx>
staging: vc04_services: prevent integer overflow in create_pagelist()

George G. Davis <george_davis@xxxxxxxxxx>
serial: sh-sci: disable DMA for uart_console

Grzegorz Halat <ghalat@xxxxxxxxxx>
vt/fbcon: deinitialize resources in visual_init() after failed memory allocation

Roberto Sassu <roberto.sassu@xxxxxxxxxx>
evm: check hash algorithm passed to init_desc()

Roberto Sassu <roberto.sassu@xxxxxxxxxx>
ima: show rules with IMA_INMASK correctly

Jonathan Corbet <corbet@xxxxxxx>
doc: Cope with Sphinx logging deprecations

Jonathan Corbet <corbet@xxxxxxx>
doc: Cope with the deprecation of AutoReporter

Jonathan Corbet <corbet@xxxxxxx>
docs: Fix conf.py for Sphinx 2.0

Catalin Marinas <catalin.marinas@xxxxxxx>
arm64: Fix the arm64_personality() syscall wrapper redirection

Zhenliang Wei <weizhenliang@xxxxxxxxxx>
kernel/signal.c: trace_signal_deliver when signal_group_exit

Jiri Slaby <jslaby@xxxxxxx>
memcg: make it work on sparse non-0-node systems

Joe Burmeister <joe.burmeister@xxxxxxxxxxxxx>
tty: max310x: Fix external crystal register setup

Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx>
tty: serial: msm_serial: Fix XON/XOFF

Masahisa Kojima <masahisa.kojima@xxxxxxxxxx>
i2c: synquacer: fix synquacer_i2c_doxfer() return value

Vadim Pasternak <vadimp@xxxxxxxxxxxx>
i2c: mlxcpld: Fix wrong initialization order in probe

Lyude Paul <lyude@xxxxxxxxxx>
drm/nouveau/i2c: Disable i2c bus access after ->fini()

Thomas Huth <thuth@xxxxxxxxxx>
KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID

Hui Wang <hui.wang@xxxxxxxxxxxxx>
ALSA: hda/realtek - Improve the headset mic for Acer Aspire laptops

Kailang Yang <kailang@xxxxxxxxxxx>
ALSA: hda/realtek - Set default power save node to 0

Takashi Iwai <tiwai@xxxxxxx>
ALSA: line6: Assure canceling delayed work at disconnection

Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
powerpc/perf: Fix MMCRA corruption by bhrb_filter

CÃdric Le Goater <clg@xxxxxxxx>
KVM: PPC: Book3S HV: XIVE: Do not clear IRQ data of passthrough interrupts

Harald Freudenberger <freude@xxxxxxxxxxxxx>
s390/crypto: fix possible sleep during spinlock aquired

Harald Freudenberger <freude@xxxxxxxxxxxxx>
s390/crypto: fix gcm-aes-s390 selftest failures

Sean Nyekjaer <sean@xxxxxxxxxx>
iio: adc: ti-ads8688: fix timestamp is not updated in buffer

Ruslan Babayev <ruslan@xxxxxxxxxxx>
iio: dac: ds4422/ds4424 fix chip verification

Filipe Manana <fdmanana@xxxxxxxx>
Btrfs: incremental send, fix file corruption when no-holes feature is enabled

Filipe Manana <fdmanana@xxxxxxxx>
Btrfs: fix fsync not persisting changed attributes of a directory

Filipe Manana <fdmanana@xxxxxxxx>
Btrfs: fix race updating log root item during fsync

Filipe Manana <fdmanana@xxxxxxxx>
Btrfs: fix wrong ctime and mtime of a directory after log replay

Tomas Bortoli <tomasbortoli@xxxxxxxxx>
tracing: Avoid memory leak in predicate_parse()

Steffen Maier <maier@xxxxxxxxxxxxx>
scsi: zfcp: fix to prevent port_remove with pure auto scan LUNs (only sdevs)

Steffen Maier <maier@xxxxxxxxxxxxx>
scsi: zfcp: fix missing zfcp_port reference put on -EBUSY from port_remove

Piotr Figiel <p.figiel@xxxxxxxxxxxxxxxxxxxxxx>
brcmfmac: fix NULL pointer derefence during USB disconnect

Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx>
media: smsusb: better handle optional alignment

Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
media: usb: siano: Fix false-positive "uninitialized variable" warning

Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
media: usb: siano: Fix general protection fault in smsusb

Oliver Neukum <oneukum@xxxxxxxx>
USB: rio500: fix memory leak in close after disconnect

Oliver Neukum <oneukum@xxxxxxxx>
USB: rio500: refuse more than one device at a time

Maximilian Luz <luzmaximilian@xxxxxxxxx>
USB: Add LPM quirk for Surface Dock GigE adapter

Oliver Neukum <oneukum@xxxxxxxx>
USB: sisusbvga: fix oops in error path of sisusb_probe

Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
USB: Fix slab-out-of-bounds write in usb_get_bos_descriptor

Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
usbip: usbip_host: fix stub_dev lock context imbalance regression

Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
usbip: usbip_host: fix BUG: sleeping function called from invalid context

Carsten Schmid <carsten_schmid@xxxxxxxxxx>
usb: xhci: avoid null pointer deref when bos field is NULL

Andrey Smirnov <andrew.smirnov@xxxxxxxxx>
xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()

Fabio Estevam <festevam@xxxxxxxxx>
xhci: Use %zu for printing size_t type

Henry Lin <henryl@xxxxxxxxxx>
xhci: update bounce buffer with correct sg num

Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
include/linux/bitops.h: sanitize rotate primitives

James Clarke <jrtc27@xxxxxxxxxx>
sparc64: Fix regression in non-hypervisor TLB flush xcall


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

Diffstat:

Documentation/conf.py | 2 +-
Documentation/sphinx/kerneldoc.py | 44 ++++--
Documentation/sphinx/kernellog.py | 28 ++++
Documentation/sphinx/kfigure.py | 40 +++---
Makefile | 4 +-
arch/arm64/kernel/sys.c | 2 +-
arch/mips/kvm/mips.c | 3 +
arch/powerpc/kvm/book3s_xive.c | 4 +-
arch/powerpc/kvm/powerpc.c | 3 +
arch/powerpc/perf/core-book3s.c | 6 +-
arch/powerpc/perf/power8-pmu.c | 3 +
arch/powerpc/perf/power9-pmu.c | 3 +
arch/s390/crypto/aes_s390.c | 156 +++++++++++++++------
arch/s390/crypto/des_s390.c | 7 +-
arch/s390/kvm/kvm-s390.c | 1 +
arch/sparc/mm/ultra.S | 4 +-
arch/x86/kernel/ftrace.c | 49 ++++---
arch/x86/kernel/ftrace_64.S | 8 +-
arch/x86/kernel/kprobes/core.c | 24 +++-
arch/x86/kernel/vmlinux.lds.S | 6 +-
arch/x86/kvm/x86.c | 3 +
drivers/gpu/drm/drm_crtc.c | 4 +
drivers/gpu/drm/drm_plane.c | 8 ++
drivers/gpu/drm/nouveau/include/nvkm/subdev/i2c.h | 2 +
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c | 26 +++-
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.h | 2 +
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c | 15 ++
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bus.c | 21 ++-
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bus.h | 1 +
drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 9 ++
drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c | 29 ++--
drivers/gpu/drm/tegra/gem.c | 4 +-
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 8 +-
drivers/i2c/busses/i2c-mlxcpld.c | 2 +-
drivers/i2c/busses/i2c-synquacer.c | 2 +-
drivers/iio/adc/ti-ads8688.c | 2 +-
drivers/iio/dac/ds4424.c | 2 +-
drivers/media/usb/siano/smsusb.c | 33 +++--
drivers/media/usb/uvc/uvc_driver.c | 2 +-
.../wireless/broadcom/brcm80211/brcmfmac/bcdc.c | 11 +-
.../wireless/broadcom/brcm80211/brcmfmac/bcdc.h | 6 +-
.../wireless/broadcom/brcm80211/brcmfmac/core.c | 4 +-
.../broadcom/brcm80211/brcmfmac/fwsignal.c | 16 ++-
.../broadcom/brcm80211/brcmfmac/fwsignal.h | 3 +-
.../wireless/broadcom/brcm80211/brcmfmac/proto.c | 10 +-
.../wireless/broadcom/brcm80211/brcmfmac/proto.h | 3 +-
drivers/of/dynamic.c | 27 ++--
drivers/of/overlay.c | 61 ++++++--
drivers/s390/scsi/zfcp_ext.h | 1 +
drivers/s390/scsi/zfcp_scsi.c | 9 ++
drivers/s390/scsi/zfcp_sysfs.c | 55 +++++++-
drivers/s390/scsi/zfcp_unit.c | 8 +-
drivers/scsi/lpfc/lpfc_nvme.c | 6 +-
.../interface/vchiq_arm/vchiq_2835_arm.c | 9 ++
drivers/staging/wlan-ng/hfa384x_usb.c | 3 +-
drivers/tty/serial/max310x.c | 2 +-
drivers/tty/serial/msm_serial.c | 5 +-
drivers/tty/serial/sh-sci.c | 7 +
drivers/tty/vt/vt.c | 11 +-
drivers/usb/core/config.c | 4 +-
drivers/usb/core/quirks.c | 3 +
drivers/usb/host/xhci-ring.c | 17 ++-
drivers/usb/host/xhci.c | 24 ++--
drivers/usb/misc/rio500.c | 41 ++++--
drivers/usb/misc/sisusbvga/sisusb.c | 15 +-
drivers/usb/usbip/stub_dev.c | 75 +++++++---
drivers/video/fbdev/core/fbcon.c | 2 +-
fs/btrfs/inode.c | 14 +-
fs/btrfs/send.c | 6 +
fs/btrfs/tree-log.c | 20 +--
fs/cifs/file.c | 4 +-
fs/cifs/smb2pdu.c | 3 +-
fs/lockd/xdr.c | 4 +-
fs/lockd/xdr4.c | 4 +-
include/linux/bitops.h | 16 +--
include/linux/compiler-gcc.h | 4 +
include/linux/compiler_types.h | 4 +
include/linux/list_lru.h | 1 +
include/linux/module.h | 4 +-
include/linux/of.h | 6 +
kernel/signal.c | 2 +
kernel/trace/trace_events_filter.c | 8 +-
mm/list_lru.c | 8 +-
scripts/gcc-plugins/gcc-common.h | 4 +
security/integrity/evm/evm_crypto.c | 3 +
security/integrity/ima/ima_policy.c | 21 +--
sound/pci/hda/patch_realtek.c | 18 ++-
sound/usb/line6/driver.c | 12 ++
sound/usb/line6/driver.h | 4 +
sound/usb/line6/toneport.c | 15 +-
virt/kvm/arm/arm.c | 3 +
virt/kvm/kvm_main.c | 2 -
92 files changed, 878 insertions(+), 322 deletions(-)