Re: [PATCH v2 net 0/3] net/smc: fixes for -net

2019-10-10 Thread Jakub Kicinski
On Thu, 10 Oct 2019 10:16:08 +0200, Karsten Graul wrote: > Fixes for -net, addressing two races in SMC receive path and > add a missing cleanup when the link group creating fails with > ISM devices and a VLAN id. > > v1->v2: > - added fixes tags Applied, queued for stable

[PATCH v2 net 0/3] net/smc: fixes for -net

2019-10-10 Thread Karsten Graul
Fixes for -net, addressing two races in SMC receive path and add a missing cleanup when the link group creating fails with ISM devices and a VLAN id. v1->v2: - added fixes tags Karsten Graul (2): net/smc: receive returns without data net/smc: receive pending data after RCV_SHUTDOWN Ursula Br