On Mon, Jul 8, 2019 at 3:42 PM Krzesimir Nowak <[email protected]> wrote: > > This will come in handy to verify that the hardcoded size of the > context data in bpf_test struct is high enough to hold some struct. > > Signed-off-by: Krzesimir Nowak <[email protected]> > ---
Acked-by: Andrii Nakryiko <[email protected]> > tools/include/linux/compiler.h | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > > diff --git a/tools/include/linux/compiler.h b/tools/include/linux/compiler.h > index 1827c2f973f9..b4e97751000a 100644 > --- a/tools/include/linux/compiler.h > +++ b/tools/include/linux/compiler.h [...]

