Hello:
This series was applied to netdev/net.git (main) by Paolo Abeni pabeni@redhat.com:
On Fri, 07 Feb 2025 10:39:01 +0100 you wrote:
Some error handling issues I noticed while looking at the code.
Only compile-tested.
Signed-off-by: Thomas Weißschuh thomas.weissschuh@linutronix.de
Changes in v2:
- Fix typo in commit message: vmclock_ptp_register()
- Retarget against net tree
- Include patch from David. It's at the start of the series so that all bugfixes are at the beginning and the logical ordering of my patches is not disrupted.
- Pick up tags from LKML
- Link to v1: https://lore.kernel.org/r/20250206-vmclock-probe-v1-0-17a3ea07be34@linutroni...
[...]
Here is the summary with links: - [net,v2,1/5] ptp: vmclock: Add .owner to vmclock_miscdev_fops https://git.kernel.org/netdev/net/c/7b07b040257c - [net,v2,2/5] ptp: vmclock: Set driver data before its usage https://git.kernel.org/netdev/net/c/f7d07cd4f77d - [net,v2,3/5] ptp: vmclock: Don't unregister misc device if it was not registered https://git.kernel.org/netdev/net/c/39e926c3a21b - [net,v2,4/5] ptp: vmclock: Clean up miscdev and ptp clock through devres https://git.kernel.org/netdev/net/c/9a884c3800b2 - [net,v2,5/5] ptp: vmclock: Remove goto-based cleanup logic https://git.kernel.org/netdev/net/c/b4c1fde5ced9
You are awesome, thank you!