From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S969002AbeE3JqX (ORCPT ); Wed, 30 May 2018 05:46:23 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:33143 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965213AbeE3JqW (ORCPT ); Wed, 30 May 2018 05:46:22 -0400 X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Date: Wed, 30 May 2018 11:46:02 +0200 From: Greg KH To: YaoJun Cc: kernel-hardening@lists.openwall.com, catalin.marinas@arm.com, will.deacon@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, mark.rutland@arm.com Subject: Re: [PATCH 1/4] arm64/mm: migrate swapper_pg_dir Message-ID: <20180530094602.GB25193@kroah.com> References: <20180530091259.9386-1-yaojun8558363@gmail.com> <20180530091259.9386-2-yaojun8558363@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180530091259.9386-2-yaojun8558363@gmail.com> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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