Re: [Linuxptp-devel] [PATCH v1] lstab: Update leapfile validity

2023-04-29 Thread Richard Cochran
On Thu, Apr 27, 2023 at 09:58:13AM +0200, Maciek Machnikowski wrote: > No leap seconds will happen till the end of 2023. (Only twelve more years of this BS to endure. ;^) > Update leapfile > validity accordingly. > > Signed-off-by: Maciek Machnikowski Applied. Thanks, Richard

Re: [Linuxptp-devel] [PATCH] port: Don't switch to PHC with SW timestamping.

2023-04-29 Thread Richard Cochran
On Wed, Mar 15, 2023 at 11:44:11AM +0100, Miroslav Lichvar wrote: > When ptp4l was configured to use SW timestamping, but the interface > supported also HW timestamping, ptp4l detected a change of the PHC on > start, switched to it from the system clock, and tried to control the > PHC using SW

Re: [Linuxptp-devel] [PATCH v2 0/1] Last (?) patch before version 4 release

2023-04-29 Thread Richard Cochran
On Wed, Apr 26, 2023 at 09:33:05AM +0200, Maciek Machnikowski wrote: > Is it still possible to get those 2 patches into 4.0? Yes. Thanks, Richard ___ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net

Re: [Linuxptp-devel] [PATCH v2] ts2phc: Prevent reporting poll error when received termination signal

2023-04-29 Thread Richard Cochran
On Tue, Apr 11, 2023 at 03:08:40PM +0200, Maciek Machnikowski wrote: > Currently ts2phc prints "poll failed" error to the LOG_EMERG when > the poll for tod fails. This causes error print on all terminals > when the tool gets terminated using SIGINT (ex. by pressing CTRL+C). > > v2: Properly

Re: [Linuxptp-devel] [PATCH v2] ts2phc: Fix potential null-pointer dereference

2023-04-29 Thread Richard Cochran
On Mon, Mar 13, 2023 at 09:31:43PM +0100, Maciek Machnikowski wrote: > An unallocated pmc_agent may be dereferenced in the pmc_agent_destroy > called by the ts2phc_cleanup(). > Check if the agent was allocated before releasing it. > > v2: Fixed coding standard > > Signed-off-by: Maciek