Re: [PATCH net v2 0/3] ibmvnic: null pointer dereference

2020-11-24 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Mon, 23 Nov 2020 13:35:44 -0600 you wrote: > Fix two NULL pointer dereference crash issues. > Improve module removal procedure. > > In v2, we split v1 into 3 sets according to patch dependencies so that > individual author

[PATCH net v2 0/3] ibmvnic: null pointer dereference

2020-11-23 Thread Lijun Pan
Fix two NULL pointer dereference crash issues. Improve module removal procedure. In v2, we split v1 into 3 sets according to patch dependencies so that individual author can rework on them during the coming holiday. 1-11 as a set since they are dependent and most of them are Dany's. 12-14 as a set