mbox series

[for-4.9.y,00/10] Stable candidates for linux-4.9.y

Message ID 1543416004-1547-1-git-send-email-amit.pundir@linaro.org
Headers show
Series Stable candidates for linux-4.9.y | expand

Message

Amit Pundir Nov. 28, 2018, 2:39 p.m. UTC
Hi Greg,

Few stable candidates for 4.9.y for your consideration.
Cherry picked and build tested on linux-4.9.141 for
ARCH=arm/arm64 + allmodconfig.

Few fixes are applicable for 4.4.y and 3.18.y as well,
but they needed minor rebasing, so I'll submit them
along with other fixes shortly in separate threads.

Regards,
Amit Pundir


Amitkumar Karwar (3):
  mwifiex: prevent register accesses after host is sleeping
  mwifiex: report error to PCIe for suspend failure
  mwifiex: Fix NULL pointer dereference in skb_dequeue()

Johannes Thumshirn (1):
  cw1200: Don't leak memory if krealloc failes

Karthik D A (1):
  mwifiex: fix p2p device doesn't find in scan problem

Subhash Jadavani (2):
  scsi: ufs: fix race between clock gating and devfreq scaling work
  scsi: ufshcd: release resources if probe fails

Vasanthakumar Thiagarajan (1):
  ath10k: fix kernel panic due to race in accessing arvif list

Venkat Gopalakrishnan (1):
  scsi: ufshcd: Fix race between clk scaling and ungate work

Yaniv Gardi (1):
  scsi: ufs: fix bugs related to null pointer access and array size

 drivers/net/wireless/ath/ath10k/mac.c           |  6 ++
 drivers/net/wireless/marvell/mwifiex/cfg80211.c | 10 +++-
 drivers/net/wireless/marvell/mwifiex/pcie.c     | 19 +++++--
 drivers/net/wireless/marvell/mwifiex/wmm.c      | 12 +++-
 drivers/net/wireless/st/cw1200/wsm.c            | 16 +++---
 drivers/scsi/ufs/ufs.h                          |  3 +-
 drivers/scsi/ufs/ufshcd-pci.c                   |  2 +
 drivers/scsi/ufs/ufshcd-pltfrm.c                |  5 +-
 drivers/scsi/ufs/ufshcd.c                       | 75 ++++++++++++++++++++++---
 9 files changed, 118 insertions(+), 30 deletions(-)

-- 
2.7.4

Comments

Greg Kroah-Hartman Nov. 29, 2018, 10:12 a.m. UTC | #1
On Wed, Nov 28, 2018 at 08:09:54PM +0530, Amit Pundir wrote:
> Hi Greg,

> 

> Few stable candidates for 4.9.y for your consideration.

> Cherry picked and build tested on linux-4.9.141 for

> ARCH=arm/arm64 + allmodconfig.

> 

> Few fixes are applicable for 4.4.y and 3.18.y as well,

> but they needed minor rebasing, so I'll submit them

> along with other fixes shortly in separate threads.


All now queued up for this and the 4.4 and 3.18 series, thanks!

greg k-h