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

[email protected]
Newsgroups gmane.linux.ports.mips.cvs
Message-ID <S23994927AbdEMW6fSUZjF/[email protected]>
Author: Ralf Baechle <[email protected]> Tue Apr 4 13:36:32 2017 +0200
Commit: 47ab8d11729f2d5b5955bb0ff459a8de2b95f24e
Gitweb: https://git.linux-mips.org/g/ralf/linux/47ab8d11729f
Branch: linux-4.9-stable

---

 Documentation/arm64/silicon-errata.txt             |   44 -
 Makefile                                           |    2 
 arch/arm64/Kconfig                                 |   10 
 arch/arm64/kvm/hyp/tlb.c                           |   64 +
 arch/powerpc/crypto/crc32c-vpmsum_glue.c           |    2 
 arch/powerpc/include/asm/mmu_context.h             |   20 
 arch/powerpc/kernel/setup-common.c                 |    2 
 arch/powerpc/mm/mmu_context_book3s64.c             |    6 
 arch/powerpc/mm/mmu_context_iommu.c                |   62 -
 arch/x86/events/core.c                             |    4 
 arch/x86/kernel/cpu/mshyperv.c                     |   24 
 arch/x86/kernel/head64.c                           |    1 
 arch/x86/kernel/tsc.c                              |    2 
 arch/x86/mm/kasan_init_64.c                        |    1 
 arch/x86/pci/xen.c                                 |   23 
 block/scsi_ioctl.c                                 |    3 
 drivers/acpi/blacklist.c                           |   28 +
 drivers/clk/bcm/clk-bcm2835.c                      |    2 
 drivers/dma/ioat/init.c                            |    4 
 drivers/gpu/drm/nouveau/nvkm/engine/disp/Kbuild    |    2 
 .../gpu/drm/nouveau/nvkm/engine/disp/channv50.c    |   30 -
 .../gpu/drm/nouveau/nvkm/engine/disp/channv50.h    |   23 
 drivers/gpu/drm/nouveau/nvkm/engine/disp/cursg84.c |    2 
 .../gpu/drm/nouveau/nvkm/engine/disp/cursgf119.c   |    2 
 .../gpu/drm/nouveau/nvkm/engine/disp/cursgk104.c   |    2 
 .../gpu/drm/nouveau/nvkm/engine/disp/cursgp102.c   |   37 +
 .../gpu/drm/nouveau/nvkm/engine/disp/cursgt215.c   |    2 
 .../gpu/drm/nouveau/nvkm/engine/disp/cursnv50.c    |    6 
 .../gpu/drm/nouveau/nvkm/engine/disp/dmacgf119.c   |   44 -
 .../gpu/drm/nouveau/nvkm/engine/disp/dmacgp104.c   |   23 
 .../gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c    |   46 -
 drivers/gpu/drm/nouveau/nvkm/engine/disp/oimmg84.c |    2 
 .../gpu/drm/nouveau/nvkm/engine/disp/oimmgf119.c   |    2 
 .../gpu/drm/nouveau/nvkm/engine/disp/oimmgk104.c   |    2 
 .../gpu/drm/nouveau/nvkm/engine/disp/oimmgp102.c   |   37 +
 .../gpu/drm/nouveau/nvkm/engine/disp/oimmgt215.c   |    2 
 .../gpu/drm/nouveau/nvkm/engine/disp/oimmnv50.c    |    6 
 .../gpu/drm/nouveau/nvkm/engine/disp/piocgf119.c   |   28 -
 .../gpu/drm/nouveau/nvkm/engine/disp/piocnv50.c    |   30 -
 .../gpu/drm/nouveau/nvkm/engine/disp/rootgp104.c   |    4 
 .../gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c    |    4 
 drivers/gpu/drm/vc4/vc4_crtc.c                     |   46 +
 drivers/gpu/drm/vc4/vc4_drv.h                      |    2 
 drivers/gpu/drm/vc4/vc4_kms.c                      |   33 -
 drivers/gpu/drm/vc4/vc4_regs.h                     |    3 
 drivers/irqchip/irq-gic-v3-its.c                   |   16 
 drivers/media/usb/uvc/uvc_driver.c                 |  118 ++
 drivers/net/ethernet/ibm/ibmveth.c                 |   12 
 drivers/net/ethernet/intel/igb/e1000_phy.c         |    4 
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |   34 -
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c    |   13 
 .../net/ethernet/mellanox/mlxsw/spectrum_router.c  |   30 -
 drivers/net/geneve.c                               |   10 
 drivers/net/phy/phy.c                              |   14 
 drivers/net/tun.c                                  |   18 
 drivers/net/vrf.c                                  |    3 
 drivers/net/vxlan.c                                |   27 
 drivers/pci/iov.c                                  |   70 +
 drivers/pci/pci.c                                  |   34 -
 drivers/pci/pci.h                                  |    7 
 drivers/pci/probe.c                                |    3 
 drivers/pci/rom.c                                  |    5 
 drivers/pci/setup-res.c                            |   48 +
 drivers/s390/crypto/ap_bus.c                       |    3 
 drivers/s390/crypto/ap_bus.h                       |    1 
 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c           | 1096 +++++++++-----------
 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.h           |    5 
 drivers/tty/serial/8250/8250_pci.c                 |   23 
 drivers/usb/gadget/udc/atmel_usba_udc.c            |    3 
 drivers/usb/gadget/udc/atmel_usba_udc.h            |    1 
 drivers/vfio/vfio_iommu_spapr_tce.c                |  328 ++++--
 include/linux/bpf_verifier.h                       |   14 
 include/linux/dccp.h                               |    1 
 include/linux/hyperv.h                             |   32 -
 include/uapi/linux/packet_diag.h                   |    2 
 kernel/bpf/verifier.c                              |   77 +
 kernel/futex.c                                     |   22 
 kernel/locking/rwsem-spinlock.c                    |   15 
 mm/slab.c                                          |    4 
 mm/slab.h                                          |    2 
 mm/slab_common.c                                   |   27 
 mm/slob.c                                          |    2 
 mm/slub.c                                          |   19 
 net/bridge/br_forward.c                            |    3 
 net/bridge/br_input.c                              |    1 
 net/bridge/br_netfilter_hooks.c                    |   21 
 net/core/dev.c                                     |   35 +
 net/core/skbuff.c                                  |   30 -
 net/dccp/ccids/ccid2.c                             |    1 
 net/dccp/input.c                                   |   10 
 net/dccp/ipv4.c                                    |    3 
 net/dccp/ipv6.c                                    |    8 
 net/dccp/minisocks.c                               |   25 
 net/ipv4/af_inet.c                                 |    4 
 net/ipv4/route.c                                   |    1 
 net/ipv4/tcp_input.c                               |   10 
 net/ipv4/tcp_ipv4.c                                |   10 
 net/ipv4/tcp_timer.c                               |    6 
 net/ipv6/ip6_fib.c                                 |    2 
 net/ipv6/ip6_offload.c                             |    4 
 net/ipv6/ip6_output.c                              |    7 
 net/ipv6/ip6_vti.c                                 |    4 
 net/ipv6/netfilter/nf_conntrack_reasm.c            |    1 
 net/ipv6/tcp_ipv6.c                                |    8 
 net/l2tp/l2tp_ip.c                                 |    2 
 net/mpls/af_mpls.c                                 |    4 
 net/openvswitch/conntrack.c                        |    1 
 net/packet/af_packet.c                             |    8 
 net/sched/act_api.c                                |    5 
 net/sched/act_connmark.c                           |    3 
 net/sched/act_skbmod.c                             |    1 
 net/strparser/strparser.c                          |    1 
 112 files changed, 1815 insertions(+), 1271 deletions(-)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.