mbox series

[PATCHv2,net-next,0/4] Virtual PTP clock improvements and fix

Message ID 20220202093358.1341391-1-mlichvar@redhat.com (mailing list archive)
Headers show
Series Virtual PTP clock improvements and fix | expand

Message

Miroslav Lichvar Feb. 2, 2022, 9:33 a.m. UTC
v2:
- dropped patch changing initial time of virtual clocks

The first patch fixes an oops when unloading a driver with PTP clock and
enabled virtual clocks.

The other patches add missing features to make synchronization with
virtual clocks work as well as with the physical clock.

Miroslav Lichvar (4):
  ptp: unregister virtual clocks when unregistering physical clock.
  ptp: increase maximum adjustment of virtual clocks.
  ptp: add gettimex64() to virtual clocks.
  ptp: add getcrosststamp() to virtual clocks.

 drivers/ptp/ptp_clock.c  | 11 ++++++--
 drivers/ptp/ptp_vclock.c | 56 +++++++++++++++++++++++++++++++++++++---
 2 files changed, 62 insertions(+), 5 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 3, 2022, 2:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Wed,  2 Feb 2022 10:33:54 +0100 you wrote:
> v2:
> - dropped patch changing initial time of virtual clocks
> 
> The first patch fixes an oops when unloading a driver with PTP clock and
> enabled virtual clocks.
> 
> The other patches add missing features to make synchronization with
> virtual clocks work as well as with the physical clock.
> 
> [...]

Here is the summary with links:
  - [PATCHv2,net-next,1/4] ptp: unregister virtual clocks when unregistering physical clock.
    https://git.kernel.org/netdev/net-next/c/bfcbb76b0f59
  - [PATCHv2,net-next,2/4] ptp: increase maximum adjustment of virtual clocks.
    https://git.kernel.org/netdev/net-next/c/f77222d693cc
  - [PATCHv2,net-next,3/4] ptp: add gettimex64() to virtual clocks.
    https://git.kernel.org/netdev/net-next/c/f0067ebfc42b
  - [PATCHv2,net-next,4/4] ptp: add getcrosststamp() to virtual clocks.
    https://git.kernel.org/netdev/net-next/c/21fad63084c2

You are awesome, thank you!