Den mån 4 feb. 2019 kl 21:06 skrev Daniel Borkmann :
>
> On 02/03/2019 12:51 PM, bjorn.to...@gmail.com wrote:
> > From: Björn Töpel
> >
> > This commit adds BPF JIT for RV64G.
> >
> > The JIT is a two-pass JIT, and has a dynamic prolog/epilogue (similar
> > to the MIPS64 BPF JIT) instead of static
On 02/03/2019 12:51 PM, bjorn.to...@gmail.com wrote:
> From: Björn Töpel
>
> This commit adds BPF JIT for RV64G.
>
> The JIT is a two-pass JIT, and has a dynamic prolog/epilogue (similar
> to the MIPS64 BPF JIT) instead of static ones (e.g. x86_64).
>
> At the moment the RISC-V Linux port does
From: bjorn.to...@gmail.com
Date: Sun, 3 Feb 2019 12:51:29 +0100
> From: Björn Töpel
>
> This commit adds BPF JIT for RV64G.
>
> The JIT is a two-pass JIT, and has a dynamic prolog/epilogue (similar
> to the MIPS64 BPF JIT) instead of static ones (e.g. x86_64).
>
> At the moment the RISC-V Li
From: Björn Töpel
This commit adds BPF JIT for RV64G.
The JIT is a two-pass JIT, and has a dynamic prolog/epilogue (similar
to the MIPS64 BPF JIT) instead of static ones (e.g. x86_64).
At the moment the RISC-V Linux port does not support HAVE_KPROBES,
which means that CONFIG_BPF_EVENTS is not s