mbox series

[for-4.4,0/4] Stable commits from Ubuntu Xenial 4.4-lts

Message ID 1493916720-8819-1-git-send-email-sumit.semwal@linaro.org
Headers show
Series Stable commits from Ubuntu Xenial 4.4-lts | expand

Message

Sumit Semwal May 4, 2017, 4:51 p.m. UTC
Hi Greg,

Just a couple of patches for your consideration towards 4.4-lts that seem
reasonable - these are taken from patches added in the Ubuntu Xenial 4.4-based
tree.

I've build-tested with x86 and arm64 allmodconfig only.

These apply cleanly on top of 4.4.66 - all are present in 4.10.y. 4.9.y is
missing only the 8250_pci fix which I'll email you separately about.

Hope these seem in order; please let me know if there are any comments or
concerns.

Best regards,
Sumit.

Gabriel Krisman Bertazi (1):
  8250_pci: Fix potential use-after-free in error path

Matthew R. Ochs (2):
  scsi: cxlflash: Fix to avoid EEH and host reset collisions
  scsi: cxlflash: Improve EEH recovery time

Uma Krishnan (1):
  scsi: cxlflash: Scan host only after the port is ready for I/O

 drivers/scsi/cxlflash/main.c       | 23 ++++++++++++++++++++---
 drivers/tty/serial/8250/8250_pci.c | 12 +++++-------
 2 files changed, 25 insertions(+), 10 deletions(-)

-- 
2.7.4

Comments

Greg KH May 4, 2017, 7:37 p.m. UTC | #1
On Thu, May 04, 2017 at 10:21:56PM +0530, Sumit Semwal wrote:
> Hi Greg,

> 

> Just a couple of patches for your consideration towards 4.4-lts that seem

> reasonable - these are taken from patches added in the Ubuntu Xenial 4.4-based

> tree.

> 

> I've build-tested with x86 and arm64 allmodconfig only.

> 

> These apply cleanly on top of 4.4.66 - all are present in 4.10.y. 4.9.y is

> missing only the 8250_pci fix which I'll email you separately about.

> 

> Hope these seem in order; please let me know if there are any comments or

> concerns.


Thanks for these, all now queued up.

greg k-h