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 DCF69C6FD1D for ; Tue, 4 Apr 2023 13:35:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235210AbjDDNfw (ORCPT ); Tue, 4 Apr 2023 09:35:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44360 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234958AbjDDNfg (ORCPT ); Tue, 4 Apr 2023 09:35:36 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6CE7949C0 for ; Tue, 4 Apr 2023 06:35:16 -0700 (PDT) Date: Tue, 4 Apr 2023 15:35:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1680615313; 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=L3jkqQU9u0FGRKfr6X7BhcjwPJIyo70dv86K9eyZnJs=; b=K7jq9X9zphFGzCX/Y2e1u85MfVHCgShqlZIvmy54Is7n/BxsBoE/ti3Ca0DdiLg7SKvgrP 8ZCMvLRMXrVmU6dnWvOWd75VgXE+5H7EhhY2AlajItneCFYUrwaH7R7AtN58cj7/N+wNWV qn2BkUAGZq9CHKqU3DcYFgrSUWL8wIC7KpEbtgbexApWGWGyobuiGeyC4AV5XHq1aT2OTc KStG9firEVOcUFXW9INf0xH2l49Ta2PkUJXNgaV5aQ2B15vWHAoJIq8ZIME5hmeCDAdnXT TtlD2GQqm4OE6c+kqnPhIj5NW5nWgS1xJy73qAuRIJm+bl7bzBARQrKb1LyJzA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1680615313; 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=L3jkqQU9u0FGRKfr6X7BhcjwPJIyo70dv86K9eyZnJs=; b=hyCzel/xCsxrD66YB4Q/kUqPRBY97in+yN46PAQDSXtsEw8jrs5PhkPwJ1y4oT7KvqX54s uLgSnNQbVLgscEDQ== From: Anna-Maria Behnsen To: Peter Zijlstra cc: linux-kernel@vger.kernel.org, John Stultz , Thomas Gleixner , Eric Dumazet , "Rafael J . Wysocki" , Arjan van de Ven , "Paul E . McKenney" , Frederic Weisbecker , Rik van Riel Subject: Re: [PATCH v5 00/18] timer: Move from a push remote at enqueue to a pull at expiry model In-Reply-To: <20230321124646.GM2234901@hirez.programming.kicks-ass.net> Message-ID: References: <20230301141744.16063-1-anna-maria@linutronix.de> <20230321124646.GM2234901@hirez.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 21 Mar 2023, Peter Zijlstra wrote: > On Wed, Mar 01, 2023 at 03:17:26PM +0100, Anna-Maria Behnsen wrote: > > quater of the remaining CPUs was kept busy. This measurement was repeated > > /me hands you a bucket of spare 'r' :-) > Thanks for all the grammar fixes... this was the easy part :)