Merge tag 'v4.9.88' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.9-stable
[email protected] Sat, 16 Jun 2018 06:27:49 +0200
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23994731AbeFPE1wkABmJ/[email protected]> |
Author: Ralf Baechle <[email protected]> Tue May 15 21:50:49 2018 +0200 Commit: a14a87d9dc9b98e0d0cc3f0e7018fdc0b8509427 Gitweb: https://git.linux-mips.org/g/ralf/linux/a14a87d9dc9b Branch: linux-4.9-stable --- Makefile | 2 arch/arm/mach-omap2/omap-secure.c | 2 arch/mips/ath25/board.c | 2 arch/mips/cavium-octeon/octeon-irq.c | 2 arch/mips/kernel/smp-bmips.c | 8 arch/s390/kvm/kvm-s390.c | 1 arch/x86/Makefile | 5 arch/x86/entry/entry_32.S | 3 arch/x86/entry/entry_64.S | 3 arch/x86/include/asm/apm.h | 6 arch/x86/include/asm/asm-prototypes.h | 3 arch/x86/include/asm/cpufeatures.h | 1 arch/x86/include/asm/efi.h | 17 + arch/x86/include/asm/nospec-branch.h | 138 ++++++- arch/x86/include/asm/paravirt.h | 16 + arch/x86/include/asm/paravirt_types.h | 5 arch/x86/kernel/cpu/bugs.c | 12 + arch/x86/kernel/cpu/intel.c | 7 arch/x86/kernel/cpu/mcheck/mce.c | 22 + arch/x86/kernel/head_64.S | 2 arch/x86/kernel/machine_kexec_64.c | 1 arch/x86/kernel/module.c | 14 + arch/x86/lib/Makefile | 1 arch/x86/lib/retpoline.S | 56 --- arch/x86/tools/relocs.c | 3 drivers/block/loop.c | 2 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 3 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 58 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 13 - drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 30 - drivers/gpu/drm/drm_probe_helper.c | 20 + drivers/gpu/drm/i915/i915_drv.c | 2 drivers/gpu/drm/i915/intel_hdmi.c | 14 + drivers/gpu/drm/nouveau/nouveau_connector.c | 18 + drivers/gpu/drm/radeon/cik.c | 31 - drivers/gpu/drm/radeon/radeon_connectors.c | 74 ++-- drivers/infiniband/core/ucma.c | 6 drivers/infiniband/hw/mlx5/cq.c | 7 drivers/infiniband/hw/mlx5/mr.c | 2 drivers/input/keyboard/matrix_keypad.c | 4 drivers/input/keyboard/tca8418_keypad.c | 2 drivers/md/bcache/super.c | 27 + drivers/media/i2c/tc358743.c | 2 drivers/mtd/ubi/vmt.c | 15 - drivers/pci/host/pcie-designware.c | 2 drivers/scsi/qla2xxx/qla_init.c | 1 drivers/scsi/qla2xxx/qla_target.c | 2 drivers/staging/android/ashmem.c | 15 - drivers/staging/comedi/drivers.c | 3 drivers/tty/serial/8250/8250_pci.c | 11 + drivers/tty/serial/atmel_serial.c | 1 drivers/tty/serial/earlycon.c | 3 drivers/tty/serial/serial_core.c | 2 drivers/tty/serial/sh-sci.c | 2 drivers/usb/core/message.c | 4 drivers/usb/core/quirks.c | 3 drivers/usb/gadget/function/f_fs.c | 1 drivers/usb/mon/mon_text.c | 126 ++++-- drivers/usb/storage/uas.c | 2 drivers/usb/storage/unusual_devs.h | 7 drivers/usb/usbip/vudc_sysfs.c | 8 drivers/virtio/virtio_ring.c | 2 drivers/watchdog/hpwdt.c | 507 +----------------------- fs/ext4/xattr.c | 3 fs/nfs/direct.c | 2 fs/nfs/write.c | 83 ++-- include/drm/drm_crtc_helper.h | 1 include/linux/compiler-clang.h | 5 include/linux/compiler-gcc.h | 4 include/linux/init.h | 8 include/linux/netfilter/x_tables.h | 38 -- include/linux/nospec.h | 23 - include/linux/usb/quirks.h | 3 include/linux/workqueue.h | 1 kernel/workqueue.c | 16 + net/bridge/netfilter/ebt_among.c | 21 + net/bridge/netfilter/ebtables.c | 13 + net/ipv4/netfilter/arp_tables.c | 20 + net/ipv4/netfilter/ip_tables.c | 23 + net/ipv6/netfilter/ip6_tables.c | 21 + net/ipv6/netfilter/nf_nat_l3proto_ipv6.c | 4 net/netfilter/nf_nat_proto_common.c | 7 net/netfilter/x_tables.c | 55 +++ net/netfilter/xt_IDLETIMER.c | 9 net/netfilter/xt_LED.c | 12 - scripts/Makefile.lib | 8 sound/core/seq/seq_clientmgr.c | 21 + sound/core/seq/seq_fifo.c | 2 sound/core/seq/seq_memory.c | 14 - sound/core/seq/seq_memory.h | 3 sound/pci/hda/patch_conexant.c | 2 sound/pci/hda/patch_realtek.c | 18 + sound/soc/codecs/rt5651.c | 1 sound/soc/codecs/sgtl5000.c | 11 + tools/perf/util/trigger.h | 9 95 files changed, 875 insertions(+), 950 deletions(-)