Hi Greg,
Few stable candidates for 4.4.y for your consideration. Cherry picked and build tested on linux-4.4.165 for ARCH=arm/arm64 + allmodconfig.
Few fixes are applicable for 3.18.y as well, but they needed minor rebasing, so I'll submit them shortly in a separate thread.
Regards, Amit Pundir
Amitkumar Karwar (1): 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
Liping Zhang (1): netfilter: nf_tables: fix oops when inserting an element into a verdict map
Mauricio Faria de Oliveira (1): scsi: qla2xxx: do not queue commands when unloading
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/cw1200/wsm.c | 16 ++++--- drivers/net/wireless/mwifiex/cfg80211.c | 10 ++++- drivers/net/wireless/mwifiex/wmm.c | 12 ++++-- drivers/scsi/qla2xxx/qla_os.c | 5 +++ 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 +++++++++++++++++++++++++++++---- net/netfilter/nf_tables_api.c | 1 + 10 files changed, 110 insertions(+), 25 deletions(-)