From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 601B23BF300; Tue, 20 Jan 2026 09:06:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768899964; cv=none; b=aVjO4LNKIcnhQhRtUfF7LPIKp1kcrcFOcB9nfI5rEfIjbjKM8R3v1daX4C3Yw/jB9zNKFY7xsw9ew/D8vH2qMEeMJVa8zM9J9Zq2L1yc/EjiU4x3OT+XNr+6YNGoRy/d95KFXgAUUiOXQUlnVG1ha+7n6oGhQmUobfNYBCbpXyo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768899964; c=relaxed/simple; bh=MY2TnFbxs3t461o8psn724JxUORnxCWw8SUzYFQbP2E=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=q/yIyCWAO0tVN2bT40UfURL75q18NXu2ORAX3JiMAf9JeeLICB0rJAhY5AixY0A8YtQtLBnBvzUCsDYaXTt3G1yd9bW/qfOOZmTXiF/dFe/mbAT1ZuPFDwGVN9a2rGepi2PJcVpPSAoa/qFoRTXSr6tTzbu+nzxIh04EZ/TZnRA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gIOaHilF; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gIOaHilF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 43095C19423; Tue, 20 Jan 2026 09:06:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768899964; bh=MY2TnFbxs3t461o8psn724JxUORnxCWw8SUzYFQbP2E=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=gIOaHilFyRX5np+5bR0svILTpn24oZwPkK0XBjxtSdZZn7WOfCFmrksSKddFYMrvg s/NcFZyF1Ji5PHLTVFOCDIXiuiFJRl2N7F7lKPtS8vwsfPa5epufdHm7nzNLVAGxC8 F3yVkFCftnmVa6J/jz7w/0WvXskmtnOhdtLpXrjV4BRy76k4ZjgHouhduU7qpn133O U9I1IuFTvHeTVNvmXOPHqFQNFV4Ry6a0+77bVTE+zehf8xqwAgQGCTaGEx9C96RMBn Vt8QySIc2B7DmDoRJ4vEa/CX4t+bI96PkRtF5Jz9mKr/GkEK+xStVrjXU6qRO5T5EC SE/MpgM6+rjVQ== From: Thomas Gleixner To: Jason Xing , Eric Dumazet Cc: John Stultz , Stephen Boyd , Jakub Kicinski , Paolo Abeni , linux-kernel , netdev@vger.kernel.org, Eric Dumazet , Kevin Yang , Willem de Bruijn , Neal Cardwell , Yuchung Cheng Subject: Re: [PATCH] time/timecounter: inline timecounter_cyc2time() In-Reply-To: References: <20251129095740.3338476-1-edumazet@google.com> Date: Tue, 20 Jan 2026 10:06:00 +0100 Message-ID: <87jyxc1wnb.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; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Tue, Jan 20 2026 at 16:18, Jason Xing wrote: > On Sat, Nov 29, 2025 at 5:57=E2=80=AFPM Eric Dumazet wrote: > > When I'm browsing the modification related to SWIFT, I noticed this > patch seems to have not been merged yet? It's in the tip tree and scheduled for the next merge window.