mbox series

[net,0/2] s390/qeth: fixes 2018-02-09

Message ID 20180209100350.60572-1-jwi@linux.vnet.ibm.com
Headers show
Series s390/qeth: fixes 2018-02-09 | expand

Message

Julian Wiedmann Feb. 9, 2018, 10:03 a.m. UTC
Hi Dave,

please apply the following two qeth patches for 4.16 and stable.

One restricts a command quirk to the intended commandd type,
while the other fixes an off-by-one during data transmission
that can cause qeth to build malformed buffer descriptors.

Thanks,
Julian


Julian Wiedmann (1):
  s390/qeth: fix SETIP command handling

Ursula Braun (1):
  s390/qeth: fix underestimated count of buffer elements

 drivers/s390/net/qeth_core.h      |  7 ++++++-
 drivers/s390/net/qeth_core_main.c | 14 ++++++++------
 2 files changed, 14 insertions(+), 7 deletions(-)

Comments

David Miller Feb. 9, 2018, 7:30 p.m. UTC | #1
From: Julian Wiedmann <jwi@linux.vnet.ibm.com>
Date: Fri,  9 Feb 2018 11:03:48 +0100

> please apply the following two qeth patches for 4.16 and stable.
> 
> One restricts a command quirk to the intended commandd type,
> while the other fixes an off-by-one during data transmission
> that can cause qeth to build malformed buffer descriptors.

Series applied, thanks.