This is the start of the stable review cycle for the 5.2.2 release. There are 21 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 20 Jul 2019 02:59:27 AM 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.2.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.2.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 5.2.2-rc1 Jiri Slaby <jslaby@xxxxxxx> x86/entry/32: Fix ENDPROC of common_spurious Haren Myneni <haren@xxxxxxxxxxxxxxxxxx> crypto/NX: Set receive window credits to max number of CRBs in RxFIFO Christophe Leroy <christophe.leroy@xxxxxx> crypto: talitos - fix hash on SEC1. Christophe Leroy <christophe.leroy@xxxxxx> crypto: talitos - move struct talitos_edesc into talitos.h Julian Wiedmann <jwi@xxxxxxxxxxxxx> s390/qdio: don't touch the dsci in tiqdio_add_input_queues() Julian Wiedmann <jwi@xxxxxxxxxxxxx> s390/qdio: (re-)initialize tiqdio list entries Heiko Carstens <heiko.carstens@xxxxxxxxxx> s390: fix stfle zero padding Philipp Rudo <prudo@xxxxxxxxxxxxx> s390/ipl: Fix detection of has_secure attribute Arnd Bergmann <arnd@xxxxxxxx> ARC: hide unused function unw_hdr_alloc Thomas Gleixner <tglx@xxxxxxxxxxxxx> x86/irq: Seperate unused system vectors from spurious entry again Thomas Gleixner <tglx@xxxxxxxxxxxxx> x86/irq: Handle spurious interrupt after shutdown gracefully Thomas Gleixner <tglx@xxxxxxxxxxxxx> x86/ioapic: Implement irq_get_irqchip_state() callback Thomas Gleixner <tglx@xxxxxxxxxxxxx> genirq: Add optional hardware synchronization for shutdown Thomas Gleixner <tglx@xxxxxxxxxxxxx> genirq: Fix misleading synchronize_irq() documentation Thomas Gleixner <tglx@xxxxxxxxxxxxx> genirq: Delay deactivation in free_irq() Sven Van Asbroeck <thesven73@xxxxxxxxx> firmware: improve LSM/IMA security behaviour James Morse <james.morse@xxxxxxx> drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDT Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi header Cole Rogers <colerogers@xxxxxxxxxxx> Input: synaptics - enable SMBUS on T480 thinkpad trackpad Konstantin Khlebnikov <khlebnikov@xxxxxxxxxxxxxx> e1000e: start network tx queue only when link is up Konstantin Khlebnikov <khlebnikov@xxxxxxxxxxxxxx> Revert "e1000e: fix cyclic resets at link up with active tx" ------------- Diffstat: Makefile | 4 +- arch/arc/kernel/unwind.c | 9 ++- arch/s390/include/asm/facility.h | 21 ++++--- arch/s390/include/asm/sclp.h | 1 - arch/s390/kernel/ipl.c | 7 +-- arch/x86/entry/entry_32.S | 24 ++++++++ arch/x86/entry/entry_64.S | 30 +++++++-- arch/x86/include/asm/hw_irq.h | 5 +- arch/x86/kernel/apic/apic.c | 33 ++++++---- arch/x86/kernel/apic/io_apic.c | 46 ++++++++++++++ arch/x86/kernel/apic/vector.c | 4 +- arch/x86/kernel/idt.c | 3 +- arch/x86/kernel/irq.c | 2 +- drivers/base/cacheinfo.c | 3 +- drivers/base/firmware_loader/fallback.c | 2 +- drivers/crypto/nx/nx-842-powernv.c | 8 ++- drivers/crypto/talitos.c | 99 +++++++++++++----------------- drivers/crypto/talitos.h | 30 +++++++++ drivers/input/mouse/synaptics.c | 1 + drivers/net/ethernet/intel/e1000e/netdev.c | 21 ++++--- drivers/s390/char/sclp_early.c | 1 - drivers/s390/cio/qdio_setup.c | 2 + drivers/s390/cio/qdio_thinint.c | 5 +- include/linux/cpuhotplug.h | 1 + include/uapi/linux/nilfs2_ondisk.h | 24 ++++---- kernel/irq/autoprobe.c | 6 +- kernel/irq/chip.c | 6 ++ kernel/irq/cpuhotplug.c | 2 +- kernel/irq/internals.h | 5 ++ kernel/irq/manage.c | 90 ++++++++++++++++++++------- 30 files changed, 342 insertions(+), 153 deletions(-)