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=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 7AEF0C433E7 for ; Mon, 12 Oct 2020 13:17:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 39B102078E for ; Mon, 12 Oct 2020 13:17:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388838AbgJLNRw (ORCPT ); Mon, 12 Oct 2020 09:17:52 -0400 Received: from foss.arm.com ([217.140.110.172]:45322 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387906AbgJLNRv (ORCPT ); Mon, 12 Oct 2020 09:17:51 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 28B05D6E; Mon, 12 Oct 2020 06:17:51 -0700 (PDT) Received: from e113632-lin (e113632-lin.cambridge.arm.com [10.1.194.46]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3DB4E3F66B; Mon, 12 Oct 2020 06:17:50 -0700 (PDT) References: <20200424135657.32519-1-valentin.schneider@arm.com> <20200603170511.GA23722@bogus> User-agent: mu4e 0.9.17; emacs 26.3 From: Valentin Schneider To: Sudeep Holla Cc: Mark Rutland , Peter Zijlstra , Lorenzo Pieralisi , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/2] firmware/psci: PSCI checker cleanup In-reply-to: Date: Mon, 12 Oct 2020 14:17:44 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 03/06/20 18:39, Valentin Schneider wrote: > On 03/06/20 18:05, Sudeep Holla wrote: >> On Fri, Apr 24, 2020 at 02:56:55PM +0100, Valentin Schneider wrote: >>> Hi folks, >>> >>> This is a small cleanup of the PSCI checker following Peter's objections >>> to its homegrown do_idle() implementation. It is based on his >>> sched_setscheduler() unexport series at [1]. >>> >>> I've never really used the thing before, but it still seems to behave >>> correctly on my Juno r0 & HiKey960. >>> >> >> Reviewed-by: Sudeep Holla >> Tested-by: Sudeep Holla > > Thanks! > > AIUI the plan is to have the base in for the following version, so we > can wait until then - or I can rebase this on top of mainline, and > whoever will be on the receiving end of the merge conflict will be > slightly annoyed :-) > > I'm in no particular rush, and this isn't very hot code, so up to you. > The sched_setscheduler() series is in 5.9. Patches apply cleanly atop 5.9, and I double-checked on my Juno that they still actually work :-) > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel