diff options
-rw-r--r-- | images/NEWS | 1 | ||||
-rw-r--r-- | kernel/list_modules.pm | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS index 56d1794c7..811f5a192 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,4 @@ +- do not include hyperv_fb (mga#17711) - sync with kernel 5.0 Version 2.55 - 30 November 2018 by Thierry Vignaud diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 7a475a6c1..0a5101ef1 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -319,7 +319,7 @@ our %l = ( qw(mmc_block sdhci-acpi), # eMMC 'cryptoloop', 'ulpi', - qw(hv_balloon hyperv_fb pci-hyperv), + qw(hv_balloon pci-hyperv), # Don't include vboxvideo, it doesn't work properly in stage1 or stage2 (mga#23467) qw(vboxsf vboxguest virtio_balloon vmw_balloon), |