mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
Merge branch 'disable-crypto-tests' into 'master'
Disable crypto tests on m68k, hppa and sh4 to speed-up boot process See merge request kernel-team/linux!171
This commit is contained in:
5
debian/changelog
vendored
5
debian/changelog
vendored
@@ -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 <aurel32@debian.org> Thu, 03 Oct 2019 22:27:24 +0200
|
||||
|
||||
linux (5.3.2-1~exp1) experimental; urgency=medium
|
||||
|
||||
5
debian/config/hppa/config
vendored
5
debian/config/hppa/config
vendored
@@ -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
|
||||
##
|
||||
|
||||
5
debian/config/m68k/config
vendored
5
debian/config/m68k/config
vendored
@@ -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
|
||||
##
|
||||
|
||||
5
debian/config/sh4/config
vendored
5
debian/config/sh4/config
vendored
@@ -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
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user