Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1590716 > unrolled thread
| Started by | Laura Abbott <labbott@redhat.com> |
|---|---|
| First post | 2017-03-02 01:30 +0100 |
| Last post | 2017-03-02 21:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[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
| From | Laura Abbott <labbott@redhat.com> |
|---|---|
| Date | 2017-03-02 01:30 +0100 |
| Subject | [PATCHv2 10/14] bpf: Use set_memory.h header |
| Message-ID | <tgmN3-2vO-1@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Daniel Borkmann <daniel@iogearbox.net> |
|---|---|
| Date | 2017-03-02 21:30 +0100 |
| Message-ID | <tgFwl-7r6-1@gated-at.bofh.it> |
| In reply to | #1590716 |
On 03/02/2017 01:15 AM, Laura Abbott wrote: > set_memory_* functions have moved to set_memory.h. Switch to this > explicitly. > > Signed-off-by: Laura Abbott <labbott@redhat.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web