From patchwork Wed Apr 3 11:08:36 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: 1919216 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 4V8hp40mMkz23vB for ; Wed, 3 Apr 2024 22:09:00 +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-0000Uo-Dw; Wed, 03 Apr 2024 11:08:50 +0000 Received: from smtp-relay-internal-0.internal ([10.131.114.225] helo=smtp-relay-internal-0.canonical.com) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1rryU2-0000T6-Qo for kernel-team@lists.ubuntu.com; Wed, 03 Apr 2024 11:08:46 +0000 Received: from mail-ej1-f69.google.com (mail-ej1-f69.google.com [209.85.218.69]) (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-0.canonical.com (Postfix) with ESMTPS id E87DC3F594 for ; Wed, 3 Apr 2024 11:08:45 +0000 (UTC) Received: by mail-ej1-f69.google.com with SMTP id a640c23a62f3a-a4751d1e7a2so239338766b.2 for ; Wed, 03 Apr 2024 04:08:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712142525; x=1712747325; 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=zG9KKw4xCYc6FkUbI7N1T9seeRS34Y1+nP3FbaUlwVg=; b=S3UsnvIp0sAT0b9GVhMoKPv213b3f2bgqHf9hAwoMAC/tAvb/FANCi+asRsQV143iT nVomKbayxHUs0EKJ7IINPMbh4I7M5GkfeSIZ/FcFJGJNLx0netOXEo2T1Fm3URX1wFF9 yt9WQ1CY1XZ0oN/hTpSd76Da8rMt0SRfkox2IAjaTt/OwRHP9gzailCMZprmANOZrz00 oGi+eZaNG9CTpsC6gvjjTO3ChoDqUj9ERI04XCsuF/1SBA7J4z2A3JzidGx5nZmM78nK g8PIYFwWbtZYpY8gq2TPXBtGQ1WQeB5L5fuZR6pqKgOo6xoxNZ/vijOuxviIbf0th2vB z4Kg== X-Gm-Message-State: AOJu0YxHCgbOQHDWnXRMw7zpuoRmk+kAkA6CGytunDg7RCdiCyGlskJi LtZsIZFJlU7IFCzQ/VcOO0e3utNixJbBpJUMkIeHIjPVsSMB8RaleYMvF7JgoHq7wlkCL0vmR6B Hyhz2UUishF9l2Yv7NTi+zb20dQdY63Osnq8fsXgj3geo7RnMj2o+Kn4pC6CNgcidmFMkJFpFYi 7dkY6pCfj0Ew== X-Received: by 2002:a17:907:72c8:b0:a4e:8024:87f6 with SMTP id du8-20020a17090772c800b00a4e802487f6mr5191214ejc.66.1712142525303; Wed, 03 Apr 2024 04:08:45 -0700 (PDT) X-Google-Smtp-Source: AGHT+IHO/xATG/P9pcIBFGXYWvYXTNiNXKkn6RCZNfzUuMlkp4RMGHiH+SaUMR+z6jCLeJTJmiS1fg== X-Received: by 2002:a17:907:72c8:b0:a4e:8024:87f6 with SMTP id du8-20020a17090772c800b00a4e802487f6mr5191203ejc.66.1712142525097; Wed, 03 Apr 2024 04:08:45 -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.42 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Apr 2024 04:08:42 -0700 (PDT) From: Emil Renner Berthing To: kernel-team@lists.ubuntu.com Subject: [N/U][PATCH 5/6] UBUNTU: [Config] Disable Renesas RZ/Five support Date: Wed, 3 Apr 2024 13:08:36 +0200 Message-ID: <20240403110837.402919-6-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" The Renesas RZ/Five SoC unfortunately has some bugs in the MMU that needs to be worked around in userspace. Hence we cannot support it in Ubuntu. Signed-off-by: Emil Renner Berthing --- debian.master/config/annotations | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index 3e41896dacb4..9727b2d1e426 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -1991,7 +1991,7 @@ CONFIG_AUXDISPLAY policy<{'amd64': 'y', 'arm64': ' CONFIG_AUXILIARY_BUS policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}> CONFIG_AX25 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm'}> CONFIG_AX25_DAMA_SLAVE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y'}> -CONFIG_AX45MP_L2_CACHE policy<{'riscv64': 'y'}> +CONFIG_AX45MP_L2_CACHE policy<{'riscv64': 'n'}> CONFIG_AX88796 policy<{'armhf': 'm'}> CONFIG_AX88796B_PHY policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': 'n'}> CONFIG_AX88796B_RUST_PHY policy<{'amd64': 'n'}> @@ -4796,7 +4796,7 @@ CONFIG_EROFS_FS_XATTR policy<{'amd64': 'y', 'arm64': ' CONFIG_EROFS_FS_ZIP policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}> CONFIG_EROFS_FS_ZIP_DEFLATE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'y'}> CONFIG_EROFS_FS_ZIP_LZMA policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'ppc64el': 'n', 'riscv64': 'n', 's390x': 'n'}> -CONFIG_ERRATA_ANDES policy<{'riscv64': 'y'}> +CONFIG_ERRATA_ANDES policy<{'riscv64': 'n'}> CONFIG_ERRATA_SIFIVE policy<{'riscv64': 'y'}> CONFIG_ERRATA_SIFIVE_CIP_1200 policy<{'riscv64': 'y'}> CONFIG_ERRATA_SIFIVE_CIP_453 policy<{'riscv64': 'y'}>