stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: alexander.levin@verizon.com
To: "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>
Cc: "stable@vger.kernel.org" <stable@vger.kernel.org>
Subject: [PATCH for-4.9 00/40] Stable commits taken from Ubuntu Yakkety
Date: Thu, 16 Mar 2017 18:46:07 +0000	[thread overview]
Message-ID: <20170316184545.14455-1-alexander.levin@verizon.com> (raw)

Hi Greg,

For your consideration - stable commits taken from the Ubuntu Yakkety (4.8)
tree.

Alex Hung (1):
  ACPI / blacklist: add _REV quirks for Dell Precision 5520 and 3520

Alexandre Belloni (1):
  usb: gadget: udc: atmel: remove memory leak

Alexey Kardashevskiy (7):
  vfio/spapr: Postpone allocation of userspace version of TCE table
  powerpc/iommu: Pass mm_struct to init/cleanup helpers
  powerpc/iommu: Stop using @current in mm_iommu_xxx
  vfio/spapr: Reference mm in tce_container
  powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdown
  vfio/spapr: Add a helper to create default DMA window
  vfio/spapr: Postpone default window creation

Ben Skeggs (3):
  drm/nouveau/disp/gp102: fix cursor/overlay immediate channel indices
  drm/nouveau/disp/nv50-: split chid into chid.ctrl and chid.user
  drm/nouveau/disp/nv50-: specify ctrl/user separately when constructing
    classes

Bjorn Helgaas (7):
  PCI: Separate VF BAR updates from standard BAR updates
  PCI: Remove pci_resource_bar() and pci_iov_resource_bar()
  PCI: Add comments about ROM BAR updating
  PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLE
  PCI: Don't update VF BARs while VF memory space is enabled
  PCI: Update BARs using property bits appropriate for type
  PCI: Ignore BAR updates on virtual functions

Chris J Arges (1):
  igb: Workaround for igb i210 firmware issue

Dan Streetman (1):
  xen: do not re-use pirq number cached in pci device msi msg data

Florian Fainelli (1):
  net: phy: Avoid deadlock during phy_error()

Gabriel Krisman Bertazi (1):
  serial: 8250_pci: Detach low-level driver during PCI error recovery

Gavin Shan (1):
  PCI: Do any VF BAR updates before enabling the BARs

Harald Freudenberger (1):
  s390/zcrypt: Introduce CEX6 toleration

Henrik Ingo (1):
  [media] uvcvideo: uvc_scan_fallback() for webcams with broken chain

Mauricio Faria de Oliveira (1):
  block: allow WRITE_SAME commands with the SG_IO ioctl

Michael Cyr (6):
  scsi: ibmvscsis: Issues from Dan Carpenter/Smatch
  scsi: ibmvscsis: Return correct partition name/# to client
  scsi: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
  scsi: ibmvscsis: Rearrange functions for future patches
  scsi: ibmvscsis: Synchronize cmds at tpg_enable_store time
  scsi: ibmvscsis: Synchronize cmds at remove time

Michael Ellerman (1):
  powerpc/mm: Fix build break when CMA=n && SPAPR_TCE_IOMMU=y

Michael Pobega (1):
  ACPI / blacklist: Make Dell Latitude 3350 ethernet work

Thomas Falcon (1):
  ibmveth: calculate gso_segs for large packets

Todd Fujinaka (1):
  igb: add i211 to i210 PHY workaround

Vitaly Kuznetsov (2):
  x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic
  Drivers: hv: ring_buffer: count on wrap around mappings in
    get_next_pkt_raw() (v2)

Vladimir Davydov (1):
  slub: move synchronize_sched out of slab_mutex on shrink

 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/kernel/cpu/mshyperv.c                     |   24 +
 arch/x86/pci/xen.c                                 |   23 +-
 block/scsi_ioctl.c                                 |    3 +
 drivers/acpi/blacklist.c                           |   28 +
 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/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/phy/phy.c                              |   14 +-
 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/hyperv.h                             |   32 +-
 mm/slab.c                                          |    4 +-
 mm/slab.h                                          |    2 +-
 mm/slab_common.c                                   |   27 +-
 mm/slob.c                                          |    2 +-
 mm/slub.c                                          |   19 +-
 54 files changed, 1323 insertions(+), 1042 deletions(-)
 create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/cursgp102.c
 create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/oimmgp102.c

-- 
2.9.3

             reply	other threads:[~2017-03-16 18:46 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-16 18:46 alexander.levin [this message]
2017-03-16 18:46 ` [PATCH for-4.9 03/40] igb: add i211 to i210 PHY workaround alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 01/40] xen: do not re-use pirq number cached in pci device msi msg data alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 02/40] igb: Workaround for igb i210 firmware issue alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 05/40] scsi: ibmvscsis: Return correct partition name/# to client alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 04/40] scsi: ibmvscsis: Issues from Dan Carpenter/Smatch alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 06/40] scsi: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 08/40] scsi: ibmvscsis: Synchronize cmds at tpg_enable_store time alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 09/40] scsi: ibmvscsis: Synchronize cmds at remove time alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 07/40] scsi: ibmvscsis: Rearrange functions for future patches alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 10/40] x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 12/40] PCI: Remove pci_resource_bar() and pci_iov_resource_bar() alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 11/40] PCI: Separate VF BAR updates from standard BAR updates alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 13/40] PCI: Add comments about ROM BAR updating alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 15/40] PCI: Don't update VF BARs while VF memory space is enabled alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 14/40] PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLE alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 16/40] PCI: Update BARs using property bits appropriate for type alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 18/40] PCI: Do any VF BAR updates before enabling the BARs alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 17/40] PCI: Ignore BAR updates on virtual functions alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 21/40] vfio/spapr: Postpone allocation of userspace version of TCE table alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 19/40] ibmveth: calculate gso_segs for large packets alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 20/40] Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw() (v2) alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 23/40] powerpc/iommu: Stop using @current in mm_iommu_xxx alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 22/40] powerpc/iommu: Pass mm_struct to init/cleanup helpers alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 24/40] vfio/spapr: Reference mm in tce_container alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 25/40] powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdown alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 26/40] vfio/spapr: Add a helper to create default DMA window alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 27/40] vfio/spapr: Postpone default window creation alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 28/40] drm/nouveau/disp/gp102: fix cursor/overlay immediate channel indices alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 29/40] drm/nouveau/disp/nv50-: split chid into chid.ctrl and chid.user alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 32/40] s390/zcrypt: Introduce CEX6 toleration alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 31/40] block: allow WRITE_SAME commands with the SG_IO ioctl alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 30/40] drm/nouveau/disp/nv50-: specify ctrl/user separately when constructing classes alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 34/40] slub: move synchronize_sched out of slab_mutex on shrink alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 33/40] [media] uvcvideo: uvc_scan_fallback() for webcams with broken chain alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 35/40] ACPI / blacklist: add _REV quirks for Dell Precision 5520 and 3520 alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 38/40] net: phy: Avoid deadlock during phy_error() alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 36/40] ACPI / blacklist: Make Dell Latitude 3350 ethernet work alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 37/40] serial: 8250_pci: Detach low-level driver during PCI error recovery alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 39/40] usb: gadget: udc: atmel: remove memory leak alexander.levin
2017-03-16 18:46 ` [PATCH for-4.9 40/40] powerpc/mm: Fix build break when CMA=n && SPAPR_TCE_IOMMU=y alexander.levin
2017-03-17  0:08 ` [PATCH for-4.9 00/40] Stable commits taken from Ubuntu Yakkety gregkh
2017-03-17  0:43   ` alexander.levin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170316184545.14455-1-alexander.levin@verizon.com \
    --to=alexander.levin@verizon.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).