Merge tag 'v4.4.73' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into linux-4.4-stable

[email protected] Fri, 22 Sep 2017 10:24:12 +0200
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23994901AbdIVIYP3GnXA/[email protected]>
Author: Ralf Baechle <[email protected]> Wed Sep 20 23:55:39 2017 +0200
Commit: 08fddd8d26b3bfa8b056125f9f1b30228bc1d01b
Gitweb: https://git.linux-mips.org/g/ralf/linux/08fddd8d26b3
Branch: linux-4.4-stable

---

 Makefile                                           |    4 -
 arch/arm/boot/dts/imx6dl.dtsi                      |    2 
 arch/s390/kernel/entry.S                           |   19 ++
 arch/s390/mm/vmem.c                                |    2 
 arch/sparc/kernel/traps_64.c                       |    4 -
 arch/xtensa/include/asm/irq.h                      |    3 
 arch/xtensa/kernel/irq.c                           |    5 -
 .../platforms/xtfpga/include/platform/hardware.h   |    6 +
 arch/xtensa/platforms/xtfpga/setup.c               |   10 +
 block/partitions/msdos.c                           |    2 
 drivers/base/power/runtime.c                       |   11 +
 drivers/gpu/drm/ast/ast_drv.h                      |    1 
 drivers/gpu/drm/ast/ast_main.c                     |  157 +++++++++++---------
 drivers/gpu/drm/ast/ast_post.c                     |   18 ++
 drivers/gpu/drm/nouveau/nouveau_display.c          |    3 
 drivers/gpu/drm/nouveau/nouveau_drm.c              |    5 +
 drivers/gpu/drm/nouveau/nouveau_fence.h            |    1 
 drivers/gpu/drm/nouveau/nouveau_usif.c             |    3 
 drivers/gpu/drm/nouveau/nv84_fence.c               |    6 +
 drivers/i2c/busses/i2c-piix4.c                     |    2 
 drivers/irqchip/irq-xtensa-mx.c                    |    2 
 drivers/irqchip/irq-xtensa-pic.c                   |    2 
 drivers/net/ethernet/adaptec/starfire.c            |   45 +++++-
 drivers/net/ethernet/freescale/gianfar.c           |    4 -
 drivers/net/ethernet/hisilicon/hns/hns_enet.c      |    2 
 drivers/net/ethernet/mellanox/mlx4/catas.c         |    2 
 drivers/net/ethernet/mellanox/mlx4/intf.c          |   12 ++
 drivers/net/ethernet/mellanox/mlx4/mlx4.h          |    1 
 drivers/net/ethernet/renesas/ravb_main.c           |  112 ++++++++------
 drivers/net/ethernet/xilinx/xilinx_emaclite.c      |  126 +++++++++-------
 drivers/net/hamradio/mkiss.c                       |    4 -
 drivers/net/usb/r8152.c                            |   13 +-
 drivers/net/usb/sierra_net.c                       |  111 +++++++++-----
 drivers/parport/parport_gsc.c                      |    8 +
 drivers/pinctrl/berlin/berlin-bg4ct.c              |    2 
 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c     |   13 +-
 fs/cifs/connect.c                                  |   24 ++-
 fs/fscache/cookie.c                                |    5 +
 fs/fscache/netfs.c                                 |    1 
 fs/fscache/object.c                                |   32 ++++
 fs/nfs/nfs4state.c                                 |    1 
 fs/proc/base.c                                     |    2 
 fs/romfs/super.c                                   |   23 +++
 include/linux/fscache-cache.h                      |    1 
 include/linux/log2.h                               |   13 ++
 include/net/ipv6.h                                 |    5 +
 mm/kasan/report.c                                  |    3 
 net/core/ethtool.c                                 |    9 +
 net/ipv4/arp.c                                     |   12 +-
 net/ipv6/addrconf.c                                |   10 +
 net/ipv6/datagram.c                                |   14 +-
 net/ipv6/ip6_output.c                              |    3 
 net/ipv6/tcp_ipv6.c                                |   11 +
 net/ipv6/udp.c                                     |    4 +
 net/sctp/socket.c                                  |    6 +
 net/tipc/server.c                                  |   13 +-
 56 files changed, 600 insertions(+), 315 deletions(-)