mbox series

[for-4.4,00/13] Stable candidates for 4.4.y

Message ID 1501013241-31961-1-git-send-email-amit.pundir@linaro.org
Headers show
Series Stable candidates for 4.4.y | expand

Message

Amit Pundir July 25, 2017, 8:07 p.m. UTC
Hi Greg,

Few stable candidates for 4.4.y for your consideration.
Cherry-picked and build tested on Linux v4.4.78 for
ARCH=arm/arm64 + allmodconfig.

Few fixes are applicable for 3.18.y as well and I'll submit
them along with other fixes shortly in a separate thread.

Regards,
Amit Pundir


Calvin Owens (1):
  mpt3sas: Don't overreach ioc->reply_post[] during initialization

Florian Fainelli (1):
  net: phy: Do not perform software reset for Generic PHY

Guillaume Nault (1):
  ppp: take reference on channels netns

Herbert Xu (1):
  af_key: Fix sadb_x_ipsecrequest parsing

Jia-Ju Bai (1):
  isdn: Fix a sleep-in-atomic bug

Lior David (1):
  wil6210: fix deadlock when using fw_no_recovery option

Michal Kazior (1):
  ath10k: fix null deref on wmi-tlv when trying spectral scan

Oliver Neukum (2):
  kaweth: fix firmware download
  kaweth: fix oops upon failed memory allocation

Sudeep Holla (3):
  mailbox: always wait in mbox_send_message for blocking Tx mode
  mailbox: skip complete wait event if timer expired
  mailbox: handle empty message in tx_tick

Sudip Mukherjee (1):
  nfc: fdp: fix NULL pointer dereference

 drivers/isdn/i4l/isdn_ppp.c               |  2 +-
 drivers/mailbox/mailbox.c                 | 13 +++++----
 drivers/net/phy/phy_device.c              |  2 +-
 drivers/net/ppp/ppp_generic.c             |  2 ++
 drivers/net/usb/kaweth.c                  | 10 +++++--
 drivers/net/wireless/ath/ath10k/wmi-ops.h |  6 ++++
 drivers/net/wireless/ath/wil6210/main.c   | 15 +++++-----
 drivers/nfc/fdp/i2c.c                     |  6 ++--
 drivers/scsi/mpt3sas/mpt3sas_base.c       | 33 +++++++++++-----------
 include/linux/phy.h                       |  4 +++
 net/key/af_key.c                          | 47 +++++++++++++++++--------------
 11 files changed, 82 insertions(+), 58 deletions(-)

-- 
2.7.4

Comments

Greg Kroah-Hartman Aug. 3, 2017, 10:24 p.m. UTC | #1
On Wed, Jul 26, 2017 at 01:37:08AM +0530, Amit Pundir wrote:
> Hi Greg,

> 

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

> Cherry-picked and build tested on Linux v4.4.78 for

> ARCH=arm/arm64 + allmodconfig.

> 

> Few fixes are applicable for 3.18.y as well and I'll submit

> them along with other fixes shortly in a separate thread.


All now applied, thanks!

greg k-h