diff --git a/debian/changelog b/debian/changelog index 970531c842cd..9c783386a958 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,11 @@ linux (5.3.5-1~exp1) UNRELEASED; urgency=medium [ Ben Hutchings ] * [mips*] Revert "Only define MAX_PHYSMEM_BITS on Loongson-3" + [ John Paul Adrian Glaubitz ] + * [m68k] Enable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS + * [hppa] Enable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS + * [sh4] Enable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS + -- Aurelien Jarno Thu, 03 Oct 2019 22:27:24 +0200 linux (5.3.2-1~exp1) experimental; urgency=medium diff --git a/debian/config/hppa/config b/debian/config/hppa/config index 1f5c0d3101d1..d6d55dd5e016 100644 --- a/debian/config/hppa/config +++ b/debian/config/hppa/config @@ -18,6 +18,11 @@ CONFIG_PARISC_PAGE_SIZE_4KB=y ## # CONFIG_PARTITION_ADVANCED is not set +## +## file: crypto/Kconfig +## +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y + ## ## file: drivers/ata/Kconfig ## diff --git a/debian/config/m68k/config b/debian/config/m68k/config index 7e8b717cb9f9..a8c69f415b1e 100644 --- a/debian/config/m68k/config +++ b/debian/config/m68k/config @@ -84,6 +84,11 @@ CONFIG_SYSV68_PARTITION=y ## # CONFIG_ACCESSIBILITY is not set +## +## file: crypto/Kconfig +## +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y + ## ## file: drivers/ata/Kconfig ## diff --git a/debian/config/sh4/config b/debian/config/sh4/config index 45382363353f..bab66983ca6f 100644 --- a/debian/config/sh4/config +++ b/debian/config/sh4/config @@ -18,6 +18,11 @@ CONFIG_CPU_LITTLE_ENDIAN=y CONFIG_SH_FPU=y CONFIG_SH_STORE_QUEUES=y +## +## file: crypto/Kconfig +## +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y + ## ## file: arch/sh/drivers/Kconfig ##