From patchwork Mon Dec 26 19:25:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 6319 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Ngnn304vCz3wcv for ; Mon, 26 Dec 2022 19:25:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Ngnn22B0Dzjk; Mon, 26 Dec 2022 19:25:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Ngnn227ZRz2yVV; Mon, 26 Dec 2022 19:25:26 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Ngnn1281xz2xmd for ; Mon, 26 Dec 2022 19:25:25 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Ngnmz3N6GzR4 for ; Mon, 26 Dec 2022 19:25:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672082725; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Qep1lbUTgB5gN3KruaOoJywLzBJe3q9Dus7iQ1hcW38=; b=oeuKsliMZqBr7JIuYlJVoX676/2+lVyUfc+xFZXHv4O71mGj1+ZfxZMnBBvBNHky/he/vC cJgLSUdLu6BZ5WCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672082725; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Qep1lbUTgB5gN3KruaOoJywLzBJe3q9Dus7iQ1hcW38=; b=G9DUmnb6Vn/ghy5j7jFLLD5TxRvV+p1z2S1d76QRXH+o5YR140I/cyEsxQQld0Pgyos8bP zDCzjvyTI052uPsV4lBz2KyUvPKEG0O+GCDGscCbzRlRnwywpsmjb96OcrNTig8zK6aOsT F6MkDvdEHiH3r4o/kFttkz3axELgqS3OhNPqHQoAtWMiym6uw462qtOyHOPi55p6x79isj ZfFG5KvGsn0aDzXghbcKjgp/8mARc8M6Nw10s/sQyyuHbUgPp10VkwCiw0QSSRflbCRg0d oCDeUT2dxP6FjF2zi2x4NhN68gFM0R6hRIFj1Ip6aXnIwhrkJmWLxQ0XQX8QyQ== Message-ID: <7f0ac569-7403-6c5e-c82a-21e0d9703323@ipfire.org> Date: Mon, 26 Dec 2022 19:25:18 +0000 MIME-Version: 1.0 Subject: [PATCH 03/21] linux: Enable parallel crypto by default Content-Language: en-US To: development@lists.ipfire.org References: <0e60a1de-6210-835e-54a4-ec5e3128e42e@ipfire.org> From: =?utf-8?q?Peter_M=C3=BCller?= In-Reply-To: <0e60a1de-6210-835e-54a4-ec5e3128e42e@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Backported from IPFire 3.x as 712cc1ea35872df1e59f01a735c598a3917c6a02. Signed-off-by: Peter Müller --- config/kernel/kernel.config.x86_64-ipfire | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire index 420f8d98d..c9d8dc56b 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -6970,7 +6970,7 @@ CONFIG_CRYPTO_USER=m CONFIG_CRYPTO_GF128MUL=y CONFIG_CRYPTO_NULL=y CONFIG_CRYPTO_NULL2=y -CONFIG_CRYPTO_PCRYPT=m +CONFIG_CRYPTO_PCRYPT=y CONFIG_CRYPTO_CRYPTD=y CONFIG_CRYPTO_AUTHENC=m CONFIG_CRYPTO_TEST=m