linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pstore: fix crypto dependencies of 842/zstd compression
@ 2018-12-12  8:23 liaoweixiong
  2018-12-12 18:43 ` Kees Cook
  2018-12-17  8:16 ` kbuild test robot
  0 siblings, 2 replies; 6+ messages in thread
From: liaoweixiong @ 2018-12-12  8:23 UTC (permalink / raw)
  To: Kees Cook, Anton Vorontsov, Colin Cross, Tony Luck
  Cc: linux-kernel, liaoweixiong

Reference to commit 58eb5b670747 ("pstore: fix crypto dependencies"),
which fixed crypto dependencies of deflate, lzo, lz4 and lz4hc
compression, but omitted 842 and newer compression zstd from
commit 1021bcf44d0e ("pstore: add zstd compression support")

Signed-off-by: liaoweixiong <liaoweixiong@allwinnertech.com>
---
 fs/pstore/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/pstore/Kconfig b/fs/pstore/Kconfig
index 0d19d19..7068f45 100644
--- a/fs/pstore/Kconfig
+++ b/fs/pstore/Kconfig
@@ -44,14 +44,14 @@ config PSTORE_LZ4HC_COMPRESS
 	  This option enables LZ4HC (high compression) mode algorithm.
 
 config PSTORE_842_COMPRESS
-	bool "842 compression"
+	tristate "842 compression"
 	depends on PSTORE
 	select CRYPTO_842
 	help
 	  This option enables 842 compression algorithm support.
 
 config PSTORE_ZSTD_COMPRESS
-	bool "zstd compression"
+	tristate "zstd compression"
 	depends on PSTORE
 	select CRYPTO_ZSTD
 	help
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-12-18  8:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-12  8:23 [PATCH] pstore: fix crypto dependencies of 842/zstd compression liaoweixiong
2018-12-12 18:43 ` Kees Cook
2018-12-13  4:39   ` 廖威雄
2018-12-14  1:47   ` 廖威雄
2018-12-17  8:16 ` kbuild test robot
2018-12-18  8:04   ` 廖威雄

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).