]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit69b4d638af0070de1b4ac573e3eda7d309dc39f1
tree3d2eec5426e774dc0824a2bb3ebc883cadb642d6
parent09da86a83bd7cf6d4441c77adf84c4e8918cee33
parentd719fe7ec20e60f0049565fcd5509d4585dfb742
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>