]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'octeontx2-ptp-bugs'
authorDavid S. Miller <davem@davemloft.net>
Fri, 7 Jan 2022 14:04:19 +0000 (14:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Jan 2022 14:04:19 +0000 (14:04 +0000)
commitf8d44e3cad678ad6e1ec41d115a4a13633baf65b
tree659b4b10e98987386949c0164267f809bcdec968
parentd9a7c4b6390bcddfb6fdadc2f29b0a2a56a2158f
parentea0d7ba41e56f31dc434e0455ab82002d92adf25
Merge branch 'octeontx2-ptp-bugs'

Subbaraya Sundeep says:

====================
octeontx2: Fix PTP bugs

This patchset addresses two problems found when using
ptp.
Patch 1 - Increases the refcount of ptp device before use
which was missing and it lead to refcount increment after use
bug when module is loaded and unloaded couple of times.
Patch 2 - PTP resources allocated by VF are not being freed
during VF teardown. This patch fixes that.
====================

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