From patchwork Wed Nov 21 17:09:38 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 1001259 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 430TbR1qM8z9s1c; Thu, 22 Nov 2018 04:10:11 +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 1gPW0m-0001zS-4W; Wed, 21 Nov 2018 17:10:00 +0000 Received: from complete.lackof.org ([198.49.126.79]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1gPW0k-0001xG-4B for kernel-team@lists.ubuntu.com; Wed, 21 Nov 2018 17:09:58 +0000 Received: from localhost (c-107-2-141-103.hsd1.co.comcast.net [107.2.141.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by complete.lackof.org (Postfix) with ESMTPSA id B1E8833E0047 for ; Wed, 21 Nov 2018 10:09:55 -0700 (MST) From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [PATCH 1/3][Disco][linux] UBUNTU: Build signed kernels for arm64 Date: Wed, 21 Nov 2018 10:09:38 -0700 Message-Id: <20181121170940.5763-2-dann.frazier@canonical.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181121170940.5763-1-dann.frazier@canonical.com> References: <20181121170940.5763-1-dann.frazier@canonical.com> MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.100.2 at complete.lackof.org X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, UNPARSEABLE_RELAY autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on complete.lackof.org 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/1804481 Signed-off-by: dann frazier --- debian.master/rules.d/arm64.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.master/rules.d/arm64.mk b/debian.master/rules.d/arm64.mk index 999e4ca8129a3..23009120f7972 100644 --- a/debian.master/rules.d/arm64.mk +++ b/debian.master/rules.d/arm64.mk @@ -7,6 +7,7 @@ build_image = Image.gz kernel_file = arch/$(build_arch)/boot/Image.gz install_file = vmlinuz no_dumpfile = true +uefi_signed = true # The uboot used in ubuntu core can't handle Image.gz, so # create this flavour to generate a Image just for them From patchwork Wed Nov 21 17:09:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 1001262 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 430Tbf0JG2z9s1c; Thu, 22 Nov 2018 04:10:22 +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 1gPW0v-00026t-Oh; Wed, 21 Nov 2018 17:10:09 +0000 Received: from complete.lackof.org ([198.49.126.79]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1gPW0k-0001xz-Uz for kernel-team@lists.ubuntu.com; Wed, 21 Nov 2018 17:09:59 +0000 Received: from localhost (c-107-2-141-103.hsd1.co.comcast.net [107.2.141.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by complete.lackof.org (Postfix) with ESMTPSA id 9358933E00CA for ; Wed, 21 Nov 2018 10:09:57 -0700 (MST) From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/3][Disco][linux-signed] UBUNTU: Add support for arm64 Date: Wed, 21 Nov 2018 10:09:39 -0700 Message-Id: <20181121170940.5763-3-dann.frazier@canonical.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181121170940.5763-1-dann.frazier@canonical.com> References: <20181121170940.5763-1-dann.frazier@canonical.com> MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.100.2 at complete.lackof.org X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, UNPARSEABLE_RELAY autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on complete.lackof.org 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/1804481 Signed-off-by: dann frazier --- debian/control.stub | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control.stub b/debian/control.stub index 3f546b6..13be911 100644 --- a/debian/control.stub +++ b/debian/control.stub @@ -8,12 +8,12 @@ Build-Depends: python3, python3-apt, Build-Depends-Arch: - sbsigntool [amd64], + sbsigntool [amd64 arm64], linux-libc-dev (>= VERSION), Standards-Version: 3.9.4 Package: linux-image-ABI-generic -Architecture: amd64 ppc64el +Architecture: amd64 arm64 ppc64el Depends: ${unsigned:Depends} Recommends: ${unsigned:Recommends} Suggests: ${unsigned:Suggests} @@ -41,7 +41,7 @@ Package-Type: udeb Section: debian-installer Priority: extra Provides: kernel-signed-image -Architecture: amd64 ppc64el +Architecture: amd64 arm64 ppc64el Built-Using: linux (= VERSION) Description: Signed kernel image generic for the Debian installer A kernel image for generic. This version of it is signed with @@ -50,7 +50,7 @@ Description: Signed kernel image generic for the Debian installer Package: linux-image-ABI-generic-dbgsym Section: devel -Architecture: amd64 ppc64el +Architecture: amd64 arm64 ppc64el Depends: linux-image-unsigned-ABI-generic-dbgsym Description: Signed kernel image generic A link to the debugging symbols for the generic signed kernel. From patchwork Wed Nov 21 17:09:40 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 1001260 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 430TbZ0NVGz9s4s; Thu, 22 Nov 2018 04:10:17 +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 1gPW0q-00021V-VG; Wed, 21 Nov 2018 17:10:05 +0000 Received: from complete.lackof.org ([198.49.126.79]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1gPW0l-0001yO-FM for kernel-team@lists.ubuntu.com; Wed, 21 Nov 2018 17:09:59 +0000 Received: from localhost (c-107-2-141-103.hsd1.co.comcast.net [107.2.141.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by complete.lackof.org (Postfix) with ESMTPSA id 3CB6933E010A for ; Wed, 21 Nov 2018 10:09:58 -0700 (MST) From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [PATCH 3/3][Disco][linux-meta] UBUNTU: Add linux-signed metapackages for arm64 Date: Wed, 21 Nov 2018 10:09:40 -0700 Message-Id: <20181121170940.5763-4-dann.frazier@canonical.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181121170940.5763-1-dann.frazier@canonical.com> References: <20181121170940.5763-1-dann.frazier@canonical.com> MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.100.2 at complete.lackof.org X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, UNPARSEABLE_RELAY autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on complete.lackof.org 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/1804481 Signed-off-by: dann frazier --- debian/control.d/signed-generic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control.d/signed-generic b/debian/control.d/signed-generic index c3cdd2d..1c744ae 100644 --- a/debian/control.d/signed-generic +++ b/debian/control.d/signed-generic @@ -1,5 +1,5 @@ Package: linux-signed-image-generic@SUFFIX@ -Architecture: amd64 +Architecture: amd64 arm64 Section: oldlibs Depends: ${misc:Depends}, linux-image-generic Description: Signed Generic Linux kernel image (dummy transitional package) @@ -7,7 +7,7 @@ Description: Signed Generic Linux kernel image (dummy transitional package) available. Signed with the Ubuntu EFI key. Package: linux-signed-generic@SUFFIX@ -Architecture: amd64 +Architecture: amd64 arm64 Section: oldlibs Depends: ${misc:Depends}, linux-generic Description: Complete Signed Generic Linux kernel and headers (dummy transitional package)