From patchwork Mon Mar 15 21:44:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Forshee X-Patchwork-Id: 1453572 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DzqhL1FL7z9sVt; Tue, 16 Mar 2021 08:44:48 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1lLv10-0002a7-QC; Mon, 15 Mar 2021 21:44:42 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lLv0z-0002Zr-NK for kernel-team@lists.ubuntu.com; Mon, 15 Mar 2021 21:44:41 +0000 Received: from mail-ot1-f69.google.com ([209.85.210.69]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lLv0z-0007gt-C3 for kernel-team@lists.ubuntu.com; Mon, 15 Mar 2021 21:44:41 +0000 Received: by mail-ot1-f69.google.com with SMTP id 97so20275002otm.11 for ; Mon, 15 Mar 2021 14:44:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=HZW2CPqo/rbQJj8O3PRduAZxdplUpiWIFTe0mZBbTAQ=; b=UJVYu3uuKjnGP/dJnEbfA5xmubgiqeoAZaCfdcBCtd4NpYDsl71FMx7WT7ml0UpYio /I9oSeUBH1M0g55Q7/RwKTmAp1sHoWceiBOztzbIyP3kxgyqsYosFnvTaCxwrsinu2kE E7sZGsC3qFFEEUtn0sjyI5XzcS7JEixvFcU1n8r9fZDLiC4/vr5Jk8fWbqH1J+ujI6W7 ajZNPr73PBmdRBZpZqqYb2qEXKP2iuZcczmBIFBG2NolDOs6Z34CB2m2aSCUs2pAmmPN UWjO8wsrMbr5f5IWlOF2wwnSToiZfCFaRXpk1S2sGzzWYVNrlwcY1pvajibOWc1iVe1n YWKg== X-Gm-Message-State: AOAM532bbGdl9HrC8VHdYvDPg8CJpDEaUGoylvmz5xnnpdYLL35NumhD RQ9ouYhkXQvtFQyJiF6m0dvo97IxwIcOflJXH3BRYic2Xgk6gPVgrwZy4zQZ+KfRUa6NTxwlRZH Ooh4uajemaVvl+yuIHva63EQRlBYwD/qWID7mw4pQuw== X-Received: by 2002:a9d:1c8f:: with SMTP id l15mr859419ota.29.1615844680398; Mon, 15 Mar 2021 14:44:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyExtBBMGmXv3U7mAaUaXJdnyIZPvRr5V+sQ/FGr8qyjrqQ6ZEX6UT9pTMdajelm9T6O3pNwg== X-Received: by 2002:a9d:1c8f:: with SMTP id l15mr859410ota.29.1615844680168; Mon, 15 Mar 2021 14:44:40 -0700 (PDT) Received: from localhost ([2605:a601:ac0f:820:61b6:c9e8:5219:a576]) by smtp.gmail.com with ESMTPSA id t9sm482634otk.27.2021.03.15.14.44.39 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 15 Mar 2021 14:44:39 -0700 (PDT) From: Seth Forshee To: kernel-team@lists.ubuntu.com Subject: [PATCH 1/3][X] UBUNTU: [Config] add arm64 to annotations arch list Date: Mon, 15 Mar 2021 16:44:29 -0500 Message-Id: <20210315214437.799781-2-seth.forshee@canonical.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210315214437.799781-1-seth.forshee@canonical.com> References: <20210315214437.799781-1-seth.forshee@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" Properties: no-test-build Ignore: yes Signed-off-by: Seth Forshee --- 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 68f4c169f538..c798030ca326 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -1,6 +1,6 @@ # Menu: HEADER # FORMAT: 2 -# ARCH: x86 arm powerpc s390 +# ARCH: x86 arm arm64 powerpc s390 # Mark debugging symbols. # exceptions