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 B76DEC43217 for ; Tue, 24 May 2022 13:43:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237893AbiEXNn2 (ORCPT ); Tue, 24 May 2022 09:43:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59528 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231224AbiEXNn0 (ORCPT ); Tue, 24 May 2022 09:43:26 -0400 Received: from mail-yb1-f182.google.com (mail-yb1-f182.google.com [209.85.219.182]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2AC1174DFE; Tue, 24 May 2022 06:43:26 -0700 (PDT) Received: by mail-yb1-f182.google.com with SMTP id i11so30929541ybq.9; Tue, 24 May 2022 06:43:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gF0TUV/f1EYPh7LzpbylOlyjLRvO0rS2Z8aSd7vESdM=; b=rwc7InZVARa4UImFOH28MSER2NINZZvdPOS6LawmXEEdJm4suds/ImaINBQAfgJkvC YoMCIWD6C3z+VQQ1mdWSuhxEkVi+uqBIMXfRAqN5orZBtl12zNFz/wGoAjQvu4BT06Ww prntmf0f1VCUzA6KA9USF7BA+vlUm0ILWHjZMQrEGN3NOq9tFPyazLWUJtI5/dqV+og7 WPODhNggo5aVPvslr+01MNnC5V1P7K1f+4gzCK6IyeT16r5Hkp4ZLTuL9fbYV1Qqf0id yGDda2umZ6krD93L6eaoqGhFyGm1z3wau9Om2Bl77ExP6eTjOvV1KjN1u4LPtCgNYJT/ qfIA== X-Gm-Message-State: AOAM533Iq2Q1sZnybdasilgS5xGizLqMgJ8BDUE1utBnPUa3WUDZBiPG Mt7CgFa2oRUovA8hAPqfFFx2JX9IL0fzYJKOZz0= X-Google-Smtp-Source: ABdhPJxrx+4PyTpojs6STJF90N5O3lVotlMS1F5ewlefJhltMPRleCLQ6INTFZNdlhzglSskVKU04pl4oHllKVWle+Q= X-Received: by 2002:a05:6902:100a:b0:64f:44ec:13ff with SMTP id w10-20020a056902100a00b0064f44ec13ffmr24477246ybt.137.1653399805346; Tue, 24 May 2022 06:43:25 -0700 (PDT) MIME-Version: 1.0 References: <20220509233235.995021-1-dmitry.osipenko@collabora.com> In-Reply-To: From: "Rafael J. Wysocki" Date: Tue, 24 May 2022 15:43:14 +0200 Message-ID: Subject: Re: [PATCH v8 00/27] Introduce power-off+restart call chain API To: Geert Uytterhoeven Cc: "Rafael J. Wysocki" , Dmitry Osipenko , Thierry Reding , Jonathan Hunter , Russell King , Catalin Marinas , Will Deacon , Guo Ren , Greg Ungerer , Joshua Thompson , Thomas Bogendoerfer , Sebastian Reichel , Linus Walleij , Philipp Zabel , Greentime Hu , Vincent Chen , "James E.J. Bottomley" , Helge Deller , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Paul Walmsley , Palmer Dabbelt , Albert Ou , Yoshinori Sato , Rich Felker , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "the arch/x86 maintainers" , "H. Peter Anvin" , Boris Ostrovsky , Juergen Gross , Stefano Stabellini , Len Brown , Santosh Shilimkar , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Pavel Machek , Lee Jones , Andrew Morton , Guenter Roeck , Daniel Lezcano , Andy Shevchenko , Ulf Hansson , =?UTF-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= , Linux Kernel Mailing List , linux-csky@vger.kernel.org, "linux-ia64@vger.kernel.org" , linux-m68k , "open list:BROADCOM NVRAM DRIVER" , Parisc List , linux-riscv , Linux-sh list , xen-devel@lists.xenproject.org, ACPI Devel Maling List , Linux PM , linux-tegra Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org Hi Geert, On Mon, May 23, 2022 at 8:08 PM Geert Uytterhoeven wrote: > > Hi Rafael, > > On Wed, May 18, 2022 at 4:46 PM Rafael J. Wysocki wrote: > > On Tue, May 10, 2022 at 1:33 AM Dmitry Osipenko > > wrote: > > > > m68k: Switch to new sys-off handler API > > Sorry, I didn't realize this was going to interact with the new m68k > virtual machine support, which is included in the m68k pull request > for v5.19. > > > However, I'm going to send a pull request with it in the second half > > of the merge window, after the majority of the other changes in the > > subsystems touched by it have been integrated. > > And presumably you will have to merge in v5.19-rc1, too? I will merge this series on top of the Linus' merges of my pull requests sent yesterday (assuming that he pulls them, that is). > I've sent a fix. It should appear at > https://lore.kernel.org/r/20220523175520.949681-1-geert@linux-m68k.org > soon. > > Can you please include that in your PR? I will. Thanks! 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2DEFDC433F5 for ; Tue, 24 May 2022 13:43:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=muoShSEZyNL71OGaLNLuK1rStlJYvwNiXEj6dl4+4vY=; b=k2kD43nWF6B59J athKnwn8wJZFh31qIaqjwiGi3dwiSVWb0xcUjJf7ygGIi5iCU+TU60YkokWXBqzWY45izijZ/G+tP eGDp+eCWzPl9SATOH5s803v9rzSX1Nn//xzs7YgpjgRkDdimgSs7uC4zElbOJ2gpB/9OjGoQ8yH3U eLrdsGZQIsWBrq5ofq3JlbneBt81UC61XQcdSgrWOvq1luuSIglh8SYHy/alMBROMyEeVwD9jZz7I B8zwy2/yzXbREHSw8sVqD/DI/+/7GXbzzQ3vAWp5QxVzGRTzIiLCRxj3Ar+QWSDDAEJYTYA98hKmk wujjqkVuAJz7u+GJ79oA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ntUot-008940-4v; Tue, 24 May 2022 13:43:31 +0000 Received: from mail-yb1-f180.google.com ([209.85.219.180]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ntUoq-00891m-AP for linux-riscv@lists.infradead.org; Tue, 24 May 2022 13:43:29 +0000 Received: by mail-yb1-f180.google.com with SMTP id v26so2627833ybd.2 for ; Tue, 24 May 2022 06:43:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gF0TUV/f1EYPh7LzpbylOlyjLRvO0rS2Z8aSd7vESdM=; b=TRSSki8zKQiwJVT5KPo3hHF8kZ8d/7Ir4a1QnCchrmMMwgVgAAx7TaUWhkKrOmA0MU mjmYYu3cInc7zFfw2RYR5fzXGs1hi2+UZmnK2QEGlBtYvfVXQY4opNE1jI/PGP/zKF71 x1hezO0JMzyQ+GJ07dAV+jamVL47wD1ckVYPWsIfnj8bQ6zpG+NUD1b2xbJaxspVfbWr qjiqsGbOMDlUPo94eyJ2R+9xudqEQcUldH6tAmAv9kK/potLLFfUI4XxHXSj9kUzfNUD KNdI3I/wumJRZb0SuNDVv3aR/VfivEbzLzmVKT6nSNECg2/q4GmJ7UTkzmPjSU60rQ34 tt9Q== X-Gm-Message-State: AOAM530MmsxYeCLYHODjwkCnJrr0lJkRS5EgwMHxEEexc1TSCA+LZt5Q 6o2NiNA8deZT1V5gH07B+86QzNLQEVCKWewRhDc= X-Google-Smtp-Source: ABdhPJxrx+4PyTpojs6STJF90N5O3lVotlMS1F5ewlefJhltMPRleCLQ6INTFZNdlhzglSskVKU04pl4oHllKVWle+Q= X-Received: by 2002:a05:6902:100a:b0:64f:44ec:13ff with SMTP id w10-20020a056902100a00b0064f44ec13ffmr24477246ybt.137.1653399805346; Tue, 24 May 2022 06:43:25 -0700 (PDT) MIME-Version: 1.0 References: <20220509233235.995021-1-dmitry.osipenko@collabora.com> In-Reply-To: From: "Rafael J. Wysocki" Date: Tue, 24 May 2022 15:43:14 +0200 Message-ID: Subject: Re: [PATCH v8 00/27] Introduce power-off+restart call chain API To: Geert Uytterhoeven Cc: "Rafael J. Wysocki" , Dmitry Osipenko , Thierry Reding , Jonathan Hunter , Russell King , Catalin Marinas , Will Deacon , Guo Ren , Greg Ungerer , Joshua Thompson , Thomas Bogendoerfer , Sebastian Reichel , Linus Walleij , Philipp Zabel , Greentime Hu , Vincent Chen , "James E.J. Bottomley" , Helge Deller , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Paul Walmsley , Palmer Dabbelt , Albert Ou , Yoshinori Sato , Rich Felker , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "the arch/x86 maintainers" , "H. Peter Anvin" , Boris Ostrovsky , Juergen Gross , Stefano Stabellini , Len Brown , Santosh Shilimkar , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Pavel Machek , Lee Jones , Andrew Morton , Guenter Roeck , Daniel Lezcano , Andy Shevchenko , Ulf Hansson , =?UTF-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= , Linux Kernel Mailing List , linux-csky@vger.kernel.org, "linux-ia64@vger.kernel.org" , linux-m68k , "open list:BROADCOM NVRAM DRIVER" , Parisc List , linux-riscv , Linux-sh list , xen-devel@lists.xenproject.org, ACPI Devel Maling List , Linux PM , linux-tegra X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220524_064328_394164_7AC5F956 X-CRM114-Status: GOOD ( 21.88 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Hi Geert, On Mon, May 23, 2022 at 8:08 PM Geert Uytterhoeven wrote: > > Hi Rafael, > > On Wed, May 18, 2022 at 4:46 PM Rafael J. Wysocki wrote: > > On Tue, May 10, 2022 at 1:33 AM Dmitry Osipenko > > wrote: > > > > m68k: Switch to new sys-off handler API > > Sorry, I didn't realize this was going to interact with the new m68k > virtual machine support, which is included in the m68k pull request > for v5.19. > > > However, I'm going to send a pull request with it in the second half > > of the merge window, after the majority of the other changes in the > > subsystems touched by it have been integrated. > > And presumably you will have to merge in v5.19-rc1, too? I will merge this series on top of the Linus' merges of my pull requests sent yesterday (assuming that he pulls them, that is). > I've sent a fix. It should appear at > https://lore.kernel.org/r/20220523175520.949681-1-geert@linux-m68k.org > soon. > > Can you please include that in your PR? I will. Thanks! _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Date: Tue, 24 May 2022 13:43:14 +0000 Subject: Re: [PATCH v8 00/27] Introduce power-off+restart call chain API Message-Id: List-Id: References: <20220509233235.995021-1-dmitry.osipenko@collabora.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Geert Uytterhoeven Cc: "Rafael J. Wysocki" , Dmitry Osipenko , Thierry Reding , Jonathan Hunter , Russell King , Catalin Marinas , Will Deacon , Guo Ren , Greg Ungerer , Joshua Thompson , Thomas Bogendoerfer , Sebastian Reichel , Linus Walleij , Philipp Zabel , Greentime Hu , Vincent Chen , "James E.J. Bottomley" , Helge Deller , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Paul Walmsley , Palmer Dabbelt , Albert Ou , Yoshinori Sato , Rich Felker , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , the arch/x86 maintainers , "H. Peter Anvin" , Boris Ostrovsky , Juergen Gross , Stefano Stabellini , Len Brown , Santosh Shilimkar , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Pavel Machek , Lee Jones , Andrew Morton , Guenter Roeck , Daniel Lezcano , Andy Shevchenko , Ulf Hansson , =?UTF-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= , Linux Kernel Mailing List , linux-csky@vger.kernel.org, "linux-ia64@vger.kernel.org" , linux-m68k , "open list:BROADCOM NVRAM DRIVER" , Parisc List , linux-riscv , Linux-sh list , xen-devel@lists.xenproject.org, ACPI Devel Maling List , Linux PM , linux-tegra Hi Geert, On Mon, May 23, 2022 at 8:08 PM Geert Uytterhoeven wrote: > > Hi Rafael, > > On Wed, May 18, 2022 at 4:46 PM Rafael J. Wysocki wrote: > > On Tue, May 10, 2022 at 1:33 AM Dmitry Osipenko > > wrote: > > > > m68k: Switch to new sys-off handler API > > Sorry, I didn't realize this was going to interact with the new m68k > virtual machine support, which is included in the m68k pull request > for v5.19. > > > However, I'm going to send a pull request with it in the second half > > of the merge window, after the majority of the other changes in the > > subsystems touched by it have been integrated. > > And presumably you will have to merge in v5.19-rc1, too? I will merge this series on top of the Linus' merges of my pull requests sent yesterday (assuming that he pulls them, that is). > I've sent a fix. It should appear at > https://lore.kernel.org/r/20220523175520.949681-1-geert@linux-m68k.org > soon. > > Can you please include that in your PR? I will. Thanks!