Merge tag 'v4.9.101' 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:29:03 +0200
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23994750AbeFPE3F5WGhJ/[email protected]>
Author: Ralf Baechle <[email protected]> Fri Jun 15 01:23:58 2018 +0200
Commit: b364e9189d03cebd2f9bc0b9ff6f6e0117a1244b
Gitweb: https://git.linux-mips.org/g/ralf/linux/b364e9189d03
Branch: linux-4.9-stable

---

 Makefile                                           |    2 
 arch/alpha/include/asm/futex.h                     |   26 +-----
 arch/arc/include/asm/futex.h                       |   40 +--------
 arch/arm/boot/dts/imx6qdl-wandboard.dtsi           |    1 
 arch/arm/include/asm/futex.h                       |   26 +-----
 arch/arm64/include/asm/futex.h                     |   27 +-----
 arch/frv/include/asm/futex.h                       |    3 -
 arch/frv/kernel/futex.c                            |   27 +-----
 arch/hexagon/include/asm/futex.h                   |   38 +--------
 arch/ia64/include/asm/futex.h                      |   25 +-----
 arch/microblaze/include/asm/futex.h                |   38 +--------
 arch/mips/include/asm/futex.h                      |   25 +-----
 arch/parisc/include/asm/futex.h                    |   26 +-----
 arch/powerpc/include/asm/futex.h                   |   26 +-----
 arch/s390/include/asm/futex.h                      |   23 +----
 arch/sh/include/asm/futex.h                        |   26 +-----
 arch/sparc/include/asm/futex_64.h                  |   26 +-----
 arch/tile/include/asm/futex.h                      |   40 +--------
 arch/x86/include/asm/futex.h                       |   40 +--------
 arch/xtensa/include/asm/futex.h                    |   27 +-----
 drivers/net/bonding/bond_alb.c                     |   15 ++-
 drivers/net/bonding/bond_main.c                    |    2 
 drivers/net/ethernet/broadcom/tg3.c                |    9 +-
 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c    |   16 ++++
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h       |    7 +-
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c  |   11 ++
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  |   21 +++--
 .../net/ethernet/netronome/nfp/nfp_net_common.c    |    4 -
 drivers/net/ethernet/realtek/8139too.c             |    2 
 drivers/net/ethernet/realtek/r8169.c               |    3 +
 drivers/net/ethernet/sun/niu.c                     |    5 -
 drivers/net/ethernet/ti/cpsw.c                     |    2 
 drivers/net/usb/qmi_wwan.c                         |   12 +++
 drivers/tty/serial/sccnxp.c                        |   13 ++-
 fs/lockd/svc.c                                     |    2 
 fs/proc/base.c                                     |   10 +-
 include/asm-generic/futex.h                        |   50 ++---------
 include/linux/mm.h                                 |    1 
 include/net/bonding.h                              |    1 
 kernel/exit.c                                      |    4 +
 kernel/futex.c                                     |   39 +++++++++
 mm/gup.c                                           |    3 +
 net/bridge/br_if.c                                 |    4 -
 net/compat.c                                       |    6 +
 net/dccp/ccids/ccid2.c                             |   14 +++
 net/dccp/timer.c                                   |    2 
 net/ipv4/ping.c                                    |    7 +-
 net/ipv4/tcp.c                                     |    2 
 net/ipv4/tcp_bbr.c                                 |    4 +
 net/ipv4/udp.c                                     |    7 +-
 net/l2tp/l2tp_netlink.c                            |    2 
 net/llc/af_llc.c                                   |    3 +
 net/openvswitch/flow_netlink.c                     |    9 +-
 net/sched/sch_fq.c                                 |   37 ++++++--
 net/sctp/associola.c                               |   30 +++++++
 net/sctp/inqueue.c                                 |    2 
 net/sctp/ipv6.c                                    |    3 +
 net/sctp/sm_statefuns.c                            |   89 +++++++++++---------
 net/sctp/ulpevent.c                                |    1 
 net/xfrm/xfrm_state.c                              |    1 
 60 files changed, 383 insertions(+), 584 deletions(-)