Merge tag 'v4.9.114' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.9-stable

[email protected] Fri, 31 Aug 2018 03:35:35 +0200
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23994692AbeHaBfo2bOV2/[email protected]>
Author: Ralf Baechle <[email protected]> Fri Aug 31 02:21:14 2018 +0200
Commit: 16fd758a1dd1ce66a3ba0b19c92340f5fabf9d57
Gitweb: https://git.linux-mips.org/g/ralf/linux/16fd758a1dd1
Branch: linux-4.9-stable

---

 Documentation/kernel-parameters.txt             |   17 ++
 Makefile                                        |    2 
 arch/arm/include/asm/kvm_host.h                 |   12 ++
 arch/arm/include/asm/kvm_mmu.h                  |   12 ++
 arch/arm/kvm/arm.c                              |   24 +--
 arch/arm/kvm/psci.c                             |   18 ++
 arch/arm64/Kconfig                              |    9 +
 arch/arm64/include/asm/alternative.h            |   43 +++++
 arch/arm64/include/asm/assembler.h              |   27 +++
 arch/arm64/include/asm/cpucaps.h                |    3 
 arch/arm64/include/asm/cpufeature.h             |   22 +++
 arch/arm64/include/asm/kvm_asm.h                |   41 +++++
 arch/arm64/include/asm/kvm_host.h               |   43 +++++
 arch/arm64/include/asm/kvm_mmu.h                |   44 ++++++
 arch/arm64/include/asm/percpu.h                 |   12 +-
 arch/arm64/include/asm/thread_info.h            |    1 
 arch/arm64/kernel/Makefile                      |    1 
 arch/arm64/kernel/alternative.c                 |   54 +++++--
 arch/arm64/kernel/asm-offsets.c                 |    2 
 arch/arm64/kernel/cpu_errata.c                  |  180 +++++++++++++++++++++++
 arch/arm64/kernel/cpufeature.c                  |   17 ++
 arch/arm64/kernel/entry.S                       |   32 ++++
 arch/arm64/kernel/hibernate.c                   |   11 +
 arch/arm64/kernel/ssbd.c                        |  108 ++++++++++++++
 arch/arm64/kernel/suspend.c                     |    8 +
 arch/arm64/kvm/hyp-init.S                       |    4 +
 arch/arm64/kvm/hyp/entry.S                      |   12 +-
 arch/arm64/kvm/hyp/hyp-entry.S                  |   62 +++++++-
 arch/arm64/kvm/hyp/switch.c                     |   64 ++++++--
 arch/arm64/kvm/hyp/sysreg-sr.c                  |   21 ++-
 arch/arm64/kvm/reset.c                          |    4 +
 arch/mips/kernel/process.c                      |   45 ++++--
 arch/x86/include/asm/asm.h                      |   59 ++++++++
 arch/x86/include/asm/irqflags.h                 |    2 
 arch/x86/kernel/Makefile                        |    1 
 arch/x86/kernel/irqflags.S                      |   26 +++
 drivers/atm/zatm.c                              |    2 
 drivers/crypto/amcc/crypto4xx_core.c            |   23 +--
 drivers/mtd/devices/m25p80.c                    |    3 
 drivers/net/ethernet/broadcom/bcm63xx_enet.c    |   34 +++-
 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c |    2 
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c   |    8 +
 drivers/net/ethernet/mellanox/mlx5/core/port.c  |    4 -
 drivers/net/ethernet/qlogic/qed/qed_dcbx.c      |    8 +
 drivers/net/ethernet/qlogic/qed/qed_main.c      |    9 +
 drivers/net/ethernet/sun/sungem.c               |   22 ++-
 drivers/net/ipvlan/ipvlan_main.c                |    3 
 drivers/net/usb/lan78xx.c                       |    5 +
 drivers/net/usb/qmi_wwan.c                      |    1 
 drivers/net/usb/r8152.c                         |    3 
 drivers/net/wireless/realtek/rtlwifi/core.c     |    1 
 drivers/vhost/net.c                             |    3 
 fs/ocfs2/aops.c                                 |   26 ++-
 fs/ocfs2/cluster/nodemanager.c                  |   63 +++++++-
 fs/reiserfs/prints.c                            |  141 ++++++++++--------
 include/linux/arm-smccc.h                       |   10 +
 include/linux/compiler-gcc.h                    |   35 +++-
 include/linux/string.h                          |    2 
 net/bridge/netfilter/ebtables.c                 |   13 ++
 net/dccp/ccids/ccid3.c                          |   16 +-
 net/dns_resolver/dns_key.c                      |   28 ++--
 net/ipv4/sysctl_net_ipv4.c                      |   18 ++
 net/ipv4/tcp_input.c                            |    9 +
 net/ipv6/netfilter/nf_conntrack_reasm.c         |    2 
 net/nfc/llcp_commands.c                         |    9 +
 net/packet/af_packet.c                          |   14 +-
 net/rds/loop.c                                  |    1 
 net/rds/rds.h                                   |    5 +
 net/rds/recv.c                                  |    5 +
 net/sched/sch_blackhole.c                       |    2 
 virt/kvm/arm/hyp/vgic-v2-sr.c                   |    2 
 71 files changed, 1305 insertions(+), 270 deletions(-)