Merge tag 'v4.9.87' 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:45 +0200
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23994551AbeFPE1rl1hCJ/[email protected]> |
Author: Ralf Baechle <[email protected]> Tue May 15 21:50:30 2018 +0200 Commit: 811f1f24b85b5ad31c70771ba189aa660d6644f0 Gitweb: https://git.linux-mips.org/g/ralf/linux/811f1f24b85b Branch: linux-4.9-stable --- Makefile | 2 arch/arm/boot/dts/logicpd-som-lv.dtsi | 9 +- arch/arm/boot/dts/logicpd-torpedo-som.dtsi | 8 + arch/arm/kvm/hyp/Makefile | 5 + arch/arm/kvm/hyp/banked-sr.c | 4 + arch/arm/mach-mvebu/Kconfig | 4 - arch/arm64/net/bpf_jit_comp.c | 5 + arch/parisc/include/asm/cacheflush.h | 1 arch/parisc/kernel/cache.c | 57 +++++----- arch/parisc/kernel/pacache.S | 22 ++++ arch/powerpc/net/bpf_jit_comp64.c | 1 arch/x86/include/asm/mmu.h | 15 ++- arch/x86/include/asm/mmu_context.h | 5 + arch/x86/include/asm/nospec-branch.h | 37 ++++++ arch/x86/include/asm/tlbflush.h | 2 arch/x86/kernel/apic/vector.c | 14 +- arch/x86/kvm/svm.c | 9 +- arch/x86/kvm/vmx.c | 9 +- arch/x86/mm/tlb.c | 33 ++++++ arch/x86/net/bpf_jit_comp.c | 9 +- arch/x86/platform/intel-mid/intel-mid.c | 2 arch/x86/xen/suspend.c | 16 +++ drivers/char/tpm/st33zp24/st33zp24.c | 4 - drivers/char/tpm/tpm-dev.c | 6 + drivers/char/tpm/tpm_i2c_infineon.c | 5 + drivers/char/tpm/tpm_i2c_nuvoton.c | 8 + drivers/char/tpm/tpm_tis.c | 2 drivers/char/tpm/tpm_tis_core.c | 9 +- drivers/char/tpm/tpm_tis_core.h | 4 - drivers/char/tpm/tpm_tis_spi.c | 48 +++++--- drivers/cpufreq/s3c24xx-cpufreq.c | 8 + drivers/md/dm-io.c | 1 drivers/md/md.c | 4 + drivers/media/dvb-frontends/m88ds3103.c | 7 + .../ethernet/mellanox/mlxsw/spectrum_switchdev.c | 29 +++++ drivers/net/phy/phy.c | 2 drivers/net/ppp/ppp_generic.c | 9 ++ drivers/net/wan/hdlc_ppp.c | 5 + drivers/pci/pcie/aspm.c | 8 + drivers/s390/net/qeth_core.h | 7 + drivers/s390/net/qeth_core_main.c | 43 ++++--- drivers/s390/net/qeth_l3.h | 34 ++++++ drivers/s390/net/qeth_l3_main.c | 119 +++++++++----------- fs/btrfs/acl.c | 6 + include/linux/fs.h | 2 include/linux/nospec.h | 3 - include/net/udplite.h | 1 kernel/bpf/arraymap.c | 35 ++++-- kernel/bpf/stackmap.c | 1 kernel/time/timer.c | 6 + net/bridge/br_sysfs_if.c | 3 + net/core/dev.c | 11 ++ net/ipv4/fib_semantics.c | 5 + net/ipv4/route.c | 8 + net/ipv4/tcp_output.c | 33 +++++- net/ipv4/udp.c | 5 + net/ipv6/ip6_checksum.c | 5 + net/ipv6/sit.c | 2 net/mpls/af_mpls.c | 36 ++++-- net/netlink/af_netlink.c | 4 + net/netlink/genetlink.c | 12 ++ net/rxrpc/output.c | 2 net/sctp/ipv6.c | 10 +- net/sctp/protocol.c | 10 +- net/sctp/sm_make_chunk.c | 7 + sound/pci/hda/hda_intel.c | 38 ++++++ sound/pci/hda/patch_realtek.c | 3 - sound/usb/quirks-table.h | 47 ++++++++ virt/kvm/kvm_main.c | 3 - 69 files changed, 686 insertions(+), 243 deletions(-)