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=-7.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 E2A91C433E0 for ; Wed, 27 Jan 2021 08:25:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9CA092073C for ; Wed, 27 Jan 2021 08:25:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231871AbhA0IZW (ORCPT ); Wed, 27 Jan 2021 03:25:22 -0500 Received: from mail.kernel.org ([198.145.29.99]:45240 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S316953AbhAZXMp (ORCPT ); Tue, 26 Jan 2021 18:12:45 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 820182065C; Tue, 26 Jan 2021 23:12:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611702724; bh=rzeLAib+ucsQgm3JMS7ISQFoDi1VrBk0iP8v3x+v4bA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qedVMlQr7vt85JG4A2fw9jFiBIEmgMbckHyvDGYXTcNu6/bLHlvo1crV8muT4pJuy X48Acf1v4NsR5AqoWDyJFYVKnEeoWJBGjfGsWaEcLa4NyaWbPGtYAzD31usF9LqaXZ oZGgceH+GY65suYaGHKQxl2cpU/Fy08UIWX2dSl4Z+N7k1cZGwJfU3QurzLcwwpSN5 XI21smmUE+0x754VG9BjViEVakV0AmLJPCPoPFYR7kQAyYcb3WN4NIHS1ly/o23oiB 9XWolCB+SKcUvDHzkXBw0S99KzuGr1SO0GvaH4nD90oB/sSKj4Wanbke8hqTDx+qMN qMLLuWwYNEAUA== Date: Tue, 26 Jan 2021 23:11:58 +0000 From: Will Deacon To: Pavel Tatashin Cc: James Morris , Sasha Levin , "Eric W. Biederman" , kexec mailing list , LKML , Jonathan Corbet , Catalin Marinas , Linux ARM , Marc Zyngier , James Morse , Vladimir Murzin , Matthias Brugger , linux-mm , Mark Rutland , steve.capper@arm.com, rfontana@redhat.com, Thomas Gleixner , Selin Dag , Tyler Hicks Subject: Re: [PATCH v10 00/18] arm64: MMU enabled kexec relocation Message-ID: <20210126231157.GF30941@willie-the-truck> References: <20210125191923.1060122-1-pasha.tatashin@soleen.com> <20210126225847.GC30941@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 26, 2021 at 06:05:10PM -0500, Pavel Tatashin wrote: > On Tue, Jan 26, 2021 at 5:58 PM Will Deacon wrote: > > > > Hi Pavel, > > > > On Mon, Jan 25, 2021 at 02:19:05PM -0500, Pavel Tatashin wrote: > > > Changelog: > > > v10: > > > - Addressed a lot of comments form James Morse and from Marc Zyngier > > > - Added review-by's > > > - Synchronized with mainline > > > > This series has been doing the rounds for a while, but still isn't fully > > reviewed. Would it help if I merged, e.g. the first 12 patches to reduce the > > amount you have to repost? > > Hi Will, > > Yes, it would. The first 10 patches of this series were already merged > sometime ago: > > a2c2e67923ec arm64: hibernate: add trans_pgd public functions > 7ea4088938b7 arm64: hibernate: add PUD_SECT_RDONLY > 13373f0e6580 arm64: hibernate: rename dst to page in create_safe_exec_page > a89d7ff933b0 arm64: hibernate: remove gotos as they are not needed > 051a7a94aaa9 arm64: hibernate: use get_safe_page directly > d234332c2815 arm64: hibernate: pass the allocated pgdp to ttbr0 > 621516789ee6 arm64: kexec: make dtb_mem always enabled > 3b54b743397e arm64: kexec: remove unnecessary debug prints > de68e4daea90 kexec: add machine_kexec_post_load() > d42cc530b18d kexec: quiet down kexec reboot > > So, merging another ~12, would substantially help with getting > everything reviewed and merged. Ok, great; I'll have a crack at that tomorrow, and thanks for persevering. Will 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=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 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 A760FC433DB for ; Tue, 26 Jan 2021 23:13:48 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 52A712065E for ; Tue, 26 Jan 2021 23:13:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 52A712065E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=EcB0HZuVr2ikEddazfga3xKOSqzy7E77U4gpjsPMjio=; b=1fS2snqsDJJOGqMbmlXCAY2LI P9I9ckpm19eHw/oVHQVEkcAcrShyId+Z/7eYD4CoRahq91g0gNua6+eum0Jzj7Hld44EpxuKjmOCL 6CZgvA8HUzQXMC2fQSIjGAaGwc2O/Nt1BYNpcoX/lZQd4An9qc7qbE6j9CVQ1vJSFhb11wWbaL6Tk dsmIup54hrFGKa60eXs6zkLAdXqZVG//KsGThzyO9ymJouUGVN72g6eoWVu2tBmKeha1/8maPFn9e Ojze1SVdsIP3sVwEuGUlityfd/sJs8HyNGBKlx8Dh2HcBl0PYrgWoUv5wZcmtGzcXf9BcO5SNx6m6 Bl1A5kQlg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4XVJ-00083Q-Td; Tue, 26 Jan 2021 23:12:09 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4XVG-00082U-92; Tue, 26 Jan 2021 23:12:07 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 820182065C; Tue, 26 Jan 2021 23:12:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611702724; bh=rzeLAib+ucsQgm3JMS7ISQFoDi1VrBk0iP8v3x+v4bA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qedVMlQr7vt85JG4A2fw9jFiBIEmgMbckHyvDGYXTcNu6/bLHlvo1crV8muT4pJuy X48Acf1v4NsR5AqoWDyJFYVKnEeoWJBGjfGsWaEcLa4NyaWbPGtYAzD31usF9LqaXZ oZGgceH+GY65suYaGHKQxl2cpU/Fy08UIWX2dSl4Z+N7k1cZGwJfU3QurzLcwwpSN5 XI21smmUE+0x754VG9BjViEVakV0AmLJPCPoPFYR7kQAyYcb3WN4NIHS1ly/o23oiB 9XWolCB+SKcUvDHzkXBw0S99KzuGr1SO0GvaH4nD90oB/sSKj4Wanbke8hqTDx+qMN qMLLuWwYNEAUA== Date: Tue, 26 Jan 2021 23:11:58 +0000 From: Will Deacon To: Pavel Tatashin Subject: Re: [PATCH v10 00/18] arm64: MMU enabled kexec relocation Message-ID: <20210126231157.GF30941@willie-the-truck> References: <20210125191923.1060122-1-pasha.tatashin@soleen.com> <20210126225847.GC30941@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210126_181206_395482_1A334B3C X-CRM114-Status: GOOD ( 17.97 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sasha Levin , Mark Rutland , Vladimir Murzin , Jonathan Corbet , Catalin Marinas , Selin Dag , steve.capper@arm.com, kexec mailing list , LKML , James Morris , linux-mm , Tyler Hicks , James Morse , "Eric W. Biederman" , Marc Zyngier , Matthias Brugger , rfontana@redhat.com, Thomas Gleixner , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Jan 26, 2021 at 06:05:10PM -0500, Pavel Tatashin wrote: > On Tue, Jan 26, 2021 at 5:58 PM Will Deacon wrote: > > > > Hi Pavel, > > > > On Mon, Jan 25, 2021 at 02:19:05PM -0500, Pavel Tatashin wrote: > > > Changelog: > > > v10: > > > - Addressed a lot of comments form James Morse and from Marc Zyngier > > > - Added review-by's > > > - Synchronized with mainline > > > > This series has been doing the rounds for a while, but still isn't fully > > reviewed. Would it help if I merged, e.g. the first 12 patches to reduce the > > amount you have to repost? > > Hi Will, > > Yes, it would. The first 10 patches of this series were already merged > sometime ago: > > a2c2e67923ec arm64: hibernate: add trans_pgd public functions > 7ea4088938b7 arm64: hibernate: add PUD_SECT_RDONLY > 13373f0e6580 arm64: hibernate: rename dst to page in create_safe_exec_page > a89d7ff933b0 arm64: hibernate: remove gotos as they are not needed > 051a7a94aaa9 arm64: hibernate: use get_safe_page directly > d234332c2815 arm64: hibernate: pass the allocated pgdp to ttbr0 > 621516789ee6 arm64: kexec: make dtb_mem always enabled > 3b54b743397e arm64: kexec: remove unnecessary debug prints > de68e4daea90 kexec: add machine_kexec_post_load() > d42cc530b18d kexec: quiet down kexec reboot > > So, merging another ~12, would substantially help with getting > everything reviewed and merged. Ok, great; I'll have a crack at that tomorrow, and thanks for persevering. Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Tue, 26 Jan 2021 23:11:58 +0000 From: Will Deacon Subject: Re: [PATCH v10 00/18] arm64: MMU enabled kexec relocation Message-ID: <20210126231157.GF30941@willie-the-truck> References: <20210125191923.1060122-1-pasha.tatashin@soleen.com> <20210126225847.GC30941@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Pavel Tatashin Cc: Sasha Levin , Mark Rutland , Vladimir Murzin , Jonathan Corbet , Catalin Marinas , Selin Dag , steve.capper@arm.com, kexec mailing list , LKML , James Morris , linux-mm , Tyler Hicks , James Morse , "Eric W. Biederman" , Marc Zyngier , Matthias Brugger , rfontana@redhat.com, Thomas Gleixner , Linux ARM On Tue, Jan 26, 2021 at 06:05:10PM -0500, Pavel Tatashin wrote: > On Tue, Jan 26, 2021 at 5:58 PM Will Deacon wrote: > > > > Hi Pavel, > > > > On Mon, Jan 25, 2021 at 02:19:05PM -0500, Pavel Tatashin wrote: > > > Changelog: > > > v10: > > > - Addressed a lot of comments form James Morse and from Marc Zyngier > > > - Added review-by's > > > - Synchronized with mainline > > > > This series has been doing the rounds for a while, but still isn't fully > > reviewed. Would it help if I merged, e.g. the first 12 patches to reduce the > > amount you have to repost? > > Hi Will, > > Yes, it would. The first 10 patches of this series were already merged > sometime ago: > > a2c2e67923ec arm64: hibernate: add trans_pgd public functions > 7ea4088938b7 arm64: hibernate: add PUD_SECT_RDONLY > 13373f0e6580 arm64: hibernate: rename dst to page in create_safe_exec_page > a89d7ff933b0 arm64: hibernate: remove gotos as they are not needed > 051a7a94aaa9 arm64: hibernate: use get_safe_page directly > d234332c2815 arm64: hibernate: pass the allocated pgdp to ttbr0 > 621516789ee6 arm64: kexec: make dtb_mem always enabled > 3b54b743397e arm64: kexec: remove unnecessary debug prints > de68e4daea90 kexec: add machine_kexec_post_load() > d42cc530b18d kexec: quiet down kexec reboot > > So, merging another ~12, would substantially help with getting > everything reviewed and merged. Ok, great; I'll have a crack at that tomorrow, and thanks for persevering. Will _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec