Thread (4 messages) 4 messages, 3 authors, 2019-12-27

Re: pull-request: bpf-next 2019-12-27

From: Björn Töpel <hidden>
Date: 2019-12-27 19:07:46
Also in: bpf

On Fri, 27 Dec 2019 at 19:08, Daniel Borkmann [off-list ref] wrote:
[...]
2) Merge conflict in arch/riscv/net/bpf_jit_comp.c:

(I'm keeping Bjorn in Cc here for a double-check in case I got it wrong.)

  <<<<<<< HEAD
          if (is_13b_check(off, insn))
                  return -1;
          emit(rv_blt(tcc, RV_REG_ZERO, off >> 1), ctx);
  =======
          emit_branch(BPF_JSLT, RV_REG_T1, RV_REG_ZERO, off, ctx);
  >>>>>>> 7c8dce4b166113743adad131b5a24c4acc12f92c

Result should look like:

          emit_branch(BPF_JSLT, tcc, RV_REG_ZERO, off, ctx);
That's correct. Thanks, Daniel, for the fixup (over the holiday)!


Happy holidays,
Björn
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help