Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net

Esse commit está contido em:
David S. Miller
2019-03-02 12:54:35 -08:00
51 arquivos alterados com 409 adições e 107 exclusões

Ver arquivo

@@ -7559,7 +7559,8 @@ static int fixup_bpf_calls(struct bpf_verifier_env *env)
u32 off_reg;
aux = &env->insn_aux_data[i + delta];
if (!aux->alu_state)
if (!aux->alu_state ||
aux->alu_state == BPF_ALU_NON_POINTER)
continue;
isneg = aux->alu_state & BPF_ALU_NEG_VALUE;