From patchwork Mon Aug 12 09:08:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alessandro Astone X-Patchwork-Id: 1971485 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Wj7yZ3sXzz1yXl for ; Mon, 12 Aug 2024 19:10:14 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1sdR45-0007MS-1P; Mon, 12 Aug 2024 09:10:09 +0000 Received: from smtp-relay-canonical-1.internal ([10.131.114.174] helo=smtp-relay-canonical-1.canonical.com) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1sdR44-0007M8-9B for kernel-team@lists.ubuntu.com; Mon, 12 Aug 2024 09:10:08 +0000 Received: from thinkpad.. (unknown [62.18.178.185]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-1.canonical.com (Postfix) with ESMTPSA id 382093F3AB; Mon, 12 Aug 2024 09:10:07 +0000 (UTC) From: Alessandro Astone To: kernel-team@lists.ubuntu.com Subject: [O][PATCH 1/1] UBUNTU: [Config] Enable EXFAT_FS on s390x too Date: Mon, 12 Aug 2024 11:08:30 +0200 Message-ID: <20240812090922.233852-2-alessandro.astone@canonical.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240812090922.233852-1-alessandro.astone@canonical.com> References: <20240812090922.233852-1-alessandro.astone@canonical.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/2076428 There doesn't seem to be a specific reason for keeping CONFIG_EXFAT_FS disabled in s390x. We should be able to just enable it in s390x making it match all other Ubuntu architectures. Signed-off-by: Alessandro Astone --- debian.master/config/annotations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index 702fca42e937..693e86c6180e 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -4817,7 +4817,7 @@ CONFIG_EVM_EXTRA_SMACK_XATTRS policy<{'amd64': 'y', 'arm64': ' CONFIG_EXAR_WDT policy<{'amd64': 'm'}> CONFIG_EXCLUSIVE_SYSTEM_RAM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}> CONFIG_EXFAT_DEFAULT_IOCHARSET policy<{'amd64': '"utf8"', 'arm64': '"utf8"', 'armhf': '"utf8"', 'ppc64el': '"utf8"', 'riscv64': '"utf8"'}> -CONFIG_EXFAT_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': 'n'}> +CONFIG_EXFAT_FS policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': 'm'}> CONFIG_EXPERT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}> CONFIG_EXPOLINE policy<{'s390x': 'y'}> CONFIG_EXPOLINE_AUTO policy<{'s390x': 'y'}>