mbox series

[net,0/3] net/smc: fixes 2020-10-23

Message ID 20201023184830.59548-1-kgraul@linux.ibm.com
Headers show
Series net/smc: fixes 2020-10-23 | expand

Message

Karsten Graul Oct. 23, 2020, 6:48 p.m. UTC
Please apply the following patch series for smc to netdev's net tree.

Patch 1 fixes a potential null pointer dereference. Patch 2 takes care
of a suppressed return code and patch 3 corrects the system EID in the
ISM driver.

Karsten Graul (3):
  net/smc: fix null pointer dereference in smc_listen_decline()
  net/smc: fix suppressed return code
  s390/ism: fix incorrect system EID

 drivers/s390/net/ism_drv.c | 2 +-
 net/smc/af_smc.c           | 7 ++++---
 net/smc/smc_core.c         | 7 +++++--
 3 files changed, 10 insertions(+), 6 deletions(-)

Comments

Jakub Kicinski Oct. 26, 2020, 11:39 p.m. UTC | #1
On Fri, 23 Oct 2020 20:48:27 +0200 Karsten Graul wrote:
> Please apply the following patch series for smc to netdev's net tree.

> 

> Patch 1 fixes a potential null pointer dereference. Patch 2 takes care

> of a suppressed return code and patch 3 corrects the system EID in the

> ISM driver.


Applied, thanks!