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 <[email protected]>
Linux 4.19.60-rc1
Jiri Slaby <[email protected]>
x86/entry/32: Fix ENDPROC of common_spurious
Dave Airlie <[email protected]>
drm/udl: move to embedding drm device inside udl device.
Thomas Zimmermann <[email protected]>
drm/udl: Replace drm_dev_unref with drm_dev_put
Dave Airlie <[email protected]>
drm/udl: introduce a macro to convert dev to udl.
Mark Zhang <[email protected]>
regmap-irq: do not write mask register if mask_base is zero
Haren Myneni <[email protected]>
crypto/NX: Set receive window credits to max number of CRBs in RxFIFO
Christophe Leroy <[email protected]>
crypto: talitos - fix hash on SEC1.
Christophe Leroy <[email protected]>
crypto: talitos - move struct talitos_edesc into talitos.h
Julian Wiedmann <[email protected]>
s390/qdio: don't touch the dsci in tiqdio_add_input_queues()
Julian Wiedmann <[email protected]>
s390/qdio: (re-)initialize tiqdio list entries
Heiko Carstens <[email protected]>
s390: fix stfle zero padding
Arnd Bergmann <[email protected]>
ARC: hide unused function unw_hdr_alloc
Thomas Gleixner <[email protected]>
x86/irq: Seperate unused system vectors from spurious entry again
Thomas Gleixner <[email protected]>
x86/irq: Handle spurious interrupt after shutdown gracefully
Thomas Gleixner <[email protected]>
x86/ioapic: Implement irq_get_irqchip_state() callback
Thomas Gleixner <[email protected]>
genirq: Add optional hardware synchronization for shutdown
Thomas Gleixner <[email protected]>
genirq: Fix misleading synchronize_irq() documentation
Thomas Gleixner <[email protected]>
genirq: Delay deactivation in free_irq()
Vinod Koul <[email protected]>
linux/kernel.h: fix overflow for DIV_ROUND_UP_ULL
Nicolas Boichat <[email protected]>
pinctrl: mediatek: Update cur_mask in mask/mask ops
Eiichi Tsukata <[email protected]>
cpu/hotplug: Fix out-of-bounds read when setting fail state
Nicolas Boichat <[email protected]>
pinctrl: mediatek: Ignore interrupts that are wake only during resume
Kai-Heng Feng <[email protected]>
HID: multitouch: Add pointstick support for ALPS Touchpad
Oleksandr Natalenko <[email protected]>
HID: chicony: add another quirk for PixArt mouse
Kirill A. Shutemov <[email protected]>
x86/boot/64: Add missing fixup_pointer() for next_early_pgt access
Kirill A. Shutemov <[email protected]>
x86/boot/64: Fix crash if kernel image crosses page table boundary
Milan Broz <[email protected]>
dm verity: use message limit for data block corruption message
Jerome Marchand <[email protected]>
dm table: don't copy from a NULL pointer in realloc_argv()
Phil Reid <[email protected]>
pinctrl: mcp23s08: Fix add_data and irqchip_add_nested call order
Sébastien Szymanski <[email protected]>
ARM: dts: imx6ul: fix PWM[1-4] interrupts
Sergej Benilov <[email protected]>
sis900: fix TX completion
Takashi Iwai <[email protected]>
ppp: mppe: Add softdep to arc4
Petr Oros <[email protected]>
be2net: fix link failure after ethtool offline test
Colin Ian King <[email protected]>
x86/apic: Fix integer overflow on 10 bit left shift of cpu_khz
David Howells <[email protected]>
afs: Fix uninitialised spinlock afs_volume::cb_break_lock
Arnd Bergmann <[email protected]>
ARM: omap2: remove incorrect __init annotation
Linus Walleij <[email protected]>
ARM: dts: gemini Fix up DNS-313 compatible string
Peter Zijlstra <[email protected]>
perf/core: Fix perf_sample_regs_user() mm check
Hans de Goede <[email protected]>
efi/bgrt: Drop BGRT status field reserved bits check
Tony Lindgren <[email protected]>
clk: ti: clkctrl: Fix returning uninitialized data
Heyi Guo <[email protected]>
irqchip/gic-v3-its: Fix command queue pointer comparison bug
Sven Van Asbroeck <[email protected]>
firmware: improve LSM/IMA security behaviour
James Morse <[email protected]>
drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDT
Masahiro Yamada <[email protected]>
nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi header
Cole Rogers <[email protected]>
Input: synaptics - enable SMBUS on T480 thinkpad trackpad
Konstantin Khlebnikov <[email protected]>
e1000e: start network tx queue only when link is up
Konstantin Khlebnikov <[email protected]>
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(-)