Re: [PATCH net] net: ipa: lock when freeing transaction

2020-11-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Sat, 14 Nov 2020 12:20:17 -0600 you wrote: > Transactions sit on one of several lists, depending on their state > (allocated, pending, complete, or polled). A spinlock protects > against concurrent access when transactions a

[PATCH net] net: ipa: lock when freeing transaction

2020-11-14 Thread Alex Elder
Transactions sit on one of several lists, depending on their state (allocated, pending, complete, or polled). A spinlock protects against concurrent access when transactions are moved between these lists. Transactions are also reference counted. A newly-allocated transaction has an initial count