[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1488920133-27229-11-git-send-email-labbott@redhat.com>
Date: Tue, 7 Mar 2017 12:55:27 -0800
From: Laura Abbott <labbott@...hat.com>
To: "David S. Miller" <davem@...emloft.net>,
Daniel Borkmann <daniel@...earbox.net>
Cc: Laura Abbott <labbott@...hat.com>,
Russell King <linux@...linux.org.uk>,
Catalin Marinas <catalin.marinas@....com>,
Will Deacon <will.deacon@....com>,
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>,
Mark Rutland <mark.rutland@....com>,
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, Jessica Yu <jeyu@...hat.com>,
Takashi Iwai <tiwai@...e.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCHv3 10/16] bpf: Use set_memory.h header
set_memory_* functions have moved to set_memory.h. Switch to this
explicitly.
Acked-by: Daniel Borkmann <daniel@...earbox.net>
Signed-off-by: Laura Abbott <labbott@...hat.com>
---
v3: #ifdef guard
---
include/linux/filter.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/include/linux/filter.h b/include/linux/filter.h
index 0c167fd..8053c38 100644
--- a/include/linux/filter.h
+++ b/include/linux/filter.h
@@ -18,7 +18,9 @@
#include <net/sch_generic.h>
-#include <asm/cacheflush.h>
+#ifdef CONFIG_ARCH_HAS_SET_MEMORY
+#include <asm/set_memory.h>
+#endif
#include <uapi/linux/filter.h>
#include <uapi/linux/bpf.h>
--
2.7.4
Powered by blists - more mailing lists