Re: [PATCH v5 0/6] Move swapper_pg_dir to rodata section.

From: Jun Yao
Date: Tue Sep 25 2018 - 04:56:29 EST


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@xxxxxxx>

Thank you very much for helping me improve the patch and tolerate the
mistakes I made.

Thanks,

Jun