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 EC922138359 for ; Thu, 24 Sep 2020 16:02:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 315B0E0729; Thu, 24 Sep 2020 16:02:25 +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 17794E0729 for ; Thu, 24 Sep 2020 16:02:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E2D0F340D04 for ; Thu, 24 Sep 2020 16:02:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99EB7378 for ; Thu, 24 Sep 2020 16:02:21 +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: <1600963329.ddfc01fea4d2ac451235d6f05d3f166e01914cd3.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:4.9 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: ddfc01fea4d2ac451235d6f05d3f166e01914cd3 X-VCS-Branch: 4.9 Date: Thu, 24 Sep 2020 16:02:21 +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: 6a105d6d-50aa-48ba-a7dd-28ea405c4a83 X-Archives-Hash: 2fd13f0be6543755bc23fb0798087010 commit: ddfc01fea4d2ac451235d6f05d3f166e01914cd3 Author: Mike Pagano gentoo org> AuthorDate: Thu Sep 24 16:02:09 2020 +0000 Commit: Mike Pagano gentoo org> CommitDate: Thu Sep 24 16:02:09 2020 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=ddfc01fe Add CONFIG_USER_NS to GENTOO_LINUX_INIT_SYSTEMD Signed-off-by: Mike Pagano gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index ef0e5b6..c8f1bd1 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -146,6 +146,7 @@ + select TIMERFD + select TMPFS_POSIX_ACL + select TMPFS_XATTR ++ select USER_NS + + select ANON_INODES + select BLOCK