]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Fix-bugs-in-Octeontx2-netdev-driver'
authorDavid S. Miller <davem@davemloft.net>
Wed, 29 Jul 2020 00:14:48 +0000 (17:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jul 2020 00:14:48 +0000 (17:14 -0700)
commit07eb37479ba87896d9a6e6bb819b958598ba4f70
tree120b598b29da4609f533fedaba6d623a580dee66
parent5d06fdf8c66bf8118af73b7c3b47ad9f80b29027
parent7445a5389e521469a9d4ce4241b01babc28a8654
Merge branch 'Fix-bugs-in-Octeontx2-netdev-driver'

Subbaraya Sundeep says:

====================
Fix bugs in Octeontx2 netdev driver

There are problems in the existing Octeontx2
netdev drivers like missing cancel_work for the
reset task, missing lock in reset task and
missing unergister_netdev in driver remove.
This patch set fixes the above problems.
====================

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