Re: [PATCH bpf 1/2] bpf, x32: Fix invalid instruction in BPF_LDX zero-extension

From: Xi Wang
Date: Wed Apr 22 2020 - 00:14:06 EST


On Tue, Apr 21, 2020 at 8:22 PM Brian Gerst <brgerst@xxxxxxxxx> wrote:
> You should explain the reason it is invalid, ie. the instruction
> encoding needs a 32-bit immediate but the current code only emits an
> 8-bit immediate.

Thanks! Will do in v2.