Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1590716

[PATCHv2 10/14] bpf: Use set_memory.h header

From Laura Abbott <labbott@redhat.com>
Newsgroups linux.kernel
Subject [PATCHv2 10/14] bpf: Use set_memory.h header
Date 2017-03-02 01:30 +0100
Message-ID <tgmN3-2vO-1@gated-at.bofh.it> (permalink)
References <tgmDn-2sk-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


set_memory_* functions have moved to set_memory.h. Switch to this
explicitly.

Signed-off-by: Laura Abbott <labbott@redhat.com>
---
 include/linux/filter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/filter.h b/include/linux/filter.h
index 0c167fd..c2b403f 100644
--- a/include/linux/filter.h
+++ b/include/linux/filter.h
@@ -18,7 +18,7 @@
 
 #include <net/sch_generic.h>
 
-#include <asm/cacheflush.h>
+#include <asm/set_memory.h>
 
 #include <uapi/linux/filter.h>
 #include <uapi/linux/bpf.h>
-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCHv2 10/14] bpf: Use set_memory.h header Laura Abbott <labbott@redhat.com> - 2017-03-02 01:30 +0100
  Re: [PATCHv2 10/14] bpf: Use set_memory.h header Daniel Borkmann <daniel@iogearbox.net> - 2017-03-02 21:30 +0100

csiph-web