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=-9.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 4AF7BC11F65 for ; Wed, 30 Jun 2021 17:05:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2250E61166 for ; Wed, 30 Jun 2021 17:05:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229852AbhF3RIS (ORCPT ); Wed, 30 Jun 2021 13:08:18 -0400 Received: from mail-oi1-f171.google.com ([209.85.167.171]:36469 "EHLO mail-oi1-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229510AbhF3RIR (ORCPT ); Wed, 30 Jun 2021 13:08:17 -0400 Received: by mail-oi1-f171.google.com with SMTP id 11so3855670oid.3; Wed, 30 Jun 2021 10:05:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3dPVvMgKGMPozzTPi57Z6C+oEWFK/3BbhBj8XI0SQu4=; b=T8OH+lCLwS3+M3DexXcvPA5RKsQ+vX8VKjXzpPwQ+Vbr1P96rTzZsDdhNsbatG2YHP 5HtUKEFQ0b6uwD+1gcDtMfE0R1Fe23yvIaIL3QPs7Z+pS8mCoSFIwUHvv7VsBbpyygnH jpRRXkTiZjJ21SrE35gk3e5G5Y2KIOzOFvrHAgGnYIetEUWPyiwMVF6JEti9lHwkSb0P KocFpGQl/rMJKGV6LelGSzh3sJlmzaSuRNTy0UM5r4pViyxGm7teKEl7xjlbe1wFShrQ 7N4EUvDC40em5sEVniu7mN0pbtxUFV7ZGZgQAhuIbS4u92uU0ie4RCHmE+YSK2A/6YbI yNSw== X-Gm-Message-State: AOAM530n2yhDTX+jTjiWGNHjzVgP3ncEIJz4GkXl1pYgwyfC1W5ttmDO lmku/XeIDgTLDnyWuHuMqv1K2U0p9Kb1ySDgA2k= X-Google-Smtp-Source: ABdhPJxZ85pjc+J+8YwJ3+RDJINx2Id+yfifXp0BcoJrCQnE7dFW9nhME6aq0FTTcpHcqjI4hmRKtcwkEzO3QPwuGVc= X-Received: by 2002:a05:6808:15a6:: with SMTP id t38mr3890642oiw.157.1625072747262; Wed, 30 Jun 2021 10:05:47 -0700 (PDT) MIME-Version: 1.0 References: <20210624092156.332208049@infradead.org> In-Reply-To: <20210624092156.332208049@infradead.org> From: "Rafael J. Wysocki" Date: Wed, 30 Jun 2021 19:05:36 +0200 Message-ID: Subject: Re: [PATCH v2 0/4] Freezer rewrite To: Peter Zijlstra Cc: "Rafael J. Wysocki" , Oleg Nesterov , Ingo Molnar , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Mel Gorman , Will Deacon , Linux Kernel Mailing List , Tejun Heo , Linux PM Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Thu, Jun 24, 2021 at 11:28 AM Peter Zijlstra wrote: > > Hi all, > > Now with a completely different approach to freezing the special states. > > Patches go on top of tip/master, as they depend on the > task_struct::state rename. Acked-by: Rafael J. Wysocki for the entire series from the power management side.