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 CFF3BEE0205 for ; Fri, 29 Sep 2023 22:05:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233742AbjI2WFg (ORCPT ); Fri, 29 Sep 2023 18:05:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56954 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232748AbjI2WFf (ORCPT ); Fri, 29 Sep 2023 18:05:35 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D8FC49C; Fri, 29 Sep 2023 15:05:33 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14B6CC433C8; Fri, 29 Sep 2023 22:05:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696025133; bh=xTt1l9PiByHy9KtGYSiqfxwf26BRVWc4x8YQoj9u6ic=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TGHm3/hcapD2qY5VqtzZJgwRp2oVb/A6fn4Nnqr5nEZh58pF9DzgylPd8kYt1lgTT +zEuKXuhQGZ5Xa21SgMiQ3zR3vj1K1H6Fls1esixfFKq0D02b0pN220yNHE3q7rSN+ BopiEsKK2al8cpF0RmHo3z2hYgg0Y8OnZqDmGfqeg4G02GhUTtk37Ljb3E5pteYOXt EgTMWG1ne/9y5vJznSEwIlfQqDR4cpV7wjWz20aQZJvMtUrcfA3+6T4HeAYnpRJHMS 8RO7UyaNCM73ogClUAfIkBD74jfQj6I387sVGZh+NrUZVVwJMXeJSH2CQXQi1WnRuS sq/v3BjPVYT4w== Date: Sat, 30 Sep 2023 00:05:30 +0200 From: Frederic Weisbecker To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , linux-tip-commits@vger.kernel.org, x86@kernel.org Subject: Re: [PATCH] tick/nohz: Update comments some more Message-ID: References: <20230912104406.312185-3-frederic@kernel.org> <169582689118.27769.11953848930688373230.tip-bot2@tip-bot2> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le Fri, Sep 29, 2023 at 11:09:24PM +0200, Ingo Molnar a écrit : > > * Frederic Weisbecker wrote: > > > On Thu, Sep 28, 2023 at 11:07:01AM +0200, Ingo Molnar wrote: > > > > + * infrastructure actually relies on the tick itself as a backend in > > > > + * low-resolution mode (see hrtimer_run_queues()). > > > > + * > > > > + * This low-resolution handler still makes use of some hrtimer APIs meanwhile > > > > + * for commodity with expiration calculation and forwarding. > > > > > > commodity? > > > > I meant 'convenience', my usual frenglish issues... > > 'Convenience' it is. :-) > > > Looks good, thanks! > > Thanks, I've applied the patch to tip:timers/core, with your Acked-by added. Sounds good, thanks!