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)
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>

Trivial merge