From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1A649C433F5 for ; Mon, 18 Apr 2022 17:15:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346878AbiDRRST (ORCPT ); Mon, 18 Apr 2022 13:18:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346881AbiDRRSQ (ORCPT ); Mon, 18 Apr 2022 13:18:16 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 87CB624F10; Mon, 18 Apr 2022 10:15:36 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id C175DB81057; Mon, 18 Apr 2022 17:15:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 43B96C385AC; Mon, 18 Apr 2022 17:15:32 +0000 (UTC) Date: Mon, 18 Apr 2022 13:15:30 -0400 From: Steven Rostedt To: Thomas Gleixner Cc: Kurt Kanzenbach , John Stultz , Stephen Boyd , Ingo Molnar , Jonathan Corbet , Richard Cochran , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Torvalds Subject: Re: [PATCH v2 1/3] timekeeping: Introduce fast accessor to clock tai Message-ID: <20220418131530.6282fedc@gandalf.local.home> In-Reply-To: <87czhjemnn.ffs@tglx> References: <20220414091805.89667-1-kurt@linutronix.de> <20220414091805.89667-2-kurt@linutronix.de> <87czhjemnn.ffs@tglx> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 14 Apr 2022 16:59:24 +0200 Thomas Gleixner wrote: > Steven, this is available for you to pull via: > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip tai-for-tracing > > It's a single tagged commit on top of 5.18-rc2 Thanks. As I have not started putting together my next merge window series yet, I can start off of this commit. -- Steve