On Wed, May 29, 2019 at 10:01 AM Song Liu wrote:
>
> On Tue, May 28, 2019 at 6:14 PM Andrii Nakryiko wrote:
> >
> > Ensure that size of a section w/ BPF instruction is exactly a multiple
> > of BPF instruction size.
> >
> > Signed-off-by: Andrii Nakryiko
> > ---
> > tools/lib/bpf/libbpf.c | 12
On Tue, May 28, 2019 at 6:14 PM Andrii Nakryiko wrote:
>
> Ensure that size of a section w/ BPF instruction is exactly a multiple
> of BPF instruction size.
>
> Signed-off-by: Andrii Nakryiko
> ---
> tools/lib/bpf/libbpf.c | 12 +++-
> 1 file changed, 7 insertions(+), 5 deletions(-)
>
>
Ensure that size of a section w/ BPF instruction is exactly a multiple
of BPF instruction size.
Signed-off-by: Andrii Nakryiko
---
tools/lib/bpf/libbpf.c | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/tools/lib/bpf/libbpf.c b/tools/lib/bpf/libbpf.c
index ca4432f