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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A1DCAF8D775 for ; Thu, 16 Apr 2026 19:32:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type:MIME-Version: Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=92ERkl7IqZ3D3ZBskV2Dg9cLo0xCsyjyPbt0J7jJ1bo=; b=UfKcP5QBaIUa5owPuogT0R4aU5 h2UXpxO97lUpPzLG/6yqBLEMRGDuMxBJEHGbFCn+rKlcCar53MoXz4HqYgcDdJKnDRgjar+9YESL/ a9rHC9O/0YtaaDFwNsbxBjRZD2O1QMqkQm5xSUvmEWCwRgZJBoMgas7D1BxMplrpIV/LJ25KvxURK eeZ23oYCzpNXpnpypcHOm4K/pME3HJNDO3ahZNMqoHn1bOrzDNmC9faMKW+wSDlINkZg+LB/5plfw cOOLIs7mt0I7+bZ2p3uc5MQdZ8jyYeVVflWtVOC1LQE49IzSK5Mwo8K3UcptbT4i2HjnJV7prqaj8 Fib6WRuw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1wDSSI-00000002tFs-2YOi; Thu, 16 Apr 2026 19:32:50 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1wDSSH-00000002tFi-3fHS; Thu, 16 Apr 2026 19:32:49 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 4CDE860128; Thu, 16 Apr 2026 19:32:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 36E8AC2BCB0; Thu, 16 Apr 2026 19:32:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776367969; bh=92ERkl7IqZ3D3ZBskV2Dg9cLo0xCsyjyPbt0J7jJ1bo=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Rw1vIfWy5g39RTrQBVfk7P8+0yZErGWNG5UA9/vEtpQjlFkvwDTSfy9DcHen7/CI1 yvB26rPsstyEixHeRP2kRFTYsbED9hoqdAx8pp9JCjVGtqsECj0BmLbEADz/j0Ea1z cuKaCVwjWLvXDg/CryubhnWhKyfuiuUjmH8fhvqeL/w/0cvoWWHyuhgdCpeuqDPtkC KhOKnJGX3lMBUei6zDvHwn/e429dg5HpUaKZZFagDf5a9Cwpgy1mEmtIvUBtm2UV8a d3rsfZkg4WL5nt8ssrtLumcRxpUUuH7CR13mk1NCsH3yKQQbT7v7wh+ISgR1TJLd7z vH5LnF1y8pygA== From: Thomas Gleixner To: "Christophe Leroy (CS GROUP)" , LKML Cc: Arnd Bergmann , x86@kernel.org, Lu Baolu , iommu@lists.linux.dev, Michael Grzeschik , netdev@vger.kernel.org, linux-wireless@vger.kernel.org, Herbert Xu , linux-crypto@vger.kernel.org, Vlastimil Babka , linux-mm@kvack.org, David Woodhouse , Bernie Thompson , linux-fbdev@vger.kernel.org, Theodore Tso , linux-ext4@vger.kernel.org, Andrew Morton , Uladzislau Rezki , Marco Elver , Dmitry Vyukov , kasan-dev@googlegroups.com, Andrey Ryabinin , Thomas Sailer , linux-hams@vger.kernel.org, "Jason A. Donenfeld" , Richard Henderson , linux-alpha@vger.kernel.org, Russell King , linux-arm-kernel@lists.infradead.org, Catalin Marinas , Huacai Chen , loongarch@lists.linux.dev, Geert Uytterhoeven , linux-m68k@lists.linux-m68k.org, Dinh Nguyen , Jonas Bonn , linux-openrisc@vger.kernel.org, Helge Deller , linux-parisc@vger.kernel.org, Michael Ellerman , linuxppc-dev@lists.ozlabs.org, Paul Walmsley , linux-riscv@lists.infradead.org, Heiko Carstens , linux-s390@vger.kernel.org, "David S. Miller" , sparclinux@vger.kernel.org Subject: Re: [patch 07/38] treewide: Consolidate cycles_t In-Reply-To: <0758843e-8f75-4c82-b9c0-25fab502e62f@kernel.org> References: <20260410120044.031381086@kernel.org> <20260410120318.045532623@kernel.org> <0758843e-8f75-4c82-b9c0-25fab502e62f@kernel.org> Date: Thu, 16 Apr 2026 21:32:45 +0200 Message-ID: <87v7dqem5e.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Apr 15 2026 at 08:43, Christophe Leroy wrote: >> -typedef unsigned long cycles_t; >> - >> -static inline cycles_t get_cycles(void) >> +ostatic inline cycles_t get_cycles(void) > > What is 'ostatic' ? That's a really good question :)