* pull-request: bpf 2018-09-16
@ 2018-09-16 0:36 Daniel Borkmann
2018-09-17 0:47 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Borkmann @ 2018-09-16 0:36 UTC (permalink / raw)
To: davem; +Cc: daniel, ast, netdev
Hi David,
The following pull-request contains BPF updates for your *net* tree.
The main changes are:
1) Fix end boundary calculation in BTF for the type section, from Martin.
2) Fix and revert subtraction of pointers that was accidentally allowed
for unprivileged programs, from Alexei.
3) Fix bpf_msg_pull_data() helper by using __GFP_COMP in order to avoid
a warning in linearizing sg pages into a single one for large allocs,
from Tushar.
Please consider pulling these changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
Thanks a lot!
----------------------------------------------------------------
The following changes since commit cc4dfb7f70a344f24c1c71e298deea0771dadcb2:
rds: fix two RCU related problems (2018-09-12 00:09:19 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
for you to fetch changes up to 4c3d795cb012a378855543a775408fba1ccff6f2:
bpf: use __GFP_COMP while allocating page (2018-09-12 23:47:28 +0200)
----------------------------------------------------------------
Alexei Starovoitov (1):
bpf/verifier: disallow pointer subtraction
Martin KaFai Lau (1):
bpf: btf: Fix end boundary calculation for type section
Tushar Dave (1):
bpf: use __GFP_COMP while allocating page
kernel/bpf/btf.c | 2 +-
kernel/bpf/verifier.c | 2 +-
net/core/filter.c | 3 ++-
3 files changed, 4 insertions(+), 3 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: pull-request: bpf 2018-09-16
2018-09-16 0:36 pull-request: bpf 2018-09-16 Daniel Borkmann
@ 2018-09-17 0:47 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-09-17 0:47 UTC (permalink / raw)
To: daniel; +Cc: ast, netdev
From: Daniel Borkmann <daniel@iogearbox.net>
Date: Sun, 16 Sep 2018 02:36:45 +0200
> The following pull-request contains BPF updates for your *net* tree.
>
> The main changes are:
>
> 1) Fix end boundary calculation in BTF for the type section, from Martin.
>
> 2) Fix and revert subtraction of pointers that was accidentally allowed
> for unprivileged programs, from Alexei.
>
> 3) Fix bpf_msg_pull_data() helper by using __GFP_COMP in order to avoid
> a warning in linearizing sg pages into a single one for large allocs,
> from Tushar.
>
> Please consider pulling these changes from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
Pulled, thanks Daniel.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-09-17 8:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-16 0:36 pull-request: bpf 2018-09-16 Daniel Borkmann
2018-09-17 0:47 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).