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 B29CBC433F5 for ; Mon, 23 May 2022 18:01:29 +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=+bndZ9UxUcQoLNw1mc73LbZHfq+e/pCsYq4EfFvLMNk=; b=FyEABulXo8dIak vWbGq1S1AiF0L4fguXtx0/J/cjhn6cBiW88SZQixEWHFFLoOqQWo9qg+Vf2KX800Dk/taHbLVoQjv Xuva6xjt8tuWL9MUTEQCZb0j/vYnyGMmVCuJAM1goH+ts/DxnfTuQg1SbgPqSL54Db6O1wgiw4/At 3Dtvd5YUOX07OcCjC2g3vita/e8dVUByPetYzfByobvOOBuCXZuzDFxafAYbcsGN+wWZItr/3a2Gm 7C76MMih/xDgV9EJH23Rw0z31mZ76GL6CWCVa8amKXH/zuQqTCM2KeCPuD4vIp1465NMu0vseu4wk 9o2GCFs9hlZwUBXaymzQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ntCMn-005TI9-Vt; Mon, 23 May 2022 18:01:18 +0000 Received: from mail-qv1-f43.google.com ([209.85.219.43]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ntCMk-005THJ-Jc for linux-riscv@lists.infradead.org; Mon, 23 May 2022 18:01:16 +0000 Received: by mail-qv1-f43.google.com with SMTP id e20so12638833qvr.6 for ; Mon, 23 May 2022 11:01:13 -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=N4rBBcobCQCpRnDX0N4E6NWTW64w3K1pdJQpMj8qNhc=; b=wW/kvvSZxgy1l0ZNdYMJxGFXsXELD0cZrKEnYDFMXdAtDI3a35MitCq54rzMtQWe3O MA7068CeStMes2znmWE98dHWyjuf6uN1sw1vSWFVLfdlDRDOOzOhjbU8vHkY3Y0Ef4vt vWerAi0hVddjmgWra7r/1dxtagDcKliztsZA+zcibjZinnSgYWGSLFKTYqPvSs1KebfO eSel6ZBYULGbUWCOc+Uk281fUEUOY39G/nCpYZaV5enUvOV9STtWXBdpYTFbS8Nwl23h fg16BqpCK+2kgRF+4EkWxYNNWIwWSlxSHiYHu7V+DLjGoDoyoTi0L7hYuh5zijIGD4Zo t45A== X-Gm-Message-State: AOAM532LeSfeLDZaiHyY+HOKlJoB4Ut/isZGHGKOCnRNWpcNOqzTVZwe MmJgJzitJk0jq3EeXJ3i5cCAQB6NxUzLfIBlnd4= X-Google-Smtp-Source: ABdhPJwjDcISiNocH2Wa45/8v4HqKDpjGdSC5/ABKygk4UgcIcxwkftcv3pcaAJwl4igKHkbrI9+lA== X-Received: by 2002:a05:6214:3005:b0:462:21ca:58b1 with SMTP id ke5-20020a056214300500b0046221ca58b1mr8643731qvb.47.1653328871857; Mon, 23 May 2022 11:01:11 -0700 (PDT) Received: from mail-yb1-f169.google.com (mail-yb1-f169.google.com. [209.85.219.169]) by smtp.gmail.com with ESMTPSA id a13-20020ac84d8d000000b002f940249151sm99422qtw.73.2022.05.23.11.01.11 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 23 May 2022 11:01:11 -0700 (PDT) Received: by mail-yb1-f169.google.com with SMTP id z7so5544742ybf.7 for ; Mon, 23 May 2022 11:01:11 -0700 (PDT) X-Received: by 2002:a81:ad11:0:b0:2fe:fb00:a759 with SMTP id l17-20020a81ad11000000b002fefb00a759mr24887559ywh.283.1653328860919; Mon, 23 May 2022 11:01:00 -0700 (PDT) MIME-Version: 1.0 References: <20220509233235.995021-1-dmitry.osipenko@collabora.com> In-Reply-To: From: Geert Uytterhoeven Date: Mon, 23 May 2022 20:00:49 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v8 00/27] Introduce power-off+restart call chain API To: "Rafael J. Wysocki" Cc: 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-20220523_110114_686597_019234BD X-CRM114-Status: GOOD ( 25.04 ) 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 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'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? Thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds _______________________________________________ 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 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 3C11AC43217 for ; Mon, 23 May 2022 18:31:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240249AbiEWSbv (ORCPT ); Mon, 23 May 2022 14:31:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243719AbiEWSbf (ORCPT ); Mon, 23 May 2022 14:31:35 -0400 Received: from mail-qk1-x732.google.com (mail-qk1-x732.google.com [IPv6:2607:f8b0:4864:20::732]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B64620F5A; Mon, 23 May 2022 11:06:22 -0700 (PDT) Received: by mail-qk1-x732.google.com with SMTP id v11so13415860qkf.1; Mon, 23 May 2022 11:06:22 -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=N4rBBcobCQCpRnDX0N4E6NWTW64w3K1pdJQpMj8qNhc=; b=udpNSUAhyP0FG8UDM1hTD/Pjh6SNQULn1hGtdAPYeDLHUc4PzchUBkFrhQd5rk4IgN kUXrLc9uejFGUyzcZTIyCZ2OksTZRKTfxc1CkuMmtblrmLspSRWOPZG4e+b7l8dtiHjD E7oW9+ss3tMBcn8UH2dpYG47tK19BqyKzW/P4vD3StmxjzMm1mavXFvhPFpXvk82I1UZ Vjq63QGnvRKmjV0vx7Vyrp5yF4DR41bld6QNEudT27Q2oEMyHOnoX6yWLZ6YURSTdFVi wq1nIg2h7mCMxMmwkO/5wc8qwRVUtTF9Hq0UqUDzPxc6yJgTxWuEZnkZiHErEEoYKjei Uwrg== X-Gm-Message-State: AOAM533xZQUl2IWoB0x6AQv2JNRZwHN3T1Iu9fOpk1tP18i+6+BrCpq3 1yUh8xUnLSBiVz1I93FWpv4yttvzTploOtMzc3E= X-Google-Smtp-Source: ABdhPJzWjZYTz0j8MSLd3DxKvbLW/XPtFjrPCplrW/MOl5criBTRv3K3QA0OeDfkMtd0+xXjk3TDeQ== X-Received: by 2002:a05:620a:2446:b0:6a0:50e8:2b2f with SMTP id h6-20020a05620a244600b006a050e82b2fmr14661026qkn.261.1653328871953; Mon, 23 May 2022 11:01:11 -0700 (PDT) Received: from mail-yb1-f173.google.com (mail-yb1-f173.google.com. [209.85.219.173]) by smtp.gmail.com with ESMTPSA id o8-20020a05622a138800b002f93554c009sm2686537qtk.59.2022.05.23.11.01.11 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 23 May 2022 11:01:11 -0700 (PDT) Received: by mail-yb1-f173.google.com with SMTP id p139so26782803ybc.11; Mon, 23 May 2022 11:01:11 -0700 (PDT) X-Received: by 2002:a81:ad11:0:b0:2fe:fb00:a759 with SMTP id l17-20020a81ad11000000b002fefb00a759mr24887559ywh.283.1653328860919; Mon, 23 May 2022 11:01:00 -0700 (PDT) MIME-Version: 1.0 References: <20220509233235.995021-1-dmitry.osipenko@collabora.com> In-Reply-To: From: Geert Uytterhoeven Date: Mon, 23 May 2022 20:00:49 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v8 00/27] Introduce power-off+restart call chain API To: "Rafael J. Wysocki" Cc: 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 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'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? Thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Date: Mon, 23 May 2022 18:00:49 +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: "Rafael J. Wysocki" Cc: 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 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'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? Thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds