Re: [PATCH] virtio_balloon: Fix build error seen with CONFIG_BALLOON_COMPACTION=n

From: David Hildenbrand
Date: Thu Feb 20 2020 - 04:09:29 EST




> Am 20.02.2020 um 03:32 schrieb Guenter Roeck <linux@xxxxxxxxxxxx>:
>
> ï0day reports:
>
> drivers//virtio/virtio_balloon.c: In function 'virtballoon_probe':
> drivers//virtio/virtio_balloon.c:960:1: error:
> label 'out_del_vqs' defined but not used [-Werror=unused-label]
>
> This is seen with CONFIG_BALLOON_COMPACTION=n.
>
> Reported-by: kbuild test robot <lkp@xxxxxxxxx>
> Fixes: 1ad6f58ea936 ("virtio_balloon: Fix memory leaks on errors in virtballoon_probe()")
> Cc: David Hildenbrand <david@xxxxxxxxxx>
> Cc: Michael S. Tsirkin <mst@xxxxxxxxxx>
> Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx>
> ---

There is already a patch on the list to fix that (and it looks exactly like this one :) ). Unfortunately, not picked up yet.

Thanks!