mbox series

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

Message ID 20201014174329.35791-1-kgraul@linux.ibm.com (mailing list archive)
Headers show
Series net/smc: fixes 2020-10-14 | expand

Message

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

The first patch fixes a possible use-after-free of delayed llc events.
Patch 2 corrects the number of DMB buffer sizes. And patch 3 ensures
a correctly formatted return code when smc_ism_register_dmb() fails to
create a new DMB.

Karsten Graul (3):
  net/smc: fix use-after-free of delayed events
  net/smc: fix valid DMBE buffer sizes
  net/smc: fix invalid return code in smcd_new_buf_create()

 net/smc/smc_core.c |  5 +++--
 net/smc/smc_llc.c  | 13 +++++--------
 2 files changed, 8 insertions(+), 10 deletions(-)

Comments

Jakub Kicinski Oct. 15, 2020, 4:59 p.m. UTC | #1
On Wed, 14 Oct 2020 19:43:26 +0200 Karsten Graul wrote:
> Please apply the following patch series for smc to netdev's net tree.
> 
> The first patch fixes a possible use-after-free of delayed llc events.
> Patch 2 corrects the number of DMB buffer sizes. And patch 3 ensures
> a correctly formatted return code when smc_ism_register_dmb() fails to
> create a new DMB.

Applied and queued for stable, thanks!