stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-4.4 00/19] Stable commits from Ubuntu Yakkety 4.9-lts
@ 2017-03-25 16:18 Sumit Semwal
  2017-03-25 16:18 ` [PATCH for-4.4 01/19] xen: do not re-use pirq number cached in pci device msi msg data Sumit Semwal
                   ` (18 more replies)
  0 siblings, 19 replies; 39+ messages in thread
From: Sumit Semwal @ 2017-03-25 16:18 UTC (permalink / raw)
  To: stable; +Cc: Sumit Semwal

Hi Greg,

For your consideration, I've just tried to pick commits applicable on 4.4 out
of the stable commits shared by Sasha Levin from Ubuntu Yakkety for 4.9.

This is the set of patches that cleanly applies on 4.4.55, and is build tested
for x86.

(Thanks Sasha for all the heavy lifting :) )


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

Alexey Kardashevskiy (1):
  vfio/spapr: Postpone allocation of userspace version of TCE table

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

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):
  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 Pobega (1):
  ACPI / blacklist: Make Dell Latitude 3350 ethernet work

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

Vitaly Kuznetsov (1):
  x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic

 arch/x86/kernel/cpu/mshyperv.c             |  24 ++++++
 arch/x86/pci/xen.c                         |  23 ++----
 block/scsi_ioctl.c                         |   3 +
 drivers/acpi/blacklist.c                   |  28 +++++++
 drivers/media/usb/uvc/uvc_driver.c         | 118 +++++++++++++++++++++++++++--
 drivers/net/ethernet/intel/igb/e1000_phy.c |   4 +
 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/tty/serial/8250/8250_pci.c         |  23 +++++-
 drivers/vfio/vfio_iommu_spapr_tce.c        |  20 ++---
 16 files changed, 305 insertions(+), 109 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2017-03-28 12:22 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-25 16:18 [PATCH for-4.4 00/19] Stable commits from Ubuntu Yakkety 4.9-lts Sumit Semwal
2017-03-25 16:18 ` [PATCH for-4.4 01/19] xen: do not re-use pirq number cached in pci device msi msg data Sumit Semwal
2017-03-28 12:13   ` Patch "xen: do not re-use pirq number cached in pci device msi msg data" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 02/19] igb: Workaround for igb i210 firmware issue Sumit Semwal
2017-03-28 12:13   ` Patch "igb: Workaround for igb i210 firmware issue" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 03/19] igb: add i211 to i210 PHY workaround Sumit Semwal
2017-03-28 12:13   ` Patch "igb: add i211 to i210 PHY workaround" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 04/19] x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic Sumit Semwal
2017-03-28 12:13   ` Patch "x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 05/19] PCI: Separate VF BAR updates from standard BAR updates Sumit Semwal
2017-03-28 12:13   ` Patch "PCI: Separate VF BAR updates from standard BAR updates" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 06/19] PCI: Remove pci_resource_bar() and pci_iov_resource_bar() Sumit Semwal
2017-03-28 12:13   ` Patch "PCI: Remove pci_resource_bar() and pci_iov_resource_bar()" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 07/19] PCI: Add comments about ROM BAR updating Sumit Semwal
2017-03-28 12:13   ` Patch "PCI: Add comments about ROM BAR updating" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 08/19] PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLE Sumit Semwal
2017-03-28 12:13   ` Patch "PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLE" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 09/19] PCI: Don't update VF BARs while VF memory space is enabled Sumit Semwal
2017-03-28 12:13   ` Patch "PCI: Don't update VF BARs while VF memory space is enabled" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 10/19] PCI: Update BARs using property bits appropriate for type Sumit Semwal
2017-03-28 12:13   ` Patch "PCI: Update BARs using property bits appropriate for type" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 11/19] PCI: Ignore BAR updates on virtual functions Sumit Semwal
2017-03-28 12:13   ` Patch "PCI: Ignore BAR updates on virtual functions" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 12/19] PCI: Do any VF BAR updates before enabling the BARs Sumit Semwal
2017-03-28 12:13   ` Patch "PCI: Do any VF BAR updates before enabling the BARs" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 13/19] vfio/spapr: Postpone allocation of userspace version of TCE table Sumit Semwal
2017-03-28 12:13   ` Patch "vfio/spapr: Postpone allocation of userspace version of TCE table" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 14/19] block: allow WRITE_SAME commands with the SG_IO ioctl Sumit Semwal
2017-03-28 12:12   ` Patch "block: allow WRITE_SAME commands with the SG_IO ioctl" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 15/19] s390/zcrypt: Introduce CEX6 toleration Sumit Semwal
2017-03-28 12:13   ` Patch "s390/zcrypt: Introduce CEX6 toleration" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 16/19] uvcvideo: uvc_scan_fallback() for webcams with broken chain Sumit Semwal
2017-03-28 12:13   ` Patch "uvcvideo: uvc_scan_fallback() for webcams with broken chain" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 17/19] ACPI / blacklist: add _REV quirks for Dell Precision 5520 and 3520 Sumit Semwal
2017-03-28 12:12   ` Patch "ACPI / blacklist: add _REV quirks for Dell Precision 5520 and 3520" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 18/19] ACPI / blacklist: Make Dell Latitude 3350 ethernet work Sumit Semwal
2017-03-28 12:12   ` Patch "ACPI / blacklist: Make Dell Latitude 3350 ethernet work" has been added to the 4.4-stable tree gregkh
2017-03-25 16:18 ` [PATCH for-4.4 19/19] serial: 8250_pci: Detach low-level driver during PCI error recovery Sumit Semwal
2017-03-28 12:13   ` Patch "serial: 8250_pci: Detach low-level driver during PCI error recovery" has been added to the 4.4-stable tree gregkh

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).