ACK: [kernel-versions][PATCH] Revert "kernel-version: Pin virtualbox to last guest-dkms build for focal"

Colin Ian King colin.king at canonical.com
Thu Oct 14 08:44:11 UTC 2021


On 13/10/2021 13:46, Dimitri John Ledkov wrote:
> virtualbox-guest-dkms is now available in focal once again.
> 
> BugLink: https://bugs.launchpad.net/bugs/1944744
> 
> This reverts commit d5dca20ad7345d0ee9ee076fae5a026d6103edb9.
> 
> Signed-off-by: Dimitri John Ledkov <dimitri.ledkov at canonical.com>
> ---
>   update-dkms-versions | 3 ---
>   1 file changed, 3 deletions(-)
> 
> diff --git a/update-dkms-versions b/update-dkms-versions
> index 001937ae98..1aca51861a 100755
> --- a/update-dkms-versions
> +++ b/update-dkms-versions
> @@ -28,9 +28,6 @@ def refresh_packages(filename, series, args):
>               interesting = True
>               if args.nvidia_only and not package.startswith('nvidia-graphics-drivers-'):
>                   interesting = False
> -            # pin virtualbox to last 6.1.22 upload LP: #1933248
> -            if series == "focal" and package == "virtualbox":
> -                interesting = False
>               if interesting:
>                   src = None
>                   for archive, pocket in pockets:
> 

LGTM.

Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the kernel-team mailing list