From a8911b935148a2321374651e55a7348f77f0bde4 Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Thu, 11 Jan 2018 11:46:38 +0200 Subject: [PATCH] [arm64] disable omap_rng temporarily The drivers hangs machine with IRQ storm on MacchiatoBin with EFI as firmware. Re-enable the module once the issue is fixed. --- debian/changelog | 3 +++ debian/config/arm64/config | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bb50dc47b..d7448a4da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -45,6 +45,9 @@ linux (4.14.13-1) UNRELEASED; urgency=medium [ Salvatore Bonaccorso ] * libsas: Disable asynchronous aborts for SATA devices + [ Riku Voipio ] + * [arm64] disable CONFIG_HW_RANDOM_OMAP until the IRQ storm bug is fixed + -- Salvatore Bonaccorso Wed, 10 Jan 2018 09:58:46 +0100 linux (4.14.12-2) unstable; urgency=medium diff --git a/debian/config/arm64/config b/debian/config/arm64/config index 8b09bf579..41e29d0b2 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -104,7 +104,7 @@ CONFIG_TEGRA_ACONNECT=y ## file: drivers/char/hw_random/Kconfig ## CONFIG_HW_RANDOM_BCM2835=m -CONFIG_HW_RANDOM_OMAP=m +# CONFIG_HW_RANDOM_OMAP is not set CONFIG_HW_RANDOM_HISI=m CONFIG_HW_RANDOM_MSM=m CONFIG_HW_RANDOM_XGENE=m