From patchwork Mon Sep 30 14:47:43 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Forshee X-Patchwork-Id: 1169422 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com 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 46hlcp6GZLz9s7T; Tue, 1 Oct 2019 00:47:54 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1iEwxp-0002Mm-Tc; Mon, 30 Sep 2019 14:47:49 +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 1iEwxo-0002Mf-US for kernel-team@lists.ubuntu.com; Mon, 30 Sep 2019 14:47:48 +0000 Received: from mail-io1-f72.google.com ([209.85.166.72]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iEwxo-0000w1-Mg for kernel-team@lists.ubuntu.com; Mon, 30 Sep 2019 14:47:48 +0000 Received: by mail-io1-f72.google.com with SMTP id k13so22338575ioc.11 for ; Mon, 30 Sep 2019 07:47:48 -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:mime-version :content-transfer-encoding; bh=6p4PgdIk3EEpuwnoOt7dZUJRhY8HMZmGrH6lphbsp18=; b=QPMvw9DM75y68SDrfHNKMiO6pWwKrMLO9SaaoPp29VTfD4iDNV1rC+C5HPOqU/cyBW i7WebHHCnr+GDkqFFH6jRBSeqdrnOQDvQfpEzSWdLwpJNJHeS3r2sDn/3Aul3LT+AXI0 ML+6+kh3yhWm8xGgzJ+nV74XpmqyiHcb+tik1iU0goy4i5dpGKLL2/t1hACTa0mscSBu Q6gGS+4PAUyucKHl6XbdU2/X4jSMXQmomDskAhoKU3ZEP167ZyLFh7p/wTJbNK/IfHnj P0P2qPNpoGrKvBLO5OsyOwv+19Xp5HXGWDsY/J/MME0Kq4RslBLbZF72RQCKF1s755lG cNbg== X-Gm-Message-State: APjAAAVX5w+T3Si9f2BeESXjPJ9Lk2ADxQHrHLpILRX9uRivHO4KlkPU p7kH9ZHSwNvCPDh7juKgsCwZesPhHZplDjuFGsmS2i4UQ6BQhBW+6EI02X5sFYaCvVzL1WPKeKd R7w4O4T8TS0CYwH2x6O8f1S0lpqyHhs1di7ZdqpQvaA== X-Received: by 2002:a6b:8f0e:: with SMTP id r14mr21398131iod.262.1569854867378; Mon, 30 Sep 2019 07:47:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqxKFv8A2lOE8UUZz5F4rVwKvM4og+HkE5OkEdO2MZ/tm3KRJSsBr9LsDufac99z0iWcOyrJvQ== X-Received: by 2002:a6b:8f0e:: with SMTP id r14mr21398106iod.262.1569854867045; Mon, 30 Sep 2019 07:47:47 -0700 (PDT) Received: from localhost ([2605:a601:ac3:9720:4dd1:efb0:71b2:398e]) by smtp.gmail.com with ESMTPSA id c4sm5900433ioa.70.2019.09.30.07.47.46 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Sep 2019 07:47:46 -0700 (PDT) From: Seth Forshee To: kernel-team@lists.ubuntu.com Subject: [PATCH 0/2][SRU][E] Fixes for i386 arch removal patches Date: Mon, 30 Sep 2019 09:47:43 -0500 Message-Id: <20190930144745.20467-1-seth.forshee@canonical.com> X-Mailer: git-send-email 2.20.1 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/1845714 These are some additional patches needed to get final-checks passing once the i386 directory has disappeared from the abi, while maintaining the ability to keep the i386 configs updated. Submitting under the same bug number as the original patches since they have not yet made it to -proposed. Thanks, Seth Seth Forshee (2): UBUNTU: [Packaging] Remove x32 arch references from control files UBUNTU: [Debian] final-checks -- Get arch list from debian/control debian.master/control.d/vars.generic | 4 ++-- debian.master/control.d/vars.lowlatency | 4 ++-- debian.master/control.stub.in | 2 +- debian/rules.d/1-maintainer.mk | 2 +- debian/scripts/misc/final-checks | 1 + 5 files changed, 7 insertions(+), 6 deletions(-) Acked-by: Kamal Mostafa