mbox series

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

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

Message

Amit Pundir July 25, 2017, 7:29 p.m. UTC
Hi Greg,

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

Few fixes are applicable for 4.4.y and 3.18.y as well.
I'll submit them along with other fixes shortly in
respective threads.

Regards,
Amit Pundir


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

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

OGAWA Hirofumi (1):
  nfc: Fix hangup of RC-S380* in port100_send_ack()

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/wireless/ath/ath10k/wmi-ops.h |  6 ++++
 drivers/net/wireless/ath/wil6210/main.c   | 15 +++++-----
 drivers/nfc/fdp/i2c.c                     |  6 ++--
 drivers/nfc/port100.c                     | 35 +++++++++++++++--------
 include/linux/phy.h                       |  4 +++
 net/key/af_key.c                          | 47 +++++++++++++++++--------------
 9 files changed, 80 insertions(+), 50 deletions(-)

-- 
2.7.4

Comments

Greg Kroah-Hartman Aug. 3, 2017, 10:25 p.m. UTC | #1
On Wed, Jul 26, 2017 at 12:59:06AM +0530, Amit Pundir wrote:
> Hi Greg,

> 

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

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

> ARCH=arm/arm64 + allmodconfig.

> 

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

> I'll submit them along with other fixes shortly in

> respective threads.


All now applied, thanks!

greg k-h