Merge tag 'v4.9.85' 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:24 +0200
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23994727AbeFPE11faG0J/[email protected]>
Author: Ralf Baechle <[email protected]> Tue May 15 21:49:45 2018 +0200
Commit: 4de6761ac596b0d72291e24735abdd60ecbdbf11
Gitweb: https://git.linux-mips.org/g/ralf/linux/4de6761ac596
Branch: linux-4.9-stable

---

 Makefile                                         |    2 -
 arch/arm64/kernel/traps.c                        |    2 -
 arch/x86/entry/entry_64.S                        |   13 ++++
 arch/x86/oprofile/nmi_int.c                      |    2 -
 arch/xtensa/mm/init.c                            |   70 ++++++++++++++++++++--
 crypto/asymmetric_keys/pkcs7_verify.c            |    2 -
 crypto/asymmetric_keys/public_key.c              |    4 +
 crypto/asymmetric_keys/restrict.c                |    7 ++
 drivers/android/binder.c                         |    4 +
 drivers/dax/dax.c                                |   12 ++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c |   58 ++++++++++++++++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c       |    2 -
 drivers/gpu/drm/amd/amdgpu/si_dpm.c              |    5 ++
 drivers/gpu/drm/drm_edid.c                       |    3 +
 drivers/hid/hid-core.c                           |    3 +
 drivers/hid/hid-ids.h                            |    3 +
 drivers/iio/imu/adis_trigger.c                   |    7 +-
 drivers/iio/industrialio-buffer.c                |    2 -
 drivers/infiniband/core/umem.c                   |    2 -
 drivers/infiniband/core/uverbs_main.c            |   27 ++++++--
 drivers/irqchip/irq-gic-v3.c                     |    2 -
 drivers/media/v4l2-core/videobuf-dma-sg.c        |    5 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c       |   10 ---
 drivers/nvdimm/bus.c                             |   11 ++-
 drivers/nvdimm/pfn_devs.c                        |   15 ++++-
 drivers/pci/quirks.c                             |   39 +++++++-----
 drivers/scsi/ibmvscsi/ibmvfc.h                   |    2 -
 drivers/usb/core/quirks.c                        |    3 +
 drivers/usb/dwc3/gadget.c                        |    2 +
 drivers/usb/gadget/function/f_fs.c               |    6 +-
 drivers/usb/host/ohci-hcd.c                      |   10 ++-
 drivers/usb/host/ohci-hub.c                      |    4 +
 drivers/usb/host/ohci-q.c                        |   17 +++--
 drivers/usb/misc/ldusb.c                         |    6 ++
 drivers/usb/musb/musb_host.c                     |    8 ---
 drivers/usb/renesas_usbhs/fifo.c                 |    5 ++
 fs/dax.c                                         |    1 
 include/linux/dax.h                              |    5 --
 include/linux/fs.h                               |   20 ++++++
 include/linux/kernel.h                           |    1 
 include/linux/mm.h                               |   13 ++++
 kernel/memremap.c                                |   13 +++-
 mm/frame_vector.c                                |   12 ++++
 mm/gup.c                                         |   64 ++++++++++++++++++++
 mm/memory.c                                      |   40 +++++++++----
 net/ipv4/ip_sockglue.c                           |    7 --
 net/ipv6/ipv6_sockglue.c                         |   10 +--
 net/mac80211/cfg.c                               |    2 -
 48 files changed, 432 insertions(+), 131 deletions(-)