This is the start of the stable review cycle for the 4.19.60 release. There are 47 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/v4.x/stable-review/patch-4.19.60-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 <gre...@linuxfoundation.org> Linux 4.19.60-rc1 Jiri Slaby <jsl...@suse.cz> x86/entry/32: Fix ENDPROC of common_spurious Dave Airlie <airl...@redhat.com> drm/udl: move to embedding drm device inside udl device. Thomas Zimmermann <tzimmerm...@suse.de> drm/udl: Replace drm_dev_unref with drm_dev_put Dave Airlie <airl...@redhat.com> drm/udl: introduce a macro to convert dev to udl. Mark Zhang <ma...@nvidia.com> regmap-irq: do not write mask register if mask_base is zero Haren Myneni <ha...@linux.vnet.ibm.com> crypto/NX: Set receive window credits to max number of CRBs in RxFIFO Christophe Leroy <christophe.le...@c-s.fr> crypto: talitos - fix hash on SEC1. Christophe Leroy <christophe.le...@c-s.fr> crypto: talitos - move struct talitos_edesc into talitos.h Julian Wiedmann <j...@linux.ibm.com> s390/qdio: don't touch the dsci in tiqdio_add_input_queues() Julian Wiedmann <j...@linux.ibm.com> s390/qdio: (re-)initialize tiqdio list entries Heiko Carstens <heiko.carst...@de.ibm.com> s390: fix stfle zero padding Arnd Bergmann <a...@arndb.de> ARC: hide unused function unw_hdr_alloc Thomas Gleixner <t...@linutronix.de> x86/irq: Seperate unused system vectors from spurious entry again Thomas Gleixner <t...@linutronix.de> x86/irq: Handle spurious interrupt after shutdown gracefully Thomas Gleixner <t...@linutronix.de> x86/ioapic: Implement irq_get_irqchip_state() callback Thomas Gleixner <t...@linutronix.de> genirq: Add optional hardware synchronization for shutdown Thomas Gleixner <t...@linutronix.de> genirq: Fix misleading synchronize_irq() documentation Thomas Gleixner <t...@linutronix.de> genirq: Delay deactivation in free_irq() Vinod Koul <vk...@kernel.org> linux/kernel.h: fix overflow for DIV_ROUND_UP_ULL Nicolas Boichat <drink...@chromium.org> pinctrl: mediatek: Update cur_mask in mask/mask ops Eiichi Tsukata <de...@etsukata.com> cpu/hotplug: Fix out-of-bounds read when setting fail state Nicolas Boichat <drink...@chromium.org> pinctrl: mediatek: Ignore interrupts that are wake only during resume Kai-Heng Feng <kai.heng.f...@canonical.com> HID: multitouch: Add pointstick support for ALPS Touchpad Oleksandr Natalenko <oleksa...@redhat.com> HID: chicony: add another quirk for PixArt mouse Kirill A. Shutemov <kir...@shutemov.name> x86/boot/64: Add missing fixup_pointer() for next_early_pgt access Kirill A. Shutemov <kir...@shutemov.name> x86/boot/64: Fix crash if kernel image crosses page table boundary Milan Broz <gmazyl...@gmail.com> dm verity: use message limit for data block corruption message Jerome Marchand <jmarc...@redhat.com> dm table: don't copy from a NULL pointer in realloc_argv() Phil Reid <pr...@electromag.com.au> pinctrl: mcp23s08: Fix add_data and irqchip_add_nested call order Sébastien Szymanski <sebastien.szyman...@armadeus.com> ARM: dts: imx6ul: fix PWM[1-4] interrupts Sergej Benilov <sergej.beni...@googlemail.com> sis900: fix TX completion Takashi Iwai <ti...@suse.de> ppp: mppe: Add softdep to arc4 Petr Oros <po...@redhat.com> be2net: fix link failure after ethtool offline test Colin Ian King <colin.k...@canonical.com> x86/apic: Fix integer overflow on 10 bit left shift of cpu_khz David Howells <dhowe...@redhat.com> afs: Fix uninitialised spinlock afs_volume::cb_break_lock Arnd Bergmann <a...@arndb.de> ARM: omap2: remove incorrect __init annotation Linus Walleij <linus.wall...@linaro.org> ARM: dts: gemini Fix up DNS-313 compatible string Peter Zijlstra <pet...@infradead.org> perf/core: Fix perf_sample_regs_user() mm check Hans de Goede <hdego...@redhat.com> efi/bgrt: Drop BGRT status field reserved bits check Tony Lindgren <t...@atomide.com> clk: ti: clkctrl: Fix returning uninitialized data Heyi Guo <guoh...@huawei.com> irqchip/gic-v3-its: Fix command queue pointer comparison bug Sven Van Asbroeck <thesve...@gmail.com> firmware: improve LSM/IMA security behaviour James Morse <james.mo...@arm.com> drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDT Masahiro Yamada <yamada.masah...@socionext.com> nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi header Cole Rogers <colerog...@disroot.org> Input: synaptics - enable SMBUS on T480 thinkpad trackpad Konstantin Khlebnikov <khlebni...@yandex-team.ru> e1000e: start network tx queue only when link is up Konstantin Khlebnikov <khlebni...@yandex-team.ru> Revert "e1000e: fix cyclic resets at link up with active tx" ------------- Diffstat: Makefile | 4 +- arch/arc/kernel/unwind.c | 9 ++- arch/arm/boot/dts/gemini-dlink-dns-313.dts | 2 +- arch/arm/boot/dts/imx6ul.dtsi | 8 +-- arch/arm/mach-omap2/prm3xxx.c | 2 +- arch/s390/include/asm/facility.h | 21 ++++-- 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 | 36 ++++++---- arch/x86/kernel/apic/io_apic.c | 46 ++++++++++++ arch/x86/kernel/apic/vector.c | 4 +- arch/x86/kernel/head64.c | 20 +++--- 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/base/regmap/regmap-irq.c | 6 ++ drivers/clk/ti/clkctrl.c | 7 +- drivers/crypto/nx/nx-842-powernv.c | 8 ++- drivers/crypto/talitos.c | 99 +++++++++++--------------- drivers/crypto/talitos.h | 30 ++++++++ drivers/firmware/efi/efi-bgrt.c | 5 -- drivers/gpu/drm/udl/udl_drv.c | 56 ++++++++++++--- drivers/gpu/drm/udl/udl_drv.h | 9 +-- drivers/gpu/drm/udl/udl_fb.c | 12 ++-- drivers/gpu/drm/udl/udl_gem.c | 2 +- drivers/gpu/drm/udl/udl_main.c | 35 +++------ drivers/hid/hid-ids.h | 2 + drivers/hid/hid-multitouch.c | 4 ++ drivers/hid/hid-quirks.c | 1 + drivers/input/mouse/synaptics.c | 1 + drivers/irqchip/irq-gic-v3-its.c | 35 ++++++--- drivers/md/dm-table.c | 2 +- drivers/md/dm-verity-target.c | 4 +- drivers/net/ethernet/emulex/benet/be_ethtool.c | 28 ++++++-- drivers/net/ethernet/intel/e1000e/netdev.c | 21 +++--- drivers/net/ethernet/sis/sis900.c | 16 ++--- drivers/net/ppp/ppp_mppe.c | 1 + drivers/pinctrl/mediatek/mtk-eint.c | 34 +++++---- drivers/pinctrl/pinctrl-mcp23s08.c | 8 +-- drivers/s390/cio/qdio_setup.c | 2 + drivers/s390/cio/qdio_thinint.c | 5 +- fs/afs/callback.c | 4 +- fs/afs/internal.h | 2 +- fs/afs/volume.c | 1 + include/linux/cpuhotplug.h | 1 + include/linux/kernel.h | 3 +- include/uapi/linux/nilfs2_ondisk.h | 24 +++---- kernel/cpu.c | 3 + kernel/events/core.c | 2 +- kernel/irq/autoprobe.c | 6 +- kernel/irq/chip.c | 6 ++ kernel/irq/cpuhotplug.c | 2 +- kernel/irq/internals.h | 5 ++ kernel/irq/manage.c | 88 +++++++++++++++++------ 56 files changed, 534 insertions(+), 267 deletions(-)