Merge tag 'v4.9.107' 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:29:41 +0200
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23994678AbeFPE3oIaDRJ/[email protected]>
Author: Ralf Baechle <[email protected]> Fri Jun 15 01:25:40 2018 +0200
Commit: 7a928a6b1fd559a3ceb9454e5b87bc8674ba96e1
Gitweb: https://git.linux-mips.org/g/ralf/linux/7a928a6b1fd5
Branch: linux-4.9-stable

---

 Makefile                                           |    2 
 arch/arm64/include/asm/atomic_lse.h                |   22 +-
 arch/arm64/include/asm/cpufeature.h                |   27 +-
 arch/arm64/include/asm/kvm_host.h                  |   10 +
 arch/arm64/include/asm/kvm_mmu.h                   |    2 
 arch/arm64/include/asm/mmu.h                       |    2 
 arch/arm64/kernel/cpufeature.c                     |   28 ++
 arch/arm64/kernel/process.c                        |    2 
 arch/mips/kernel/process.c                         |    4 
 arch/mips/kernel/ptrace.c                          |    2 
 arch/mips/kernel/ptrace32.c                        |    2 
 arch/powerpc/include/asm/exception-64s.h           |   29 ++
 arch/powerpc/include/asm/feature-fixups.h          |   19 +
 arch/powerpc/include/asm/hvcall.h                  |    3 
 arch/powerpc/include/asm/security_features.h       |   85 ++++++
 arch/powerpc/include/asm/setup.h                   |    2 
 arch/powerpc/kernel/Makefile                       |    2 
 arch/powerpc/kernel/cpu_setup_power.S              |    6 
 arch/powerpc/kernel/exceptions-64s.S               |   16 +
 arch/powerpc/kernel/security.c                     |  237 +++++++++++++++++
 arch/powerpc/kernel/setup_64.c                     |   37 +--
 arch/powerpc/kernel/vmlinux.lds.S                  |   14 +
 arch/powerpc/lib/feature-fixups.c                  |  124 +++++++++
 arch/powerpc/platforms/powernv/setup.c             |   92 +++++--
 arch/powerpc/platforms/pseries/mobility.c          |    3 
 arch/powerpc/platforms/pseries/pseries.h           |    2 
 arch/powerpc/platforms/pseries/setup.c             |   81 +++++-
 arch/sparc/kernel/ds.c                             |    2 
 arch/sparc/lib/multi3.S                            |   24 +-
 arch/x86/xen/enlighten.c                           |   14 +
 drivers/dma-buf/dma-buf.c                          |    2 
 drivers/gpu/drm/drm_dp_helper.c                    |    1 
 drivers/gpu/drm/i915/intel_lvds.c                  |    8 +
 drivers/hwtracing/stm/core.c                       |    7 -
 drivers/iio/buffer/kfifo_buf.c                     |    7 +
 drivers/infiniband/core/cache.c                    |    2 
 drivers/input/mouse/elan_i2c_smbus.c               |   22 +-
 drivers/irqchip/irq-gic-v3.c                       |   13 -
 drivers/net/ethernet/mellanox/mlx4/en_rx.c         |   32 +-
 .../net/wireless/realtek/rtlwifi/rtl8192cu/rf.c    |    3 
 drivers/pinctrl/qcom/pinctrl-msm.c                 |    2 
 drivers/platform/chrome/cros_ec_lpc.c              |    3 
 drivers/scsi/scsi_transport_srp.c                  |   22 +-
 drivers/scsi/ufs/ufs.h                             |   34 +--
 drivers/scsi/ufs/ufs_quirks.h                      |   28 --
 drivers/scsi/ufs/ufshcd.c                          |  272 +++++++++++++++-----
 drivers/scsi/ufs/ufshcd.h                          |   16 +
 drivers/tty/serial/amba-pl011.c                    |   55 ++++
 drivers/usb/serial/cp210x.c                        |    8 -
 fs/aio.c                                           |    3 
 fs/xfs/libxfs/xfs_alloc.c                          |   94 +++++++
 fs/xfs/xfs_mount.h                                 |    1 
 fs/xfs/xfs_trace.h                                 |    9 +
 include/linux/tcp.h                                |    2 
 include/uapi/linux/nl80211.h                       |    2 
 kernel/trace/trace_events_trigger.c                |    5 
 mm/vmscan.c                                        |    2 
 net/ipv4/tcp_input.c                               |   10 -
 security/integrity/ima/ima_appraise.c              |    8 -
 security/selinux/ss/services.c                     |    2 
 sound/soc/intel/common/sst-firmware.c              |    2 
 61 files changed, 1276 insertions(+), 296 deletions(-)