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.g... 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@linuxfoundation.org Linux 5.3.2-rc1
Josh Poimboeuf jpoimboe@redhat.com objtool: Clobber user CFLAGS variable
Heikki Krogerus heikki.krogerus@linux.intel.com platform/x86: i2c-multi-instantiate: Derive the device name from parent
Takashi Iwai tiwai@suse.de ALSA: hda - Apply AMD controller workaround for Raven platform
Shih-Yuan Lee (FourDollars) fourdollars@debian.org ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
Takashi Sakamoto o-takashi@sakamocchi.jp ALSA: dice: fix wrong packet parameter for Alesis iO26
Jussi Laako jussi@sonarnerd.net ALSA: usb-audio: Add DSD support for EVGA NU Audio
Ilya Pshonkin sudokamikaze@protonmail.com ALSA: usb-audio: Add Hiby device family to quirks for native DSD support
Vitaly Wool vitalywool@gmail.com Revert "mm/z3fold.c: fix race between migration and destruction"
Peng Fan peng.fan@nxp.com clk: imx: imx8mm: fix audio pll setting
Gustavo A. R. Silva gustavo@embeddedor.com crypto: talitos - fix missing break in switch statement
Tokunori Ikegami ikegami.t@gmail.com mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
Sebastian Parschauer s.parschauer@gmx.de HID: Add quirk for HP X500 PIXART OEM mouse
Alan Stern stern@rowland.harvard.edu HID: hidraw: Fix invalid read in hidraw_ioctl
Hans de Goede hdegoede@redhat.com HID: logitech-dj: Fix crash when initial logi_dj_recv_query_paired_devices fails
Alan Stern stern@rowland.harvard.edu HID: logitech: Fix general protection fault caused by Logitech driver
Roderick Colenbrander roderick.colenbrander@sony.com HID: sony: Fix memory corruption issue on cleanup.
Alan Stern stern@rowland.harvard.edu HID: prodikeys: Fix general protection fault during probe
Greg Kurz groug@kaod.org powerpc/xive: Fix bogus error code returned by OPAL
Nick Desaulniers ndesaulniers@google.com drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines
Nicholas Kazlauskas nicholas.kazlauskas@amd.com drm/amd/display: Don't replace the dc_state for fast updates
Nicholas Kazlauskas nicholas.kazlauskas@amd.com drm/amd/display: Skip determining update type for async updates
Nicholas Kazlauskas nicholas.kazlauskas@amd.com drm/amd/display: Allow cursor async updates for framebuffer swaps
Jon Hunter jonathanh@nvidia.com clocksource/drivers: Do not warn on probe defer
Jon Hunter jonathanh@nvidia.com clocksource/drivers/timer-of: Do not warn on deferred probe
Jeremy Sowden jeremy@azazel.net 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(-)