[PATCH 5.3 00/25] 5.3.2-stable review

From: Greg Kroah-Hartman
Date: Sun Sep 29 2019 - 10:02:57 EST


This is the start of the stable review cycle for the 5.3.2 release.
There are 25 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 Tue 01 Oct 2019 01:47:47 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/v5.x/stable-review/patch-5.3.2-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.3.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
objtool: Clobber user CFLAGS variable

Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx>
platform/x86: i2c-multi-instantiate: Derive the device name from parent

Takashi Iwai <tiwai@xxxxxxx>
ALSA: hda - Apply AMD controller workaround for Raven platform

Shih-Yuan Lee (FourDollars) <fourdollars@xxxxxxxxxx>
ALSA: hda - Add laptop imic fixup for ASUS M9V laptop

Takashi Sakamoto <o-takashi@xxxxxxxxxxxxx>
ALSA: dice: fix wrong packet parameter for Alesis iO26

Jussi Laako <jussi@xxxxxxxxxxxxx>
ALSA: usb-audio: Add DSD support for EVGA NU Audio

Ilya Pshonkin <sudokamikaze@xxxxxxxxxxxxxx>
ALSA: usb-audio: Add Hiby device family to quirks for native DSD support

Vitaly Wool <vitalywool@xxxxxxxxx>
Revert "mm/z3fold.c: fix race between migration and destruction"

Peng Fan <peng.fan@xxxxxxx>
clk: imx: imx8mm: fix audio pll setting

Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx>
crypto: talitos - fix missing break in switch statement

Tokunori Ikegami <ikegami.t@xxxxxxxxx>
mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()

Sebastian Parschauer <s.parschauer@xxxxxx>
HID: Add quirk for HP X500 PIXART OEM mouse

Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
HID: hidraw: Fix invalid read in hidraw_ioctl

Hans de Goede <hdegoede@xxxxxxxxxx>
HID: logitech-dj: Fix crash when initial logi_dj_recv_query_paired_devices fails

Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
HID: logitech: Fix general protection fault caused by Logitech driver

Roderick Colenbrander <roderick.colenbrander@xxxxxxxx>
HID: sony: Fix memory corruption issue on cleanup.

Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
HID: prodikeys: Fix general protection fault during probe

Greg Kurz <groug@xxxxxxxx>
powerpc/xive: Fix bogus error code returned by OPAL

Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines

Nicholas Kazlauskas <nicholas.kazlauskas@xxxxxxx>
drm/amd/display: Don't replace the dc_state for fast updates

Nicholas Kazlauskas <nicholas.kazlauskas@xxxxxxx>
drm/amd/display: Skip determining update type for async updates

Nicholas Kazlauskas <nicholas.kazlauskas@xxxxxxx>
drm/amd/display: Allow cursor async updates for framebuffer swaps

Jon Hunter <jonathanh@xxxxxxxxxx>
clocksource/drivers: Do not warn on probe defer

Jon Hunter <jonathanh@xxxxxxxxxx>
clocksource/drivers/timer-of: Do not warn on deferred probe

Jeremy Sowden <jeremy@xxxxxxxxxx>
netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to header-file.


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

Diffstat:

Makefile | 4 +-
arch/powerpc/include/asm/opal.h | 2 +-
arch/powerpc/platforms/powernv/opal-call.c | 2 +-
arch/powerpc/sysdev/xive/native.c | 11 +++
drivers/clk/imx/clk-imx8mm.c | 4 +-
drivers/clocksource/timer-of.c | 6 +-
drivers/clocksource/timer-probe.c | 4 +-
drivers/crypto/talitos.c | 1 +
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 56 ++++++++++----
drivers/gpu/drm/amd/display/dc/calcs/Makefile | 4 +
drivers/gpu/drm/amd/display/dc/dcn20/Makefile | 4 +
drivers/gpu/drm/amd/display/dc/dml/Makefile | 4 +
drivers/gpu/drm/amd/display/dc/dsc/Makefile | 4 +
drivers/hid/hid-ids.h | 1 +
drivers/hid/hid-lg.c | 10 ++-
drivers/hid/hid-lg4ff.c | 1 -
drivers/hid/hid-logitech-dj.c | 10 +--
drivers/hid/hid-prodikeys.c | 12 ++-
drivers/hid/hid-quirks.c | 1 +
drivers/hid/hid-sony.c | 2 +-
drivers/hid/hidraw.c | 2 +-
drivers/mtd/chips/cfi_cmdset_0002.c | 18 +++--
drivers/platform/x86/i2c-multi-instantiate.c | 2 +-
include/net/netfilter/nf_tables.h | 4 +
mm/z3fold.c | 90 -----------------------
sound/firewire/dice/dice-alesis.c | 2 +-
sound/pci/hda/hda_intel.c | 3 +-
sound/pci/hda/patch_analog.c | 1 +
sound/usb/quirks.c | 2 +
tools/objtool/Makefile | 2 +-
30 files changed, 130 insertions(+), 139 deletions(-)