summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-12-29 21:13:06 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2019-03-08 19:48:50 +0100
commit07797856661cbfe96ecc24b5e18dc001919678bd (patch)
treee093b00f11e6f1dbe6ea6080d20e64260fad565b
parent1c27b172a5fb9673cc47fd91cb8fdc2529a9312d (diff)
downloaddrakx-07797856661cbfe96ecc24b5e18dc001919678bd.tar
drakx-07797856661cbfe96ecc24b5e18dc001919678bd.tar.gz
drakx-07797856661cbfe96ecc24b5e18dc001919678bd.tar.bz2
drakx-07797856661cbfe96ecc24b5e18dc001919678bd.tar.xz
drakx-07797856661cbfe96ecc24b5e18dc001919678bd.zip
do not include hyperv_fb (mga#17711)
-rw-r--r--images/NEWS1
-rw-r--r--kernel/list_modules.pm2
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),