Merge tag 'v4.4.121' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.4-stable
[email protected] Sat, 16 Jun 2018 06:25:06 +0200
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23992936AbeFPEZIe1MgF/[email protected]> |
Author: Ralf Baechle <[email protected]> Tue May 15 21:59:24 2018 +0200 Commit: 67e6fe2758bca9d55349980f3d8c62ccadd20ab4 Gitweb: https://git.linux-mips.org/g/ralf/linux/67e6fe2758bc Branch: linux-4.4-stable --- Makefile | 2 + arch/arm/boot/dts/logicpd-torpedo-som.dtsi | 8 +++++ arch/arm/mach-mvebu/Kconfig | 4 +- arch/x86/entry/entry_64.S | 16 ++++++---- arch/x86/include/asm/nospec-branch.h | 37 ++++++++++++++++++++++ arch/x86/kernel/apic/vector.c | 14 ++++---- arch/x86/kernel/cpu/bugs.c | 3 +- arch/x86/net/bpf_jit_comp.c | 9 +++-- drivers/char/tpm/st33zp24/st33zp24.c | 4 +- drivers/char/tpm/tpm_i2c_infineon.c | 5 ++- drivers/char/tpm/tpm_i2c_nuvoton.c | 8 ++++- drivers/cpufreq/s3c24xx-cpufreq.c | 8 ++++- drivers/leds/led-core.c | 2 + drivers/leds/led-triggers.c | 12 ++++--- drivers/md/dm-io.c | 1 + drivers/media/dvb-frontends/m88ds3103.c | 7 +++- drivers/net/ppp/ppp_generic.c | 9 +++++ drivers/net/wan/hdlc_ppp.c | 5 ++- drivers/s390/net/qeth_core.h | 5 +++ drivers/s390/net/qeth_core_main.c | 33 +++++++++++--------- fs/btrfs/acl.c | 19 +++++++---- include/linux/nospec.h | 3 +- include/net/udplite.h | 1 + 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/udp.c | 5 +++ net/ipv6/ip6_checksum.c | 5 +++ net/ipv6/sit.c | 2 + net/mpls/af_mpls.c | 36 +++++++++++++-------- net/netlink/genetlink.c | 12 ++++++- net/sctp/ipv6.c | 10 ++++-- net/sctp/protocol.c | 10 ++---- net/sctp/sm_make_chunk.c | 8 ++++- sound/pci/hda/hda_intel.c | 38 +++++++++++++++++++++-- sound/usb/quirks-table.h | 47 ++++++++++++++++++++++++++++ virt/kvm/kvm_main.c | 3 +- 38 files changed, 319 insertions(+), 99 deletions(-)