]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ipa-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 12 Jan 2022 14:39:54 +0000 (14:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Jan 2022 14:39:54 +0000 (14:39 +0000)
commitda8eaa4f6a57d148108b8256d0f63fe384d96b31
treecfaa51320c91242f4f89a7fc31e26cef6b7f8ea0
parent878a0fe7817394c5b583837f9470c332d0ea3f14
parente9a2b247cb526cd59f16b5f3e6d34a948310a6ae
Merge branch 'ipa-fixes'

Alex Elder says:

====================
net: ipa: fix two replenish bugs

This series contains two fixes for bugs in the IPA receive buffer
replenishing code.  The (new) second patch defines a bitmap to
represent endpoint the replenish enabled flag.  Its purpose is to
prepare for the third patch, which adds an additional flag.

Version 2 of this series uses bitmap operations in the second bug
fix rather than an atomic variable, as suggested by Jakub.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>