From patchwork Tue Apr 5 21:05:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hauke Mehrtens X-Patchwork-Id: 1613578 X-Patchwork-Delegate: hauke@hauke-m.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=r9bHun93; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=hauke-m.de header.i=@hauke-m.de header.a=rsa-sha256 header.s=MBO0001 header.b=eooaJi5j; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4KY0dz2C5Gz9sBy for ; Wed, 6 Apr 2022 07:09:59 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=zgrOCHApAdM944ZAsoONIZX8VIdRF+Bk138htnMcvDQ=; b=r9bHun93l/F0B6 o1zob2mjaOS69i3dwZX5u2iE/G19Ml3qBGkMAqw2y5+GgxDboPVuzCfjathLF6PpO5NKLzdtfiyiI jlRnHqYa1qPyov4vMacqwVJXqdzscdTh/2aw0kXbXtJaJurLBs3vln5l7UwT793CVr4H4Xr07LEiZ WGJaweBlJWt6Ls9QKy3lblh1dO+ydXfS88UFv+u0vztrTfCV02tKEZG1vAZdPVke5LLGFhHvW0+wr JuxigM81v1Qswz2ha+xx2aMKyDH4NTgGY73LofEk17FrAFTDSSvHF8008rA7iyFIEXuvRi7LnzU5E ouWtbQfz+F2/Ya6ku6pA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nbqO3-002gX0-BZ; Tue, 05 Apr 2022 21:06:51 +0000 Received: from mout-p-101.mailbox.org ([80.241.56.151]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nbqMt-002gIi-TB for openwrt-devel@lists.openwrt.org; Tue, 05 Apr 2022 21:05:44 +0000 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:105:465:1:4:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4KY0Xr2vXtz9sQk; Tue, 5 Apr 2022 23:05:32 +0200 (CEST) From: Hauke Mehrtens DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hauke-m.de; s=MBO0001; t=1649192730; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=L3LWmWglyKF/+3ACWWBTemVgdD6mUBFBLoYgRud78zs=; b=eooaJi5jbEDrpiJw+7yHDOv0M6K6r0hdREAMNYjSdOcm05wKe7vfvW2kUfwN9blkykoYbA LJr+3y5MOJdWaPJ6qQCDcXa4M/273zKeG5gxNMemMrerwMwsnUDYMdzR/d/zKCxD0tpebf G1BHVls47SEdHTjIIYO/RCtRBiNFQwOTxqVDIL3YbJSiLlrUV9MlgnP8EtocoH/D2ew7dm AoaZitOOjIad9u4zSgEcqi+f49HivFhaehaKf3qYlyvp/Xg27EKbNNCJHRTRodl7PvvBPy rrHGVoaDZpln40/tgTOHkrycYylN9q76nAKC2i004nUR3Q06gLnW/7O+oLFBsA== To: openwrt-devel@lists.openwrt.org Cc: Claudiu.Beznea@microchip.com, Hauke Mehrtens Subject: [PATCH 2/6] at91/sama7: Do not activate cgroups and namespaces Date: Tue, 5 Apr 2022 23:05:00 +0200 Message-Id: <20220405210504.3285558-3-hauke@hauke-m.de> In-Reply-To: <20220405210504.3285558-1-hauke@hauke-m.de> References: <20220405210504.3285558-1-hauke@hauke-m.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220405_140540_136171_68AAB7DC X-CRM114-Status: UNSURE ( 6.78 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.1 (/) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: cgroups and namespaces should be configured by the generic OpenWrt configuration and not for a specific target. Signed-off-by: Hauke Mehrtens --- target/linux/at91/sama7/config-default | 17 1 file changed, 17 deletions(-) Content analysis details: (-0.1 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [80.241.56.151 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain 0.8 UPPERCASE_50_75 message body is 50-75% uppercase X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org cgroups and namespaces should be configured by the generic OpenWrt configuration and not for a specific target. Signed-off-by: Hauke Mehrtens --- target/linux/at91/sama7/config-default | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/target/linux/at91/sama7/config-default b/target/linux/at91/sama7/config-default index 86fb4d4af663..6737cd79ed5b 100644 --- a/target/linux/at91/sama7/config-default +++ b/target/linux/at91/sama7/config-default @@ -42,7 +42,6 @@ CONFIG_ATMEL_TCB_CLKSRC=y CONFIG_AT_XDMAC=y CONFIG_AUTO_ZRELADDR=y CONFIG_BINFMT_FLAT_ARGVP_ENVP_ON_STACK=y -# CONFIG_BLK_CGROUP is not set CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=1 @@ -56,17 +55,6 @@ CONFIG_BT_HCIUART=y CONFIG_BT_HCIVHCI=y # CONFIG_CACHE_L2X0 is not set CONFIG_CAN=y -CONFIG_CGROUPS=y -# CONFIG_CGROUP_BPF is not set -# CONFIG_CGROUP_CPUACCT is not set -CONFIG_CGROUP_DEBUG=y -# CONFIG_CGROUP_DEVICE is not set -# CONFIG_CGROUP_FREEZER is not set -# CONFIG_CGROUP_NET_CLASSID is not set -# CONFIG_CGROUP_NET_PRIO is not set -# CONFIG_CGROUP_PIDS is not set -# CONFIG_CGROUP_RDMA is not set -# CONFIG_CGROUP_SCHED is not set CONFIG_CLKDEV_LOOKUP=y CONFIG_CLKSRC_MMIO=y CONFIG_CLONE_BACKWARDS=y @@ -262,7 +250,6 @@ CONFIG_MEDIA_CONTROLLER=y CONFIG_MEDIA_PLATFORM_SUPPORT=y CONFIG_MEDIA_SUPPORT=y CONFIG_MEDIA_SUPPORT_FILTER=y -# CONFIG_MEMCG is not set CONFIG_MEMFD_CREATE=y CONFIG_MEMORY=y CONFIG_MEMORY_ISOLATION=y @@ -286,12 +273,9 @@ CONFIG_MODULE_FORCE_LOAD=y CONFIG_MODULE_FORCE_UNLOAD=y CONFIG_MPILIB=y CONFIG_MTD_CMDLINE_PARTS=y -CONFIG_NAMESPACES=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y CONFIG_NEON=y -# CONFIG_NET_CLS_CGROUP is not set -CONFIG_NET_NS=y CONFIG_NET_SWITCHDEV=y CONFIG_NFS_FS=y CONFIG_NLS=y @@ -418,7 +402,6 @@ CONFIG_TINY_SRCU=y CONFIG_UACCESS_WITH_MEMCPY=y CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" CONFIG_UNWINDER_ARM=y -# CONFIG_USER_NS is not set CONFIG_USE_OF=y CONFIG_V4L_PLATFORM_DRIVERS=y CONFIG_VFAT_FS=y