* pull-request: bpf 2018-03-21
@ 2018-03-21 1:50 Daniel Borkmann
2018-03-21 16:15 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Borkmann @ 2018-03-21 1:50 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) Follow-up fix to the fault injection framework to prevent jump
optimization on the kprobe by installing a dummy post-handler,
from Masami.
2) Drop bpf_perf_prog_read_value helper from tracepoint type programs
which was mistakenly added there and would otherwise crash due to
wrong input context, from Yonghong.
3) Fix a crash in BPF fs when compiled with clang. Code appears to
be fine just that clang tries to overly aggressive optimize in
non C conform ways, therefore fix the kernel's Makefile to
generally prevent such issues, from Daniel.
4) Skip unnecessary capability checks in bpf syscall, which is otherwise
triggering unnecessary security hooks on capability checking and
causing false alarms on unprivileged processes trying to access
CAP_SYS_ADMIN restricted infra, from Chenbo.
5) Fix the test_bpf.ko module when CONFIG_BPF_JIT_ALWAYS_ON is set
with regards to a test case that is really just supposed to fail
on x8_64 JIT but not others, from Thadeu.
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 9e5fb7207024e53700bdac23f53d1e44d530a7f6:
Merge branch 'bnxt_en-Bug-fixes' (2018-03-12 10:58:28 -0400)
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 87e0d4f0f37fb0c8c4aeeac46fff5e957738df79:
kbuild: disable clang's default use of -fmerge-all-constants (2018-03-20 17:43:15 -0700)
----------------------------------------------------------------
Chenbo Feng (1):
bpf: skip unnecessary capability check
Daniel Borkmann (1):
kbuild: disable clang's default use of -fmerge-all-constants
Masami Hiramatsu (1):
error-injection: Fix to prohibit jump optimization
Thadeu Lima de Souza Cascardo (1):
test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches
Yonghong Song (1):
trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programs
Makefile | 9 +++++++
kernel/bpf/syscall.c | 2 +-
kernel/fail_function.c | 10 +++++++
kernel/trace/bpf_trace.c | 68 ++++++++++++++++++++++++++++--------------------
lib/test_bpf.c | 2 +-
5 files changed, 61 insertions(+), 30 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: pull-request: bpf 2018-03-21
2018-03-21 1:50 pull-request: bpf 2018-03-21 Daniel Borkmann
@ 2018-03-21 16:15 ` David Miller
2018-03-21 16:23 ` Daniel Borkmann
0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2018-03-21 16:15 UTC (permalink / raw)
To: daniel; +Cc: ast, netdev
From: Daniel Borkmann <daniel@iogearbox.net>
Date: Wed, 21 Mar 2018 02:50:20 +0100
> The following pull-request contains BPF updates for your *net* tree.
Also pulled, thanks Daniel.
Both pull requests will show up in my GIT tree after build testing
completes.
Thanks again.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: pull-request: bpf 2018-03-21
2018-03-21 16:15 ` David Miller
@ 2018-03-21 16:23 ` Daniel Borkmann
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Borkmann @ 2018-03-21 16:23 UTC (permalink / raw)
To: David Miller; +Cc: ast, netdev
On 03/21/2018 05:15 PM, David Miller wrote:
> From: Daniel Borkmann <daniel@iogearbox.net>
> Date: Wed, 21 Mar 2018 02:50:20 +0100
>
>> The following pull-request contains BPF updates for your *net* tree.
>
> Also pulled, thanks Daniel.
>
> Both pull requests will show up in my GIT tree after build testing
> completes.
>
> Thanks again.
Sounds good, thanks David!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-21 16:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-21 1:50 pull-request: bpf 2018-03-21 Daniel Borkmann
2018-03-21 16:15 ` David Miller
2018-03-21 16:23 ` Daniel Borkmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox