From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D613138334 for ; Mon, 17 Jun 2019 16:58:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4763AE08A2; Mon, 17 Jun 2019 16:58:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B991E08A2 for ; Mon, 17 Jun 2019 16:58:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C34334632A for ; Mon, 17 Jun 2019 16:58:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08AED5DE for ; Mon, 17 Jun 2019 16:58:02 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1560790622.b98d516c078d04f3ffa786c38d3e5b5c39d5cd3b.bkohler@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/kernel-generic-config X-VCS-Directories: defaults/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: b98d516c078d04f3ffa786c38d3e5b5c39d5cd3b X-VCS-Branch: master Date: Mon, 17 Jun 2019 16:58:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cd784bb4-a2ff-40b1-bdac-27b6e053e814 X-Archives-Hash: eb58f2947fe0ed6f05a11272bec453fc commit: b98d516c078d04f3ffa786c38d3e5b5c39d5cd3b Author: Ben Kohler gentoo org> AuthorDate: Mon Jun 17 16:56:13 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Jun 17 16:57:02 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=b98d516c kernel-generic-config: add req'd options for iwd & luks2 Bug: https://bugs.gentoo.org/680340 Signed-off-by: Ben Kohler gentoo.org> defaults/kernel-generic-config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/defaults/kernel-generic-config b/defaults/kernel-generic-config index bb9e043..3a7992e 100644 --- a/defaults/kernel-generic-config +++ b/defaults/kernel-generic-config @@ -3831,7 +3831,12 @@ CONFIG_CGROUP_MEM_RES_CTLR_SWAP=y CONFIG_EXPERT=y CONFIG_CHECKPOINT_RESTORE=y + +CONFIG_KEY_DH_OPERATIONS=y CONFIG_CRYPTO_USER_API_HASH=y +CONFIG_CRYPTO_USER_API_SKCIPHER=m +CONFIG_PKCS8_PRIVATE_KEY_PARSER=m + CONFIG_DMIID=y CONFIG_SECCOMP_FILTER=y CONFIG_SIGNALFD=y