On Fri, Apr 7, 2023 at 12:45 AM Andrii Nakryiko <andrii@xxxxxxxxxx> wrote: > > Add few extra test conditions to validate that it's ok to pass > log_buf==NULL and log_size==0 to BPF_PROG_LOAD command with the intent > to get log_true_size without providing a buffer. > > Test that log_buf==NULL condition *does not* return -ENOSPC. > > Signed-off-by: Andrii Nakryiko <andrii@xxxxxxxxxx> Acked-by: Lorenz Bauer <lmb@xxxxxxxxxxxxx>