Merge tag 'v4.17.10' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.17-stable
[email protected] Fri, 31 Aug 2018 03:29:15 +0200
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23994589AbeHaB3SSpjR2/[email protected]> |
Author: Ralf Baechle <[email protected]> Fri Aug 31 02:09:17 2018 +0200 Commit: 263ee34e825a2202d68b2bdd4c958fc8f8e0854b Gitweb: https://git.linux-mips.org/g/ralf/linux/263ee34e825a Branch: linux-4.17-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 - arch/x86/kernel/kvmclock.c | 11 ++-- arch/x86/kvm/vmx.c | 52 +++++++++++++++----- drivers/cpufreq/intel_pstate.c | 17 ++++++- drivers/cpufreq/pcc-cpufreq.c | 4 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 4 ++ .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 20 +++----- drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c | 10 +--- drivers/gpu/drm/amd/display/dc/inc/dc_link_ddc.h | 5 +- drivers/gpu/drm/drm_lease.c | 16 ------ 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/gpu/drm/nouveau/nouveau_drm.c | 11 ---- drivers/misc/cxl/api.c | 8 ++- drivers/net/ethernet/aquantia/atlantic/aq_cfg.h | 2 - drivers/net/ethernet/aquantia/atlantic/aq_hw.h | 4 +- drivers/net/ethernet/aquantia/atlantic/aq_main.c | 11 +--- drivers/net/ethernet/aquantia/atlantic/aq_nic.c | 47 ++++++++++-------- drivers/net/ethernet/aquantia/atlantic/aq_nic.h | 2 - .../ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c | 2 - .../ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c | 4 +- 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/qla2xxx/qla_def.h | 2 + drivers/scsi/qla2xxx/qla_gs.c | 40 ++++++++++----- drivers/scsi/qla2xxx/qla_init.c | 14 +++-- drivers/scsi/qla2xxx/qla_os.c | 4 +- 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 +++++--- fs/internal.h | 1 include/linux/fs.h | 1 include/linux/sched/task.h | 2 - include/linux/skbuff.h | 10 ++-- include/net/ipv6.h | 2 - include/net/sctp/sctp.h | 9 +++ kernel/stop_machine.c | 6 ++ lib/rhashtable.c | 25 +++++++--- 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/ip6_gre.c | 3 + net/ipv6/ndisc.c | 2 - net/ipv6/route.c | 7 +++ net/sched/sch_fq_codel.c | 25 +++++++--- net/sctp/associola.c | 6 +- net/sctp/transport.c | 8 ++- sound/core/rawmidi.c | 20 +++++--- sound/pci/hda/patch_conexant.c | 1 sound/pci/hda/patch_realtek.c | 2 + virt/kvm/eventfd.c | 17 ++++--- 91 files changed, 484 insertions(+), 263 deletions(-)