Merge tag 'v4.4.109' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.4-stable
[email protected] Mon, 08 Jan 2018 15:55:42 +0100
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23993195AbeAHOzpF0fM1/[email protected]> |
Author: Ralf Baechle <[email protected]> Thu Jan 4 15:58:20 2018 +0100 Commit: 42f6731c411f38ce599b3dd96940258fb3889d6d Gitweb: https://git.linux-mips.org/g/ralf/linux/42f6731c411f Branch: linux-4.4-stable --- Documentation/kernel-parameters.txt | 2 + Makefile | 5 +- arch/powerpc/perf/core-book3s.c | 8 ++ arch/x86/Kconfig | 2 - arch/x86/include/asm/disabled-features.h | 4 + arch/x86/include/asm/hardirq.h | 2 - arch/x86/include/asm/mmu.h | 6 -- arch/x86/include/asm/mmu_context.h | 2 - arch/x86/include/asm/tlbflush.h | 99 ++++-------------------------- arch/x86/kernel/cpu/bugs.c | 8 ++ arch/x86/kernel/cpu/common.c | 40 ++++++++++++ arch/x86/kernel/reboot.c | 4 + arch/x86/kernel/smpboot.c | 9 --- arch/x86/kernel/vm86_32.c | 2 - arch/x86/kvm/emulate.c | 32 ++++++++-- arch/x86/kvm/x86.c | 2 - arch/x86/mm/init.c | 2 - arch/x86/mm/tlb.c | 73 +++------------------- arch/x86/xen/enlighten.c | 6 ++ crypto/mcryptd.c | 23 +++---- drivers/acpi/apei/erst.c | 2 - drivers/infiniband/hw/cxgb4/cq.c | 6 +- drivers/mfd/cros_ec_spi.c | 1 drivers/mfd/twl4030-audio.c | 9 ++- drivers/mfd/twl6040.c | 12 ++-- drivers/net/ethernet/broadcom/tg3.c | 4 + drivers/net/ethernet/marvell/mvmdio.c | 3 + drivers/net/ethernet/marvell/mvneta.c | 4 + drivers/net/phy/micrel.c | 1 drivers/net/usb/qmi_wwan.c | 1 drivers/parisc/lba_pci.c | 33 ++++++++++ drivers/pci/pci-driver.c | 7 ++ drivers/spi/spi-xilinx.c | 11 +++ drivers/tty/n_tty.c | 4 + drivers/usb/core/config.c | 2 - drivers/usb/core/quirks.c | 6 ++ drivers/usb/host/xhci-pci.c | 3 + drivers/usb/serial/ftdi_sio.c | 1 drivers/usb/serial/ftdi_sio_ids.h | 6 ++ drivers/usb/serial/option.c | 17 +++++ drivers/usb/serial/qcserial.c | 3 + drivers/usb/usbip/stub_main.c | 5 +- drivers/usb/usbip/stub_rx.c | 7 +- drivers/usb/usbip/stub_tx.c | 4 + drivers/usb/usbip/vhci_hcd.c | 10 --- drivers/usb/usbip/vhci_rx.c | 23 +++---- drivers/usb/usbip/vhci_tx.c | 3 + include/crypto/mcryptd.h | 1 include/linux/ipv6.h | 3 + include/linux/vm_event_item.h | 2 - include/net/ip.h | 2 + kernel/time/tick-sched.c | 19 +++++- kernel/trace/ring_buffer.c | 6 ++ kernel/trace/trace.c | 13 +--- net/bridge/br_netlink.c | 11 ++- net/core/net_namespace.c | 2 - net/core/skbuff.c | 6 ++ net/ipv4/devinet.c | 2 - net/ipv4/fib_frontend.c | 9 ++- net/ipv4/igmp.c | 44 ++++++++++--- net/ipv4/ip_tunnel.c | 4 + net/ipv4/raw.c | 15 +++-- net/ipv4/tcp_ipv4.c | 2 - net/ipv6/af_inet6.c | 1 net/ipv6/ip6_output.c | 12 +++- net/ipv6/ipv6_sockglue.c | 1 net/ipv6/mcast.c | 25 +++++--- net/ipv6/tcp_ipv6.c | 2 - net/netlink/af_netlink.c | 3 + net/sctp/socket.c | 4 + sound/core/rawmidi.c | 15 ++++- sound/hda/hdac_i915.c | 2 - sound/pci/hda/patch_realtek.c | 5 ++ sound/soc/codecs/twl4030.c | 4 + sound/soc/fsl/fsl_ssi.c | 18 ++++- sound/usb/mixer.c | 27 +++++--- tools/usb/usbip/src/utils.c | 9 ++- 77 files changed, 458 insertions(+), 330 deletions(-)