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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT 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 CB264C43382 for ; Tue, 25 Sep 2018 14:38:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6E58920645 for ; Tue, 25 Sep 2018 14:38:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6E58920645 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729439AbeIYUqM (ORCPT ); Tue, 25 Sep 2018 16:46:12 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:52026 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729272AbeIYUqM (ORCPT ); Tue, 25 Sep 2018 16:46:12 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7CA3A15AD; Tue, 25 Sep 2018 07:38:24 -0700 (PDT) Received: from arrakis.emea.arm.com (arrakis.Emea.Arm.com [10.4.12.129]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 703E03F5BD; Tue, 25 Sep 2018 07:38:23 -0700 (PDT) Date: Tue, 25 Sep 2018 15:38:20 +0100 From: Catalin Marinas To: Mark Rutland Cc: linux-arm-kernel@lists.infradead.org, will.deacon@arm.com, james.morse@arm.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 0/6] Move swapper_pg_dir to rodata section. Message-ID: <20180925143820.GA11064@arrakis.emea.arm.com> References: <20180917044333.30051-1-yaojun8558363@gmail.com> <20180924171936.q5bfvczzllmm5lpe@lakrids.cambridge.arm.com> <20180925095316.GA27420@toy> <20180925140624.7wovo2xtpyihyt3j@lakrids.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180925140624.7wovo2xtpyihyt3j@lakrids.cambridge.arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 25, 2018 at 03:06:25PM +0100, Mark Rutland wrote: > On Tue, Sep 25, 2018 at 05:53:16PM +0800, Jun Yao wrote: > > On Mon, Sep 24, 2018 at 06:19:36PM +0100, Mark Rutland wrote: > > > I've pushed a branch with the cleanups I requested [1] folded in. > > > > > > I'm still a bit worried about the pgd lock, but otherwise I think this > > > is sound. I intend to throw some testing at it, just in case. > > > > > > If you're happy with that branch, I'll ask Will and Catalin to consider > > > picking it up. > > > > This branch looks great. Thank you for improving my patch. > > Thanks for your patches! > > > Is there anything I need to do? This is my first time to submit a patch, > > so I am a bit overwhelmed. I think I should wait for other people to > > review my patch. If there is a problem, I need to fix it. > > Hopefully Catalin is happy to pick this up from my branch, and neither > of us have to do anything. :) > > Catalin, are you happy to pick the patches from: > > git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git arm64/ro-swapper I queued them for 4.20. Thanks. -- Catalin