Received: by 10.223.185.111 with SMTP id b44csp430482wrg; Fri, 9 Mar 2018 07:21:05 -0800 (PST) X-Google-Smtp-Source: AG47ELuyw0B7F9ck7nytcig67NT3Dga5NYZGQxLQ0DWXqBO51eRkJdcGY63HTfPn2ETl9Nnn0UDH X-Received: by 10.98.200.131 with SMTP id i3mr30658303pfk.40.1520608865629; Fri, 09 Mar 2018 07:21:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520608865; cv=none; d=google.com; s=arc-20160816; b=nEeUo3jUqlLoeIrF3VNnYF+yvRcCp0pYYKNqB928n8aNWrix89zQhFnPvRd3UovTlW OEip52TbEJyfWzkcNNZ319ACMoVr3+OkPYE4vxiXhFNdq3CfPaQ5nJ+gAXhUA25h21+2 QfbQQwu75jiqn/oeqCDxeQDN4/QUPqaVtlozfrTr/MFFC1FxWzhoL1IwHkn501RC+fS/ oBMONnm+aON52PF/2dxehKRqBs/UXh4r0+5CuB1pGt++AHkAyJH8CkQZiir81OkznQss JU8vFQUws+WwGbimDC10PW2vrpVL5K1ZMT3k96zeqz+nRvcxnHeuGHH6qF3y/8jIPJK1 /wdg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to:date :cc:to:from:subject:message-id:arc-authentication-results; bh=Wy9vEmUoh0e1jEKxSAmZPklxZBKRnDbqaxPiFGyoZiw=; b=RXj27mzbpDQxppPaLysNbUzLcPu8jJLqb95TdpCL5LENCw/UT6wfT89MN+iNIHsFh/ J9qQz1V1RwfJqiO2y9FBVf3sY4WRLH9JB4Gy+1hUjGmob2DsqRmXTbFGw0ScoyZ3nOtV NHVrmk74IUGHevs4LLI+O1AoTssHzRWvZHdywcTz8Z0fSoubQf0shJ0F0HeHmc0HZrS+ qWcihtwOvCuYrVSsYaufsGPNhKFXuVVmDo2iwZJzSXfQETDQOm2iFMSEOxLuwxj5ShMD ovkoP6xOhIw42vis5oP2cx+wMz/Pgafw4Q9sTSzhHszO7/9VxDVCPuDYEX2N8OB27DBJ Kw4g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 34-v6si1009971plc.368.2018.03.09.07.20.51; Fri, 09 Mar 2018 07:21:05 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932344AbeCIPTl (ORCPT + 99 others); Fri, 9 Mar 2018 10:19:41 -0500 Received: from shelob.surriel.com ([96.67.55.147]:55710 "EHLO shelob.surriel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932189AbeCIPTh (ORCPT ); Fri, 9 Mar 2018 10:19:37 -0500 Received: from imladris.surriel.com ([96.67.55.152]) by shelob.surriel.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1euJnk-0003PF-Gd; Fri, 09 Mar 2018 10:19:20 -0500 Message-ID: <1520608760.4638.14.camel@surriel.com> Subject: Re: [RFC/RFT][PATCH v3 0/6] sched/cpuidle: Idle loop rework From: Rik van Riel To: "Rafael J. Wysocki" , Peter Zijlstra , Linux PM , Frederic Weisbecker Cc: Thomas Gleixner , Paul McKenney , Thomas Ilsche , Doug Smythies , Aubrey Li , Mike Galbraith , LKML Date: Fri, 09 Mar 2018 10:19:20 -0500 In-Reply-To: <2450532.XN8DODrtDf@aspire.rjw.lan> References: <2450532.XN8DODrtDf@aspire.rjw.lan> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-kivsYyhsThfbxsTVQyQ+" X-Mailer: Evolution 3.26.5 (3.26.5-1.fc27) Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-kivsYyhsThfbxsTVQyQ+ Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 2018-03-09 at 10:34 +0100, Rafael J. Wysocki wrote: > Hi All, >=20 > Thanks a lot for the discussion and testing so far! >=20 > This is a total respin of the whole series, so please look at it > afresh. > Patches 2 and 3 are the most similar to their previous versions, but > still they are different enough. This series gives no RCU errors on startup, and no CPUs seem to be getting stuck any more. I will run some performance tests with these patches. --=20 All Rights Reversed. --=-kivsYyhsThfbxsTVQyQ+ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEKR73pCCtJ5Xj3yADznnekoTE3oMFAlqipfgACgkQznnekoTE 3oPL3Qf9Ft0ww8bRf9/uOXj457aBHCKjX53DXAYmZRAAwyutPzaMUxHSadRoc5Db vJZJ5bu3pPYbgCu7b7+rJMxoF86A0M8cHrr4YTJsGwsmUDTXQzsm14VJGamELqOI aiOpc4zg/hEISdx/4bpSCvwBmXxwptnUnrnwcO1lJXfiBB/H+jIGaR69rBekARx7 juIQa02Ahb6bTes2tR2jGUFofWDs+dle+9xa8HRs2t5fU4Z3nKmxu7L1G3gaEt5f 3SCfDE81CdWrhtJG7DIW8P5Y94Xh34x/VV4dGN+mLoHs6Gc2Pi8oxKliZAjVc7WN n1Xh2e7WkBcbE1Z+phvZ2BBOY7pj8Q== =6ZIb -----END PGP SIGNATURE----- --=-kivsYyhsThfbxsTVQyQ+--