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 BDB5BC433FE for ; Sat, 29 Oct 2022 11:55:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229717AbiJ2Lzc (ORCPT ); Sat, 29 Oct 2022 07:55:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53046 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229476AbiJ2Lz3 (ORCPT ); Sat, 29 Oct 2022 07:55:29 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57EFC5C968; Sat, 29 Oct 2022 04:55:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=lHdbtESOn5xy1KfsCsCLI2wm3liZxvsQaEV6RBfZqOo=; b=ejx7pkNz1Yp9ZpZYTOxkkh/tjB Kg3Gac9JaVwweww1ndnz4CRobtVOWlCqyBtIaTX+SRQ9gl799EEOTWpuJjADtfYfo/bLwTazSFH6V HVZWvjclYDJA97SIjo8sKHll0z7fI+8UXYxGCiMz3VgstVa/yYorHtRmMv04H4gKTNAWyrqyqOd7b COfc1VkNUmaWxe9lq/I5Ayt5MNbyFBu4J0uTsvX1E/aXcoU6n/Y9ckmCDot0Hj+nUtqYUalpoTISl uEmtnz9Z4gRm1RuJXtgol0MM1dTrDyWw0EMmQYygIRAMO0ooNIp2KDxZaSqOzSLSu/2fWpcDlpw1o WRFdw87w==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1ookQs-002331-3z; Sat, 29 Oct 2022 11:55:22 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id D1CCE3001CB; Sat, 29 Oct 2022 13:55:16 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 84867200F0B45; Sat, 29 Oct 2022 13:55:16 +0200 (CEST) Date: Sat, 29 Oct 2022 13:55:16 +0200 From: Peter Zijlstra To: Suren Baghdasaryan Cc: Chengming Zhou , linux-tip-commits@vger.kernel.org, Pavan Kondeti , x86@kernel.org, linux-kernel@vger.kernel.org, Johannes Weiner Subject: Re: [External] [tip: sched/core] sched/psi: Fix avgs_work re-arm in psi_avgs_work() Message-ID: References: <20221010104206.12184-1-zhouchengming@bytedance.com> <166693932887.29415.17016910542871419770.tip-bot2@tip-bot2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 28, 2022 at 09:53:57PM +0200, Peter Zijlstra wrote: > On Fri, Oct 28, 2022 at 08:58:03AM -0700, Suren Baghdasaryan wrote: > > > Not sure what went wrong. Peter, could you please replace this one > > Probably me being an idiot and searching on subject instead of msgid :/ > > I'll go fix up -- tomorrow though, it's late and I'm likely to mess it > up again. Can you please check queue.git/sched/core ; did I get it right this time?