From patchwork Wed Apr 3 11:08:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emil Renner Berthing X-Patchwork-Id: 1919214 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 4V8hp356zWz23v5 for ; Wed, 3 Apr 2024 22:08:59 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1rryU6-0000VH-Lo; Wed, 03 Apr 2024 11:08:50 +0000 Received: from smtp-relay-internal-1.internal ([10.131.114.114] helo=smtp-relay-internal-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 1rryU4-0000Tn-Jj for kernel-team@lists.ubuntu.com; Wed, 03 Apr 2024 11:08:48 +0000 Received: from mail-ej1-f71.google.com (mail-ej1-f71.google.com [209.85.218.71]) (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-internal-1.canonical.com (Postfix) with ESMTPS id 9FAE33F682 for ; Wed, 3 Apr 2024 11:08:47 +0000 (UTC) Received: by mail-ej1-f71.google.com with SMTP id a640c23a62f3a-a4698fc37dfso403143466b.2 for ; Wed, 03 Apr 2024 04:08:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712142526; x=1712747326; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=oTMHUI5Kgx9HXoq5nTRIzng/ShzDcIVtBKcdmiWhrIc=; b=h3qWyiuBj+OZfdlemzhG01Iwzwkk3b8ILyBynvhnr+pSTzEPqf/u6auOk61ZbuhVFS Buac6cb3l7O0Rv4dx1EeyVBIeRswZWr4DuXwW3/4MkJSHmzAcKKq4hbcbGZvjRllcjty vkKqkKgTg+om3R6z1Df03hy9AKJYVx+Ajrg4HqhCKTxKdGq+Hq9Ip6D8N6TUTPJ0G1uO 9c0owKhxKjN9ZWguvt+qjVgr0hIUli1KC2RinPLvSPPEMWC43W6MBajfBtPLfIkaj4zA V3Yi1i/IwJ78IoVrqKyutx9+xsU0W7fGduon0Zlgb5fR27VOwCZYoDZ4goRMxofznNOf CTzw== X-Gm-Message-State: AOJu0Yxkolo+rt2R6XIVtkGZHBsyhaxhD/RuRBV2QQT+y8x0PqPGdqbi zph0E/QP6qZikAfLhEBrUG0YDqYqrewUjydHMVuh5TTpCP89U6c3k2hkUWTBJhqG8rGLqbynJHX Glp3EWP8JYreOdTBHNgHTe/+BiRYS2TKrWgTJSlDhQugMjC0lmvHbs83LlwqWxfn1dMryxNPEn4 yDby8Bu8EBOQ== X-Received: by 2002:a17:907:7da7:b0:a4e:6a49:c09b with SMTP id oz39-20020a1709077da700b00a4e6a49c09bmr6750050ejc.29.1712142526369; Wed, 03 Apr 2024 04:08:46 -0700 (PDT) X-Google-Smtp-Source: AGHT+IExrOQZLT2n9sg8MwWgAPsCvZcfmeDNcqFIBYuGGnoCxUgTQteW3ePx1uHrQcH0/vvz3VkZAg== X-Received: by 2002:a17:907:7da7:b0:a4e:6a49:c09b with SMTP id oz39-20020a1709077da700b00a4e6a49c09bmr6750043ejc.29.1712142526092; Wed, 03 Apr 2024 04:08:46 -0700 (PDT) Received: from stitch.. ([2a01:4262:1ab:c:844a:5f44:3190:c7e0]) by smtp.gmail.com with ESMTPSA id bu8-20020a170907930800b00a4e451724ffsm5551519ejc.166.2024.04.03.04.08.45 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Apr 2024 04:08:45 -0700 (PDT) From: Emil Renner Berthing To: kernel-team@lists.ubuntu.com Subject: [N/U][PATCH 6/6] UBUNTU: [Config] Disable BINFMT_FLAT for riscv64 Date: Wed, 3 Apr 2024 13:08:37 +0200 Message-ID: <20240403110837.402919-7-emil.renner.berthing@canonical.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240403110837.402919-1-emil.renner.berthing@canonical.com> References: <20240403110837.402919-1-emil.renner.berthing@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" Disable support for uClinux FLAT binaries. This is mainly used on very small systems without an MMU that Ubuntu userspace already does not support. Signed-off-by: Emil Renner Berthing --- debian.master/config/annotations | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index 9727b2d1e426..0119793fb687 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -2182,11 +2182,11 @@ CONFIG_BINARY_PRINTF policy<{'amd64': 'y', 'arm64': ' CONFIG_BINDGEN_VERSION_TEXT policy<{'amd64': '"bindgen 0.65.1"'}> CONFIG_BINFMT_ELF policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}> CONFIG_BINFMT_ELF_FDPIC policy<{'armhf': 'y'}> -CONFIG_BINFMT_FLAT policy<{'armhf': 'y', 'riscv64': 'y'}> +CONFIG_BINFMT_FLAT policy<{'armhf': 'y', 'riscv64': 'n'}> CONFIG_BINFMT_FLAT_ARGVP_ENVP_ON_STACK policy<{'armhf': 'y'}> -CONFIG_BINFMT_FLAT_OLD policy<{'armhf': 'y', 'riscv64': 'y'}> +CONFIG_BINFMT_FLAT_OLD policy<{'armhf': 'y'}> CONFIG_BINFMT_MISC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': 'm'}> -CONFIG_BINFMT_ZFLAT policy<{'armhf': 'y', 'riscv64': 'y'}> +CONFIG_BINFMT_ZFLAT policy<{'armhf': 'y'}> CONFIG_BITREVERSE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}> CONFIG_BLKDEV_UBLK_LEGACY_OPCODES policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n', 'riscv64': 'n'}> CONFIG_BLK_CGROUP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}>