From patchwork Mon Aug 12 09:08:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alessandro Astone X-Patchwork-Id: 1971484 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 4Wj7yQ6B30z1yYl for ; Mon, 12 Aug 2024 19:10:06 +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 1sdR3u-0007IZ-Od; Mon, 12 Aug 2024 09:09:58 +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 1sdR3s-0007IR-CQ for kernel-team@lists.ubuntu.com; Mon, 12 Aug 2024 09:09:56 +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 C97133F3AB; Mon, 12 Aug 2024 09:09:54 +0000 (UTC) From: Alessandro Astone To: kernel-team@lists.ubuntu.com Subject: [O][PATCH 0/1] Enable CONFIG_EXFAT_FS for the s390x architecture. Date: Mon, 12 Aug 2024 11:08:29 +0200 Message-ID: <20240812090922.233852-1-alessandro.astone@canonical.com> X-Mailer: git-send-email 2.43.0 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 The Desktop Team is looking to MIR exfatprogs and include it in the Desktop image. Autopkgtests detected missing support for CONFIG_EXFAT_FS in s390x when trying to mount an exfat image. There doesn't seem to be a specific reason for keeping this disabled in s390x. We should be able to just enable it in s390x making it match all other Ubuntu architectures. Alessandro Astone (1): UBUNTU: [Config] Enable EXFAT_FS on s390x too debian.master/config/annotations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)