]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'qlcnic-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 10 Mar 2016 21:15:54 +0000 (16:15 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Mar 2016 21:15:54 +0000 (16:15 -0500)
commit45ea96634ac921195b4ea6a07e380403740480eb
tree8a878347b0e4c5bf2eaa4d4f7b0917551868df23
parent18fb389bcb40d6cef30c0e1e8b96ae165cee77db
parente3665a2562805dfe1258a2f6369a6f0043c9ef22
Merge branch 'qlcnic-next'

Rajesh Borundia says:

====================
qlcnic fixes

This series adds following fixes.

o While processing mailbox if driver gets a spurious mailbox
  interrupt it leads into premature completion of a next
  mailbox request. Added a guard against this by checking current
  state of mailbox and ignored spurious interrupt.
  Added a stats counter to record this condition.

v2:

o Added patch that removes usage of atomic_t as we are not implemeting
  atomicity by using atomic_t value.
====================

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