Merge tag 'v4.14.58' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.14-stable
[email protected] Fri, 31 Aug 2018 03:24:18 +0200
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23994626AbeHaBYW7BUEm/[email protected]> |
Author: Ralf Baechle <[email protected]> Fri Aug 31 02:15:51 2018 +0200 Commit: 3b1a0158ac4959e7c6387d57594037313311f707 Gitweb: https://git.linux-mips.org/g/ralf/linux/3b1a0158ac49 Branch: linux-4.14-stable --- Makefile | 2 + arch/alpha/kernel/osf_sys.c | 5 +-- arch/arc/Kconfig | 2 + arch/arc/configs/axs101_defconfig | 1 - arch/arc/configs/axs103_defconfig | 1 - arch/arc/configs/axs103_smp_defconfig | 1 - arch/arc/configs/haps_hs_defconfig | 1 - arch/arc/configs/haps_hs_smp_defconfig | 1 - arch/arc/configs/hsdk_defconfig | 1 - arch/arc/configs/nsim_700_defconfig | 1 - arch/arc/configs/nsim_hs_defconfig | 1 - arch/arc/configs/nsim_hs_smp_defconfig | 1 - arch/arc/configs/nsimosci_defconfig | 1 - arch/arc/configs/nsimosci_hs_defconfig | 1 - arch/arc/configs/nsimosci_hs_smp_defconfig | 1 - arch/arc/include/asm/page.h | 2 + arch/arc/include/asm/pgtable.h | 2 + arch/arc/plat-hsdk/Kconfig | 2 + arch/powerpc/kernel/idle_book3s.S | 2 + arch/x86/events/intel/ds.c | 8 +++-- arch/x86/include/asm/apm.h | 6 ---- arch/x86/kernel/apm_32.c | 5 +++ arch/x86/kernel/cpu/mcheck/mce.c | 3 -- drivers/cpufreq/intel_pstate.c | 17 +++++++++++ drivers/cpufreq/pcc-cpufreq.c | 4 +++ drivers/gpu/drm/i915/i915_irq.c | 32 ++++++++++++++++++++-- drivers/gpu/drm/nouveau/nouveau_backlight.c | 6 +++- drivers/gpu/drm/nouveau/nouveau_connector.c | 9 +++++- drivers/gpu/drm/nouveau/nouveau_connector.h | 36 ++++++++++++++++++++++-- drivers/gpu/drm/nouveau/nouveau_display.c | 10 +++++-- drivers/misc/cxl/api.c | 8 +++-- drivers/net/ethernet/broadcom/bcmsysport.c | 4 +-- drivers/net/ethernet/broadcom/bcmsysport.h | 3 +- drivers/net/ethernet/broadcom/tg3.c | 9 ++++++ drivers/net/ethernet/mellanox/mlx4/en_rx.c | 8 ++++- drivers/net/hyperv/netvsc.c | 17 +++++++---- drivers/net/phy/phy_device.c | 7 +---- drivers/net/usb/asix_devices.c | 4 ++- drivers/net/usb/qmi_wwan.c | 1 + drivers/ptp/ptp_chardev.c | 1 + drivers/scsi/sd_zbc.c | 5 ++- drivers/usb/host/xhci.c | 40 +++++++++++++++++++++++++-- drivers/usb/host/xhci.h | 4 +++ drivers/vfio/pci/vfio_pci.c | 4 +++ drivers/vfio/vfio_iommu_spapr_tce.c | 8 +++-- fs/fat/inode.c | 20 +++++++++----- include/linux/sched/task.h | 2 + include/linux/skbuff.h | 10 +++---- include/net/ipv6.h | 2 + kernel/stop_machine.c | 6 +++- lib/rhashtable.c | 17 +++++++---- mm/huge_memory.c | 2 + mm/memcontrol.c | 2 + net/core/gen_stats.c | 16 +++++++++-- net/core/skbuff.c | 1 + net/ipv4/fib_frontend.c | 1 + net/ipv4/sysctl_net_ipv4.c | 5 ++- net/ipv4/tcp.c | 3 +- net/ipv6/Kconfig | 1 + net/ipv6/ndisc.c | 2 + sound/core/rawmidi.c | 20 +++++++++----- sound/pci/hda/patch_conexant.c | 1 + sound/pci/hda/patch_realtek.c | 1 + virt/kvm/eventfd.c | 6 +++- 64 files changed, 294 insertions(+), 112 deletions(-)