On Thu, Jun 4, 2020 at 1:55 AM Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > > This code returns success if the "info_aux" allocation fails but it > should return -ENOMEM. > > Fixes: 8c1b6e69dcc1 ("bpf: Compare BTF types of functions arguments with actual types") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx> > --- > v2: style change >