From: yaojun8558363@gmail.com (Jun Yao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 0/6] Move swapper_pg_dir to rodata section.
Date: Tue, 25 Sep 2018 16:56:18 +0800 [thread overview]
Message-ID: <20180925085618.GA26696@toy> (raw)
In-Reply-To: <2f97b06e-ba36-4f6f-e29d-a9747ad9ec75@arm.com>
Hi James,
On Fri, Sep 21, 2018 at 11:26:39PM +0100, James Morse wrote:
> Hi Jun,
>
> On 09/17/2018 05:43 AM, Jun Yao wrote:
> > Version 5 changes:
> > 1. Correct spelling and indentation errors[1].
> > 2. Update init_mm.pgd by assembly[2].
> > 3. Simplify set_p?d() by introducing set_swapper_pgd()[3].
> > 4. Reduce unnecessary tlbi for every write to swapper_pg_dir
> > during paging_init()[3].
>
>
> For the series:
> Reviewed-by: James Morse <james.morse@arm.com>
Thank you very much for helping me improve the patch and tolerate the
mistakes I made.
Thanks,
Jun
WARNING: multiple messages have this Message-ID (diff)
From: Jun Yao <yaojun8558363@gmail.com>
To: James Morse <james.morse@arm.com>
Cc: linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com,
will.deacon@arm.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5 0/6] Move swapper_pg_dir to rodata section.
Date: Tue, 25 Sep 2018 16:56:18 +0800 [thread overview]
Message-ID: <20180925085618.GA26696@toy> (raw)
In-Reply-To: <2f97b06e-ba36-4f6f-e29d-a9747ad9ec75@arm.com>
Hi James,
On Fri, Sep 21, 2018 at 11:26:39PM +0100, James Morse wrote:
> Hi Jun,
>
> On 09/17/2018 05:43 AM, Jun Yao wrote:
> > Version 5 changes:
> > 1. Correct spelling and indentation errors[1].
> > 2. Update init_mm.pgd by assembly[2].
> > 3. Simplify set_p?d() by introducing set_swapper_pgd()[3].
> > 4. Reduce unnecessary tlbi for every write to swapper_pg_dir
> > during paging_init()[3].
>
>
> For the series:
> Reviewed-by: James Morse <james.morse@arm.com>
Thank you very much for helping me improve the patch and tolerate the
mistakes I made.
Thanks,
Jun
next prev parent reply other threads:[~2018-09-25 8:56 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-17 4:43 [PATCH v5 0/6] Move swapper_pg_dir to rodata section Jun Yao
2018-09-17 4:43 ` Jun Yao
2018-09-17 4:43 ` [PATCH v5 1/6] arm64/mm: Introduce the init_pg_dir Jun Yao
2018-09-17 4:43 ` Jun Yao
2018-09-24 13:01 ` Mark Rutland
2018-09-24 13:01 ` Mark Rutland
2018-09-24 14:03 ` Mark Rutland
2018-09-24 14:03 ` Mark Rutland
2018-09-17 4:43 ` [PATCH v5 2/6] arm64/mm: Pass ttbr1 as a parameter to __enable_mmu() Jun Yao
2018-09-17 4:43 ` Jun Yao
2018-09-24 13:26 ` Mark Rutland
2018-09-24 13:26 ` Mark Rutland
2018-09-17 4:43 ` [PATCH v5 3/6] arm64/mm: Create the initial page table in the init_pg_dir Jun Yao
2018-09-17 4:43 ` Jun Yao
2018-09-24 13:34 ` Mark Rutland
2018-09-24 13:34 ` Mark Rutland
2018-10-01 13:49 ` James Morse
2018-10-01 13:49 ` James Morse
2018-09-17 4:43 ` [PATCH v5 4/6] arm64/mm: Create the final page table directly in swapper_pg_dir Jun Yao
2018-09-17 4:43 ` Jun Yao
2018-09-17 4:43 ` [PATCH v5 5/6] arm64/mm: Populate the swapper_pg_dir by fixmap Jun Yao
2018-09-17 4:43 ` Jun Yao
2018-09-24 16:36 ` Mark Rutland
2018-09-24 16:36 ` Mark Rutland
2018-10-01 10:41 ` James Morse
2018-10-01 10:41 ` James Morse
2018-10-01 13:49 ` James Morse
2018-10-01 13:49 ` James Morse
2018-09-24 16:54 ` Mark Rutland
2018-09-24 16:54 ` Mark Rutland
2018-09-17 4:43 ` [PATCH v5 6/6] arm64/mm: Move {idmap_pg_dir .. swapper_pg_dir} to rodata section Jun Yao
2018-09-17 4:43 ` Jun Yao
2018-09-21 22:26 ` [PATCH v5 0/6] Move swapper_pg_dir " James Morse
2018-09-21 22:26 ` James Morse
2018-09-25 8:56 ` Jun Yao [this message]
2018-09-25 8:56 ` Jun Yao
2018-09-24 17:19 ` Mark Rutland
2018-09-24 17:19 ` Mark Rutland
2018-09-25 9:53 ` Jun Yao
2018-09-25 9:53 ` Jun Yao
2018-09-25 14:06 ` Mark Rutland
2018-09-25 14:06 ` Mark Rutland, catalin.marinas
2018-09-25 14:38 ` Catalin Marinas
2018-09-25 14:38 ` Catalin Marinas
2018-10-03 13:33 ` James Morse
2018-10-03 13:33 ` James Morse
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180925085618.GA26696@toy \
--to=yaojun8558363@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.