From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DA5932F29; Thu, 3 Jul 2025 12:48:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751546931; cv=none; b=oEEkW1ruwhY4yVlz5vECEklXhUCMIVXX4AlSChknVsj49ls0kRpj8CybRoWiHCBmORs9wf+EiG0HZfkTM3BlGut8otUBVS0oVLmXQyDjW5OzBPD21qe0T+B/7A8m3Z1t5Ed3zzVtKnsoFv/4qKr5K4v+H/URry50FAOEc+Qzrbg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751546931; c=relaxed/simple; bh=OUHvmnZpJKhe5oLTPLz2vd8ZBDivUxZPS2UpsRddvW0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=GApcRXdrCFsCbKbroneKINQztuP5dfVPPrz9WgkTFKlJwPuTr75g5IObeybmDbSQ6BMzCj/jNnsRu84cvyDvVlCeVuesyNpjEAOu75DcysXr6qQ/uuVcziOp5lF9M8FwB9EPb/ergzT54ZSPQVc/VPvBrExfJy5yd6Npd/KHp3c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=nzOPRlPV; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=rktf6H7n; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="nzOPRlPV"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="rktf6H7n" From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1751546928; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qtoy6yPzx+lwD2CNFlvJO5ejGFbqqUUABUK8za/Wazw=; b=nzOPRlPVFD3f968p46y/sUsHDNHnoo2WpsoHInNEhLveQ6UykPO8kS5Gy56OR5pd9S/Mb+ iFNMPqNkZbptV9DxBKA35yj+6F9acqefr1YCEhmoP3S1WyhHQKkG/7ooVySRBmSU978R8U rbbRFFYlW7BOFv+0shrwQHbBsGkDNQSKlrDidrU4KacD8MTu3s2HBVHWUiNIenNAhvVVRK e/JVNDHHAci5b8gWBpClbWUrfgGbFVfghXNCVAC7ecT8YqG1A4BIdrN9RbsDJYBfvtvtBr feac738+flaa6ciFnpO45ShHHRPMtlS/oDYP3IGFpkhe4jy+jC9G1JOgxpt09w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1751546928; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qtoy6yPzx+lwD2CNFlvJO5ejGFbqqUUABUK8za/Wazw=; b=rktf6H7nFtixj5gWOogKnF/7IDfcUwWG1P2WDjT3GzRfJ2TOYkIiRFWQ4SaKkeAMS5vqxc XHm8BImCEEtZCnDQ== To: Paolo Abeni , LKML Cc: netdev@vger.kernel.org, Richard Cochran , Christopher Hall , John Stultz , Frederic Weisbecker , Anna-Maria Behnsen , Miroslav Lichvar , Werner Abt , David Woodhouse , Stephen Boyd , Thomas =?utf-8?Q?Wei=C3=9Fschuh?= , Kurt Kanzenbach , Nam Cao , Antoine Tenart Subject: Re: [patch V2 0/3] ptp: Provide support for auxiliary clocks for PTP_SYS_OFFSET_EXTENDED In-Reply-To: References: <20250701130923.579834908@linutronix.de> Date: Thu, 03 Jul 2025 14:48:47 +0200 Message-ID: <87ecuxwic0.ffs@tglx> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Paolo! On Thu, Jul 03 2025 at 12:27, Paolo Abeni wrote: > On 7/1/25 3:26 PM, Thomas Gleixner wrote: >> Merge logistics if agreed on: >> >> 1) Patch #1 is applied to the tip tree on top of plain v6.16-rc1 and >> tagged >> >> 2) That tag is merged into tip:timers/ptp and the temporary CLOCK_AUX >> define is removed in a subsequent commit >> >> 3) Network folks merge the tag and apply patches #2 + #3 >> >> So the only fallout from this are the extra merges in both trees and the >> cleanup commit in the tip tree. But that way there are no dependencies and >> no duplicate commits with different SHAs. >> >> Thoughts? > > I'm sorry for the latency here; the plan works for me! I'll wait for the > tag reference. No problem. Rome wasn't built in a day either :) > Could you please drop a notice here when such tag will be available? Here you go: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ktime-get-clock-ts64-for-ptp I merged it locally into net-next, applied the PTP patches on top and verified that the combination with the tip timers/ptp branch, which has the tag integrated and the workaround removed, creates the expected working result. Thanks, tglx