From b9621ac966382d7e30ea007b5e66fbb48ede3117 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 5 Aug 2019 01:17:06 +0100 Subject: [PATCH] [amd64/cloud-amd64] hwrandom: Enable HW_RANDOM_VIRTIO (Closes: #914511) Instead of disabling HW_RANDOM, disable all the hwrandom drivers except this one. (cherry picked from commit 39bd3e2d43f3286235b0d269d05e7c9959bd8029) --- debian/changelog | 1 + debian/config/amd64/config.cloud-amd64 | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a8369d574..2bd9843c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1258,6 +1258,7 @@ linux (4.19.97-1) UNRELEASED; urgency=medium * wimax: i2400: fix memory leak (CVE-2019-19051) * wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle (CVE-2019-19051) + * [amd64/cloud-amd64] hwrandom: Enable HW_RANDOM_VIRTIO (Closes: #914511) [ Noah Meyerhans ] * random: try to actively add entropy rather than passively wait for it diff --git a/debian/config/amd64/config.cloud-amd64 b/debian/config/amd64/config.cloud-amd64 index 623716678..2dcb725fe 100644 --- a/debian/config/amd64/config.cloud-amd64 +++ b/debian/config/amd64/config.cloud-amd64 @@ -175,7 +175,10 @@ CONFIG_XEN_BLKDEV_FRONTEND=m ## ## file: drivers/char/hw_random/Kconfig ## -# CONFIG_HW_RANDOM is not set +# CONFIG_HW_RANDOM_INTEL is not set +# CONFIG_HW_RANDOM_AMD is not set +# CONFIG_HW_RANDOM_GEODE is not set +# CONFIG_HW_RANDOM_VIA is not set ## ## file: drivers/char/ipmi/Kconfig