From bc660e77d067b0e86a1bd8bf8d54a031441ca319 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 7 Oct 2019 13:04:31 +0200 Subject: [PATCH 1/3] [m68k] Enable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS --- debian/changelog | 3 +++ debian/config/m68k/config | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index c347dc7cc8e1..f567d95b5f74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,9 @@ linux (5.3.2-1~exp2) 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 + -- Aurelien Jarno Thu, 03 Oct 2019 22:27:24 +0200 linux (5.3.2-1~exp1) experimental; urgency=medium 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 ## From 46b57975150427796666e55483d1926c2bd3903f Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 7 Oct 2019 13:06:09 +0200 Subject: [PATCH 2/3] [hppa] Enable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS --- debian/changelog | 1 + debian/config/hppa/config | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index f567d95b5f74..d335ca0519ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ linux (5.3.2-1~exp2) UNRELEASED; urgency=medium [ John Paul Adrian Glaubitz ] * [m68k] Enable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS + * [hppa] Enable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS -- Aurelien Jarno Thu, 03 Oct 2019 22:27:24 +0200 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 ## From 1fc83aa6069263f0b64d02d81d8af10fcb751f9b Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 7 Oct 2019 13:06:49 +0200 Subject: [PATCH 3/3] [sh4] Enable CONFIG_CRYPTO_MANAGER_DISABLE_TESTS --- debian/changelog | 1 + debian/config/sh4/config | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index d335ca0519ef..f94c9ec793be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ linux (5.3.2-1~exp2) UNRELEASED; urgency=medium [ 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 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 ##