From 958e46acc8e900e8569dd467c1af9b8d2d019394 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 08:38:54 +0000 Subject: [PATCH] disable cpu isolcpus --- kernel/fs/incfs/Kconfig | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/kernel/fs/incfs/Kconfig b/kernel/fs/incfs/Kconfig index 1ffe31a..5f15000 100644 --- a/kernel/fs/incfs/Kconfig +++ b/kernel/fs/incfs/Kconfig @@ -2,13 +2,8 @@ tristate "Incremental file system support" depends on BLOCK select DECOMPRESS_LZ4 - select CRC32 - select CRYPTO - select CRYPTO_RSA + select DECOMPRESS_ZSTD select CRYPTO_SHA256 - select X509_CERTIFICATE_PARSER - select ASYMMETRIC_KEY_TYPE - select ASYMMETRIC_PUBLIC_KEY_SUBTYPE help Incremental FS is a read-only virtual file system that facilitates execution of programs while their binaries are still being lazily downloaded over the -- Gitblit v1.6.2