Re: [PATCH net 0/7] Bug fixes for chtls driver

2021-01-07 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Wed, 6 Jan 2021 09:59:05 +0530 you wrote: > patch 1: Fix hardware tid leak. > patch 2: Remove invalid set_tcb call. > patch 3: Fix panic when route to peer not configured. > patch 4: Avoid unnecessary freeing of oreq pointe

[PATCH net 0/7] Bug fixes for chtls driver

2021-01-05 Thread Ayush Sawal
patch 1: Fix hardware tid leak. patch 2: Remove invalid set_tcb call. patch 3: Fix panic when route to peer not configured. patch 4: Avoid unnecessary freeing of oreq pointer. patch 5: Replace skb_dequeue with skb_peek. patch 6: Added a check to avoid NULL pointer dereference patch. patch 7: Fix ch