mbox series

[for-3.18,00/15] Stable candidates for 3.18.y

Message ID 1501015526-32178-1-git-send-email-amit.pundir@linaro.org
Headers show
Series Stable candidates for 3.18.y | expand

Message

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

Few stable candidates for 3.18.y for your consideration.
Cherry-picked and build tested on Linux v3.18.62 for
ARCH=arm/arm64 + allmodconfig.

Regards,
Amit Pundir


Ben Hutchings (1):
  sh_eth: Fix ethtool operation crash when net device is down

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

Daniel Borkmann (2):
  net: sctp: fix race for one-to-many sockets in sendmsg's auto
    associate
  net, sched: fix soft lockup in tc_classify

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

Jan Stancek (1):
  ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gc

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

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

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

 drivers/isdn/i4l/isdn_ppp.c             |  2 +-
 drivers/mailbox/mailbox.c               | 13 +++++----
 drivers/net/ethernet/renesas/sh_eth.c   | 10 +++++++
 drivers/net/phy/phy_device.c            |  2 +-
 drivers/net/ppp/ppp_generic.c           |  2 ++
 drivers/net/usb/kaweth.c                | 10 ++++---
 drivers/net/wireless/ath/wil6210/main.c | 15 ++++++-----
 drivers/scsi/mpt3sas/mpt3sas_base.c     | 33 +++++++++++------------
 include/linux/phy.h                     |  4 +++
 net/ipv6/ip6_flowlabel.c                |  4 +--
 net/key/af_key.c                        | 47 ++++++++++++++++++---------------
 net/sched/cls_api.c                     |  4 ++-
 net/sctp/socket.c                       |  8 +++++-
 13 files changed, 95 insertions(+), 59 deletions(-)

-- 
2.7.4

Comments

Greg Kroah-Hartman Aug. 3, 2017, 10:28 p.m. UTC | #1
On Wed, Jul 26, 2017 at 02:15:11AM +0530, Amit Pundir wrote:
> Hi Greg,

> 

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

> Cherry-picked and build tested on Linux v3.18.62 for

> ARCH=arm/arm64 + allmodconfig.


All now applied, thanks.

greg k-h