On 01/13/2018 03:59 AM, Alexei Starovoitov wrote: > due to some JITs doing if (src_reg == 0) check in 64-bit mode > for div/mod opreations mask upper 32-bits of src register > before doing the check > > Fixes: 622582786c9e ("net: filter: x86: internal BPF JIT") > Fixes: 7a12b5031c6b ("sparc64: Add eBPF JIT.") > Reported-by: syzbot+48340bb518e88849e...@syzkaller.appspotmail.com > Signed-off-by: Alexei Starovoitov <a...@kernel.org>
Applied to bpf as well, thanks Alexei!