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

2020-10-15 Thread Jakub Kicinski
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

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

2020-10-14 Thread Karsten Graul
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.