[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)
This commit is contained in:
Ben Hutchings 2019-08-05 01:17:06 +01:00
parent 4db0bf36f7
commit b9621ac966
2 changed files with 5 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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

View File

@ -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