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 0AF62158086 for ; Mon, 18 Oct 2021 21:17:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5502CE0843; Mon, 18 Oct 2021 21:17:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3143FE0843 for ; Mon, 18 Oct 2021 21:17:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A8ED34376C for ; Mon, 18 Oct 2021 21:17:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04B2489 for ; Mon, 18 Oct 2021 21:17:29 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1634591840.94ecf1189db01fb00ff9286d4497ed594578abe3.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:5.14 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 4567_distro-Gentoo-Kconfig.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 94ecf1189db01fb00ff9286d4497ed594578abe3 X-VCS-Branch: 5.14 Date: Mon, 18 Oct 2021 21:17:29 +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: 08bb862d-56d6-47db-b6ff-2103cacf4ba4 X-Archives-Hash: ea8683081ee7e6d9360a24a45bb1d527 commit: 94ecf1189db01fb00ff9286d4497ed594578abe3 Author: Mike Pagano gentoo org> AuthorDate: Mon Oct 18 21:14:04 2021 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon Oct 18 21:17:20 2021 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=94ecf118 For systemd, select CONFIG_KCMP as systemd uses the kcmp() call Originally tied to CHECKPOINT_RESTORE. Thanks to Mike Gilbert for reporting. Bug: https://bugs.gentoo.org/818832 Signed-off-by: Mike Pagano gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 74e80d3..95a64aa 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -124,7 +124,6 @@ + select BPF_SYSCALL + select CGROUP_BPF + select CGROUPS -+ select CHECKPOINT_RESTORE + select CRYPTO_HMAC + select CRYPTO_SHA256 + select CRYPTO_USER_API_HASH @@ -136,6 +135,7 @@ + select FILE_LOCKING + select INOTIFY_USER + select IPV6 ++ select KCMP + select NET + select NET_NS + select PROC_FS