From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Wed, 30 May 2018 11:46:02 +0200 Subject: [PATCH 1/4] arm64/mm: migrate swapper_pg_dir In-Reply-To: <20180530091259.9386-2-yaojun8558363@gmail.com> References: <20180530091259.9386-1-yaojun8558363@gmail.com> <20180530091259.9386-2-yaojun8558363@gmail.com> Message-ID: <20180530094602.GB25193@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, May 30, 2018 at 05:12:56PM +0800, YaoJun wrote: > Introduce __pa_swapper_pg_dir to save physical address > of swapper_pg_dir. And pass it as an argument to > __enable_mmu(). > > Signed-off-by: YaoJun This is better, but your subject line is still identical for all 4 patches (which doesn't make sense as they do different things), and I think you need to put a space in your name somewhere, right? thanks, greg k-h