[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170302140747.GK19632@leverpostej>
Date: Thu, 2 Mar 2017 14:07:48 +0000
From: Mark Rutland <mark.rutland@....com>
To: Laura Abbott <labbott@...hat.com>
Cc: Catalin Marinas <catalin.marinas@....com>,
Will Deacon <will.deacon@....com>,
Russell King <linux@...linux.org.uk>,
Martin Schwidefsky <schwidefsky@...ibm.com>,
Heiko Carstens <heiko.carstens@...ibm.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>, x86@...nel.org,
Kees Cook <keescook@...omium.org>,
Arnd Bergmann <arnd@...db.de>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-s390@...r.kernel.org, linux-arch@...r.kernel.org,
David Airlie <airlied@...ux.ie>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Wim Van Sebroeck <wim@...ana.be>,
Guenter Roeck <linux@...ck-us.net>,
linux-watchdog@...r.kernel.org,
"David S. Miller" <davem@...emloft.net>,
Daniel Borkmann <daniel@...earbox.net>,
Jessica Yu <jeyu@...hat.com>, Takashi Iwai <tiwai@...e.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCHv2 03/14] arm64: Use set_memory.h header
On Wed, Mar 01, 2017 at 04:14:55PM -0800, Laura Abbott wrote:
>
> The set_memory_* functions have moved to set_memory.h. Use that header
> explicitly.
>
> Signed-off-by: Laura Abbott <labbott@...hat.com>
> ---
> arch/arm64/mm/pageattr.c | 1 +
> arch/arm64/net/bpf_jit_comp.c | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/arch/arm64/mm/pageattr.c b/arch/arm64/mm/pageattr.c
> index 8def55e..12ab86d 100644
> --- a/arch/arm64/mm/pageattr.c
> +++ b/arch/arm64/mm/pageattr.c
> @@ -18,6 +18,7 @@
>
> #include <asm/pgtable.h>
> #include <asm/tlbflush.h>
> +#include <asm/set_memory.h>
Nit: alphabetical order, please.
>
> struct page_change_data {
> pgprot_t set_mask;
> diff --git a/arch/arm64/net/bpf_jit_comp.c b/arch/arm64/net/bpf_jit_comp.c
> index a785554..84e4a91 100644
> --- a/arch/arm64/net/bpf_jit_comp.c
> +++ b/arch/arm64/net/bpf_jit_comp.c
> @@ -26,6 +26,7 @@
>
> #include <asm/byteorder.h>
> #include <asm/cacheflush.h>
> +#include <asm/set_memory.h>
> #include <asm/debug-monitors.h>
Nit: likewise.
Otherwise, this looks fine to me. FWIW:
Acked-by: Mark Rutland <mark.rutland@....com>
Mark.
>
> #include "bpf_jit.h"
> --
> 2.7.4
>
Powered by blists - more mailing lists