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 X-Spam-Level: X-Spam-Status: No, score=-6.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4DD6C2D0E3 for ; Wed, 16 Sep 2020 21:10:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5768A221EF for ; Wed, 16 Sep 2020 21:10:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Zo0GEMiB" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726234AbgIPVKH (ORCPT ); Wed, 16 Sep 2020 17:10:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45246 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726348AbgIPPz2 (ORCPT ); Wed, 16 Sep 2020 11:55:28 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B9A3C02C2B1; Wed, 16 Sep 2020 08:42:25 -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=CwFFF72PkRXOfn/Nz6ud0X1OPtJVEVOQmrEtxSDPsHI=; b=Zo0GEMiB5cgG3KX5mFc9Jv6DYI mtnIJgJ+tQupUj2w/gxjNzLZtGrUy8/YPiqFdXDbUU6ipl10lHkmkRnLKU1OBAf+yYzD0qlIHzBsa n2fckjiG5Nk28qW81ODeFw7mECxTk8WzhR1KPiO2/yiP787/6cZ0petv2kxqprPQKouDu5GY3Gm/o AtCZd6foovLBIxHFOUEYloxMQMpybn//uSuD8BpwNHeQJVFoTe3rL1KaQNJg/goddC3itz/tWc+en YLPOMp6P7kTLI5RClDCQ3rkjy5KQo3p6b38sM/h7+9wB1C2z57FBECj52XYMJQe2Qp2A2mX85Jlrq JDRkx/Dg==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIZZV-0008Gk-6q; Wed, 16 Sep 2020 15:42:13 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 9305F3019CE; Wed, 16 Sep 2020 17:42:12 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 7B8642B76FF92; Wed, 16 Sep 2020 17:42:12 +0200 (CEST) Date: Wed, 16 Sep 2020 17:42:12 +0200 From: peterz@infradead.org To: "Rafael J. Wysocki" Cc: "Rafael J. Wysocki" , Borislav Petkov , "the arch/x86 maintainers" , Tony Luck , Len Brown , Daniel Lezcano , Linux Kernel Mailing List , ACPI Devel Maling List , Linux PM , Ulf Hansson , "Paul E. McKenney" , Thomas Gleixner , Naresh Kamboju Subject: Re: [RFC][PATCH 1/4] acpi: Use CPUIDLE_FLAG_TIMER_STOP Message-ID: <20200916154212.GE1362448@hirez.programming.kicks-ass.net> References: <20200915103157.345404192@infradead.org> <20200915103806.280265587@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Tue, Sep 15, 2020 at 06:26:52PM +0200, Rafael J. Wysocki wrote: > On Tue, Sep 15, 2020 at 12:44 PM Peter Zijlstra wrote: > > > > Make acpi_processor_idle use the common broadcast code, there's no > > reason not to. This also removes some RCU usage after > > rcu_idle_enter(). > > > > Signed-off-by: Peter Zijlstra (Intel) > > The whole series looks good to me, so please feel free to add > > Acked-by: Rafael J. Wysocki > > to all of the four patches. > > Alternatively, please let me know if you want me to take the patches. Feel free to take them. All the prerequisite borkage is in linus' tree already.