From: David S. Miller Date: Fri, 7 Jan 2022 14:04:19 +0000 (+0000) Subject: Merge branch 'octeontx2-ptp-bugs' X-Git-Tag: v5.17-rc1~170^2^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b69c5b5886f3986f94ded29896211d520c57aea1;p=thirdparty%2Flinux.git 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 --- b69c5b5886f3986f94ded29896211d520c57aea1