Merge branch 'bpf-fixes'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 29 Jun 2018 17:47:35 +0000 (10:47 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 29 Jun 2018 17:47:36 +0000 (10:47 -0700)
commitca09cb04af900768d32c8ba5f807dfc83e9ca4d3
tree3d2eec5426e774dc0824a2bb3ebc883cadb642d6
parent4c79579b44b1876444f4d04de31c1a37098a0350
parent85782e037f8aba8922dadb24a1523ca0b82ab8bc
Merge branch 'bpf-fixes'

Daniel Borkmann says:

====================
This set contains three fixes that are mostly JIT and set_memory_*()
related. The third in the series in particular fixes the syzkaller
bugs that were still pending; aside from local reproduction & testing,
also 'syz test' wasn't able to trigger them anymore. I've tested this
series on x86_64, arm64 and s390x, and kbuild bot wasn't yelling either
for the rest. For details, please see patches as usual, thanks!
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>