Merge tag 'v4.9.79' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.9-stable
[email protected] Fri, 02 Feb 2018 13:21:35 +0100
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23994881AbeBBMVhp-YuP/[email protected]> |
Author: Ralf Baechle <[email protected]> Fri Feb 2 12:58:26 2018 +0100 Commit: 24230ac557b2dacf4dddf3698e7f87aab7a0815e Gitweb: https://git.linux-mips.org/g/ralf/linux/24230ac557b2 Branch: linux-4.9-stable --- Makefile | 2 - arch/arm/kvm/mmu.c | 2 - arch/um/Makefile | 2 - arch/x86/entry/vsyscall/vsyscall_64.c | 7 ++- arch/x86/events/amd/power.c | 2 - arch/x86/include/asm/processor.h | 2 - arch/x86/include/asm/vsyscall.h | 1 arch/x86/kernel/cpu/intel_cacheinfo.c | 2 + arch/x86/kernel/cpu/microcode/intel.c | 20 ++++++++- arch/x86/lib/delay.c | 7 +++ arch/x86/mm/kaiser.c | 2 - arch/x86/net/bpf_jit_comp.c | 13 +++--- drivers/acpi/acpica/nsutils.c | 23 ++++------ drivers/acpi/glue.c | 12 +++-- drivers/base/cacheinfo.c | 15 +++++- drivers/input/mouse/trackpoint.c | 3 + drivers/net/ethernet/emulex/benet/be_main.c | 9 ++++ .../net/ethernet/mellanox/mlxsw/spectrum_router.c | 5 -- drivers/net/ethernet/realtek/r8169.c | 9 +--- drivers/net/ppp/ppp_generic.c | 5 +- drivers/net/ppp/pppoe.c | 11 +++-- drivers/net/tun.c | 15 ++++++ drivers/net/usb/lan78xx.c | 1 drivers/net/vmxnet3/vmxnet3_drv.c | 2 - drivers/scsi/libiscsi.c | 2 - drivers/usb/usbip/usbip_common.h | 1 drivers/usb/usbip/vhci_sysfs.c | 25 ++++++----- fs/fcntl.c | 4 ++ fs/nfsd/auth.c | 6 +-- fs/orangefs/devorangefs-req.c | 3 + fs/orangefs/file.c | 7 +-- fs/orangefs/orangefs-kernel.h | 11 ----- fs/orangefs/waitqueue.c | 4 +- fs/reiserfs/bitmap.c | 14 +++++- include/linux/bpf.h | 16 +++++-- include/linux/cacheinfo.h | 1 include/linux/mmzone.h | 2 + include/linux/vermagic.h | 8 --- include/net/arp.h | 3 + include/net/ipv6.h | 1 include/net/net_namespace.h | 10 ++++ include/uapi/linux/eventpoll.h | 13 ++++++ init/Kconfig | 7 +++ ipc/msg.c | 5 ++ kernel/bpf/core.c | 24 +++++++++- kernel/bpf/verifier.c | 42 ++++++++++++++++++ kernel/time/hrtimer.c | 3 + lib/test_bpf.c | 11 +++-- mm/cma.c | 15 +++--- mm/internal.h | 6 +++ mm/memcontrol.c | 2 - mm/memory-failure.c | 7 +++ mm/mmap.c | 6 ++- mm/page_alloc.c | 15 ++---- mm/vmscan.c | 47 ++++++++++++++------ mm/vmstat.c | 2 - net/can/af_can.c | 22 ++++----- net/core/dev.c | 19 ++++++-- net/core/filter.c | 10 +++- net/core/flow_dissector.c | 3 - net/core/neighbour.c | 4 +- net/core/sysctl_net_core.c | 6 +++ net/dccp/ccids/ccid2.c | 3 + net/ipv4/arp.c | 7 +++ net/ipv4/igmp.c | 2 - net/ipv4/tcp.c | 3 + net/ipv4/tcp_offload.c | 3 + net/ipv4/tcp_timer.c | 15 ++++++ net/ipv4/udp_offload.c | 3 + net/ipv6/ip6_gre.c | 14 +++--- net/ipv6/ip6_output.c | 9 +++- net/ipv6/ipv6_sockglue.c | 2 - net/ipv6/tcpv6_offload.c | 3 + net/ipv6/udp_offload.c | 3 + net/netfilter/nfnetlink_cthelper.c | 10 ++++ net/netfilter/xt_osf.c | 7 +++ net/sctp/offload.c | 3 + net/sctp/socket.c | 30 +++++-------- net/socket.c | 9 ++++ net/tipc/node.c | 26 ++++++----- tools/usb/usbip/libsrc/usbip_common.c | 9 +++- tools/usb/usbip/libsrc/usbip_host_common.c | 28 ++++++++++-- tools/usb/usbip/libsrc/vhci_driver.c | 8 ++- tools/usb/usbip/src/usbip.c | 2 + 84 files changed, 525 insertions(+), 233 deletions(-)