]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'bpf-ppc-div-fix'
authorDaniel Borkmann <daniel@iogearbox.net>
Thu, 13 Jun 2019 21:07:01 +0000 (23:07 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 13 Jun 2019 21:07:01 +0000 (23:07 +0200)
commit09f6ac2c31f391f754a7bd382e4c0a378662f998
tree5bc7151508fe910ab38e5ec09a74545abfc63f3a
parent0e265747491cb182429adfbef7d002164566f25c
parent758f2046ea040773ae8ea7f72dd3bbd8fa984501
Merge branch 'bpf-ppc-div-fix'

Naveen N. Rao says:

====================
The first patch updates DIV64 overflow tests to properly detect error
conditions. The second patch fixes powerpc64 JIT to generate the proper
unsigned division instruction for BPF_ALU64.
====================

Acked-by: Sandipan Das <sandipan@linux.ibm.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>