From patchwork Tue Apr 5 21:05:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hauke Mehrtens X-Patchwork-Id: 1613572 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=aDXxJyen; 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=Fni43+1R; 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 4KY0cL3BKXz9sBy for ; Wed, 6 Apr 2022 07:08:34 +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=N46CIAVU95rTUpkrmNVS788z96qKJtWm6FQL5Am5AMQ=; b=aDXxJyenZKRc7n Oy2BNLHcs0oFSxZXnrdVUVAWBSVcskXHTrYV9TzmzhyBv29sfrj2M7MWlKiNAIz5kIccgJd+Gss12 FZXl0vGaRskMrBoWT4i/B5rimfVblPn+rpdxWVOoAaxW17MA5YMWQDuzlOW0Gvmuv+fM39lMC9EhC YonJbIQhlZjPetEn5PMn4IIA+Vd8tffGqKGUFVQISrmZwM5qJ6ItjggzPG/ZF2I3XYqtyum9Sareh bDAovHeflk4phg+9U7K2YOWWUK6kkm97n0lv1zs5i9QJecHgSB1uEona9kJCi3otfpf4yhPBxx5KV mqIRNtVEjVHfKpE4CgwQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nbqNY-002gPO-Do; Tue, 05 Apr 2022 21:06:20 +0000 Received: from mout-p-102.mailbox.org ([80.241.56.152]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nbqMu-002gIh-PF for openwrt-devel@lists.openwrt.org; Tue, 05 Apr 2022 21:05:44 +0000 Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (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-102.mailbox.org (Postfix) with ESMTPS id 4KY0Xs11nRz9sRJ; Tue, 5 Apr 2022 23:05:33 +0200 (CEST) From: Hauke Mehrtens DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hauke-m.de; s=MBO0001; t=1649192731; 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=q466a8R/R9VLtsaLNSxMK/YLF0YgG1y6PZJYyGk4tHM=; b=Fni43+1RpvXzub4CbqDjiNxe565l1ogse4RYei+4loKFZzuWpi1y3SMhu2qVO74YNOyC3/ Hil0bh/iWDvc1gFd/0Yq9gId1YQSnV8gIOh7KnS+A5jfE5C4UtrKfddjHLrP/Z/InsDC3j Jke/+rx0O8LZ0HWA6w+Zf5ixnMwxVhBy9kjYzuV3RYzYpLkQK2y5rxgBn8HcRIOf5PVCkv OEfLlWvps7b2h8x5oQdE6otfWG+MMOEIysBipzBbjQ79Kq0At9Ih9GPlX6QUUb1ngGQwVY SA0yPYU8O8vu58u4e0zuTsj51fH00eAyYbJdIlS5y8TYotiCS4VCSO2lAjA0Dg== To: openwrt-devel@lists.openwrt.org Cc: Claudiu.Beznea@microchip.com, Hauke Mehrtens Subject: [PATCH 4/6] at91/sama7: Use ext4 driver for ext2 and ext3 Date: Tue, 5 Apr 2022 23:05:02 +0200 Message-Id: <20220405210504.3285558-5-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_140541_002179_8B525D77 X-CRM114-Status: UNSURE ( 7.51 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.9 (/) 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: Use the ext4 driver for ext2 and ext3 too. This feature is activated in the OpenWrt generic configuration. Signed-off-by: Hauke Mehrtens --- target/linux/at91/sama7/config-default | 6 ------ 1 file changed, 6 deletions(-) Content analysis details: (-0.9 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.152 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 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 Use the ext4 driver for ext2 and ext3 too. This feature is activated in the OpenWrt generic configuration. Signed-off-by: Hauke Mehrtens --- target/linux/at91/sama7/config-default | 6 ------ 1 file changed, 6 deletions(-) diff --git a/target/linux/at91/sama7/config-default b/target/linux/at91/sama7/config-default index 819e4da5d54d..76e2e3d622d9 100644 --- a/target/linux/at91/sama7/config-default +++ b/target/linux/at91/sama7/config-default @@ -147,12 +147,6 @@ CONFIG_EDAC_ATOMIC_SCRUB=y CONFIG_EDAC_SUPPORT=y CONFIG_EEPROM_AT24=y # CONFIG_EFI_PARTITION is not set -CONFIG_EXT2_FS=y -# CONFIG_EXT2_FS_POSIX_ACL is not set -# CONFIG_EXT2_FS_SECURITY is not set -CONFIG_EXT3_FS=y -# CONFIG_EXT3_FS_POSIX_ACL is not set -# CONFIG_EXT3_FS_SECURITY is not set CONFIG_EXT4_FS=y CONFIG_FANOTIFY=y CONFIG_FAT_FS=y