From patchwork Tue Apr 9 21:24:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 1082823 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 44f0hw4vX2z9sTq; Wed, 10 Apr 2019 07:26:23 +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 1hDyFz-0003Lh-TN; Tue, 09 Apr 2019 21:26:15 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1hDyFx-0003L2-T4 for kernel-team@lists.ubuntu.com; Tue, 09 Apr 2019 21:26:13 +0000 Received: from mail-io1-f70.google.com ([209.85.166.70]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1hDyFx-0004g4-GJ for kernel-team@lists.ubuntu.com; Tue, 09 Apr 2019 21:26:13 +0000 Received: by mail-io1-f70.google.com with SMTP id c17so47127iot.6 for ; Tue, 09 Apr 2019 14:26:13 -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=JxhiNr8k5pikijsc6WXStGStMIZBbYFlqaopg/Q+DuM=; b=amgh6d+mX7AHQvtEreAjqENKZFDTraIkvrzSVA6c6B08RKbNuUTQ2GhK5xdi2YTV+v kvNhP/fKCuci/JAPy4HzUJ0erUV0HcovkZOnAikBXh+dJAYLoJl7rnzgsMj38Tnd915B My8D6fvpnAkTS8FanaBPK0Frk6yEEriOVXshwSe+c3fD0MOiyPHpuhB9ml/gDCd0zjYi MTGn57ZtPvQTtkMAhq1oNHqOCC0LvTwzytRBVJrPlzkpD3XK8vIKAj+GAFovgEXO9enp 5Ta2rqPczaWhIstIDr+SBGK0gKpcUczflUUGq3JPrYKrbfOIx/K0klsNi8Kn4TOsI98b XYmg== X-Gm-Message-State: APjAAAXBLSQVbHijV7uheStx5M+EZIJFZVf3ehDX0Zb43GpPobavgMeh 7KrUPq1eX0EdPmkR1141etaK/KxJkjeThqiZ7vXJcihiE1sXfTqOO7GWv1qI2hq15Zp0zW+xbjX Yosu9TBRsoietUl2Sa8Vl+eLlQ0hqHmfr5Xo4Ee83FQ== X-Received: by 2002:a24:1342:: with SMTP id 63mr441741itz.69.1554845172381; Tue, 09 Apr 2019 14:26:12 -0700 (PDT) X-Google-Smtp-Source: APXvYqwZR35Q9mQEHMmR1l8njSeMFxBo1S0mHbCBA9TNM0OMGWudzMLni0dlVOy7h1QaLK8dTQPCaw== X-Received: by 2002:a24:1342:: with SMTP id 63mr441723itz.69.1554845172017; Tue, 09 Apr 2019 14:26:12 -0700 (PDT) Received: from xps13.canonical.com (c-71-56-235-36.hsd1.co.comcast.net. [71.56.235.36]) by smtp.gmail.com with ESMTPSA id p17sm14048114iol.69.2019.04.09.14.26.11 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 09 Apr 2019 14:26:11 -0700 (PDT) From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [PATCH 1/4][linux-signed][Disco] UBUNTU: Use the correct source package name in Built-Using field Date: Tue, 9 Apr 2019 15:24:51 -0600 Message-Id: <20190409212454.20353-2-dann.frazier@canonical.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190409212454.20353-1-dann.frazier@canonical.com> References: <20190409212454.20353-1-dann.frazier@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" BugLink: https://bugs.launchpad.net/bugs/1824016 Signed-off-by: dann frazier --- debian/control.stub | 8 ++++---- debian/rules | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/control.stub b/debian/control.stub index 049add0..457b058 100644 --- a/debian/control.stub +++ b/debian/control.stub @@ -19,7 +19,7 @@ Recommends: ${unsigned:Recommends} Suggests: ${unsigned:Suggests} Conflicts: ${unsigned:Conflicts} Provides: ${unsigned:Provides} -Built-Using: linux (= VERSION) +Built-Using: PACKAGE (= VERSION) Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. @@ -31,7 +31,7 @@ Recommends: ${unsigned:Recommends} Suggests: ${unsigned:Suggests} Conflicts: ${unsigned:Conflicts} Provides: ${unsigned:Provides} -Built-Using: linux (= VERSION) +Built-Using: PACKAGE (= VERSION) Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. @@ -43,7 +43,7 @@ Recommends: ${unsigned:Recommends} Suggests: ${unsigned:Suggests} Conflicts: ${unsigned:Conflicts} Provides: ${unsigned:Provides} -Built-Using: linux (= VERSION) +Built-Using: PACKAGE (= VERSION) Description: Signed kernel image snapdragon A kernel image for snapdragon. This version of it is signed with Canonical's UEFI/Opal signing key. @@ -54,7 +54,7 @@ Section: debian-installer Priority: extra Provides: kernel-signed-image Architecture: amd64 arm64 ppc64el -Built-Using: linux (= VERSION) +Built-Using: PACKAGE (= VERSION) Description: Signed kernel image generic for the Debian installer A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. It is intended for the Debian installer, diff --git a/debian/rules b/debian/rules index 20b16d7..8a01aad 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,7 @@ src_abi = $(shell echo "$(src_version)" | sed -ne 's/\([0-9]*\.[0-9]*\.[0-9]*\-[ # we have no binary files and we will not run the appropriate targets. pre-clean: sed debian/control \ + -e "s/PACKAGE/$(src_package)/g" \ -e "s/ABI/$(src_abi)/g" \ -e "s/VERSION/$(src_version)/g" rm -rf ./$(src_version) UNSIGNED SIGNED From patchwork Tue Apr 9 21:24:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 1082825 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 44f0hw65Ytz9sTs; Wed, 10 Apr 2019 07:26:23 +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 1hDyG2-0003MS-E4; Tue, 09 Apr 2019 21:26:18 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1hDyG0-0003Lu-Ul for kernel-team@lists.ubuntu.com; Tue, 09 Apr 2019 21:26:16 +0000 Received: from mail-it1-f199.google.com ([209.85.166.199]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1hDyG0-0004gP-Gt for kernel-team@lists.ubuntu.com; Tue, 09 Apr 2019 21:26:16 +0000 Received: by mail-it1-f199.google.com with SMTP id i188so331833iti.4 for ; Tue, 09 Apr 2019 14:26:16 -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=r+MNvXES1gfyDXxcTfqadJ+2ASpKj7yeKIN4DxDuuAM=; b=RGxOD8L6Ac52a5N1GuDqQihyv1vKSe0lAiXSi8BybNjvda7MdfZdzZr5GIOw6azc8y TFUVD7nglr34B7lrkBmkCC8o3rftmKzRJ2+jhiPikpUZBc+OyYziZ7MwaLgPGGqCzAoM D5IJhNgwsKEn7SiVNUFb5NTzwSH766KFdXqole1hK6Vnlg8OWaS2jo0Tw1yrNIHB/rH6 CDBqvZMgwGs2jx65865PRbJvvJ9iIgaHAGm8V6G2J5q5utTytX2q8DfIRvTKf5TUkjUZ C7GlPmSvrLrENz1yvpWPcBc9wlwAXsmgipZI7F0IPX8sJYpVB2PdQWdIvfSnhDUoywux RDqw== X-Gm-Message-State: APjAAAUIDA84f0knE7pv4J4tWYzsGbFCWGpfQwmRMMebseSFXMvORNH9 rUELPTft7UthVp+d/Z4ZfbCyHJlcl++qQ0ccR+zyV5Qif3iiCvpASC7nEl/NM7p6hZQs0SiUe1i 6hEzI7eiKuJ49amFsBU4VaTwLtKYHqBoox8ZehixcKw== X-Received: by 2002:a24:6fc7:: with SMTP id x190mr435381itb.46.1554845175390; Tue, 09 Apr 2019 14:26:15 -0700 (PDT) X-Google-Smtp-Source: APXvYqyJCfeVS366DYNctB60F+OhEQjDRe7GoBByk2zae9zactGX1YRs/E4BLCD24g9kAuQYzVlWxg== X-Received: by 2002:a24:6fc7:: with SMTP id x190mr435360itb.46.1554845175081; Tue, 09 Apr 2019 14:26:15 -0700 (PDT) Received: from xps13.canonical.com (c-71-56-235-36.hsd1.co.comcast.net. [71.56.235.36]) by smtp.gmail.com with ESMTPSA id l68sm251292itl.10.2019.04.09.14.26.14 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 09 Apr 2019 14:26:14 -0700 (PDT) From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [PATCH 3/4] [linux-signed-hwe-edge][linux-signed-hwe][SRU Bionic][SRU Xenial] UBUNTU: Use the correct source package name in Built-Using field Date: Tue, 9 Apr 2019 15:24:53 -0600 Message-Id: <20190409212454.20353-4-dann.frazier@canonical.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190409212454.20353-1-dann.frazier@canonical.com> References: <20190409212454.20353-1-dann.frazier@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" BugLink: https://bugs.launchpad.net/bugs/1824016 Signed-off-by: dann frazier --- debian/control.stub | 6 +++--- debian/rules | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/control.stub b/debian/control.stub index 3c47065..15c934a 100644 --- a/debian/control.stub +++ b/debian/control.stub @@ -18,7 +18,7 @@ Recommends: ${unsigned:Recommends} Suggests: ${unsigned:Suggests} Conflicts: ${unsigned:Conflicts} Provides: ${unsigned:Provides} -Built-Using: linux (= VERSION) +Built-Using: PACKAGE (= VERSION) Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. @@ -30,7 +30,7 @@ Recommends: ${unsigned:Recommends} Suggests: ${unsigned:Suggests} Conflicts: ${unsigned:Conflicts} Provides: ${unsigned:Provides} -Built-Using: linux (= VERSION) +Built-Using: PACKAGE (= VERSION) Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. @@ -41,7 +41,7 @@ Section: debian-installer Priority: extra Provides: kernel-signed-image Architecture: amd64 ppc64el -Built-Using: linux (= VERSION) +Built-Using: PACKAGE (= VERSION) Description: Signed kernel image generic for the Debian installer A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. It is intended for the Debian installer, diff --git a/debian/rules b/debian/rules index 926c4ae..10b4da8 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,7 @@ src_headers := linux-headers-$(src_abi)-generic # we have no binary files and we will not run the appropriate targets. pre-clean: sed debian/control \ + -e "s/PACKAGE/$(src_package)/g" \ -e "s/HEADERS/$(src_headers)/g" \ -e "s/ABI/$(src_abi)/g" \ -e "s/VERSION/$(src_version)/g" From patchwork Tue Apr 9 21:24:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 1082826 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 44f0hy2pGRz9sTt; Wed, 10 Apr 2019 07:26:26 +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 1hDyG4-0003OC-Sz; Tue, 09 Apr 2019 21:26:20 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1hDyG2-0003Mj-Tr for kernel-team@lists.ubuntu.com; Tue, 09 Apr 2019 21:26:18 +0000 Received: from mail-io1-f70.google.com ([209.85.166.70]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1hDyG2-0004ge-6K for kernel-team@lists.ubuntu.com; Tue, 09 Apr 2019 21:26:18 +0000 Received: by mail-io1-f70.google.com with SMTP id c17so7946iom.21 for ; Tue, 09 Apr 2019 14:26:18 -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=P0ip7ZqhX+uTbV3Mc7GbsG+/IH+N1KUOY6TgQm1Y/34=; b=nblmmHNTBNMLuQHmxS7MFME2E9ggsxaaBel8HT+Tz02HoXD+RU3kDejKPuOlQN/BVm OZXY60SA390ntWmePWiT6Wa4JiCffqByuyY9hjl+qEvAZdmngNl9v/6+GYg8PYGpUvQO Ot67nXG+nDVVTfz9Kvsbk7k5oug9DBk2zL6r6HaBtVgCWc8vKMjBmQdbuhsCYfK7Km31 wLrhYtWVBsO7RC1nVDHw+XgmCK6niSW4AhrD4s0rk2vcqGkmhVMscIzXu9L1utCh/gbI X/qDUIvsnFWolGHmHWhxocY0wN42rNhd1F1Gd9uSlXMgq7F29G6q90W8a0AK5oKTQ5P7 4AAg== X-Gm-Message-State: APjAAAXbeNUK5+3O6yos1ywJ+csA86bSz79fU2WOvOmA3x++nqb1ynll b0xsVEx+KBWMh5RIr1xCq2QajpLdfYk+7aCkWtfVKijoaKsViMhR4UIyu+RVUNoO/Pi0/LiOvut 39VwXb/nGIHoiS8ZGYpR18vkk9E16LjHLSW6pUYhiqQ== X-Received: by 2002:a02:c843:: with SMTP id r3mr28318286jao.12.1554845177069; Tue, 09 Apr 2019 14:26:17 -0700 (PDT) X-Google-Smtp-Source: APXvYqy9UMK7Xtuqs9ppfzZjJlBFB3higtg3FA/RKxT6RVxL28I/BGTU1tjzoe068O5qSeXDaVYI6Q== X-Received: by 2002:a02:c843:: with SMTP id r3mr28318274jao.12.1554845176814; Tue, 09 Apr 2019 14:26:16 -0700 (PDT) Received: from xps13.canonical.com (c-71-56-235-36.hsd1.co.comcast.net. [71.56.235.36]) by smtp.gmail.com with ESMTPSA id o17sm12547408iob.62.2019.04.09.14.26.15 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 09 Apr 2019 14:26:15 -0700 (PDT) From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [PATCH 4/4][linux-signed][SRU Xenial] UBUNTU: Use the correct source package name in Built-Using field Date: Tue, 9 Apr 2019 15:24:54 -0600 Message-Id: <20190409212454.20353-5-dann.frazier@canonical.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190409212454.20353-1-dann.frazier@canonical.com> References: <20190409212454.20353-1-dann.frazier@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" BugLink: https://bugs.launchpad.net/bugs/1824016 Signed-off-by: dann frazier --- debian/control.stub | 6 +++--- debian/rules | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/control.stub b/debian/control.stub index 69d56d9..2df2b3f 100644 --- a/debian/control.stub +++ b/debian/control.stub @@ -19,7 +19,7 @@ Recommends: ${unsigned:Recommends} Suggests: ${unsigned:Suggests} Conflicts: ${unsigned:Conflicts} Provides: ${unsigned:Provides} -Built-Using: linux (= VERSION) +Built-Using: PACKAGE (= VERSION) Description: Signed kernel image generic A kernel image for generic. This version of it is signed with Canonical's UEFI/Opal signing key. @@ -31,7 +31,7 @@ Recommends: ${unsigned:Recommends} Suggests: ${unsigned:Suggests} Conflicts: ${unsigned:Conflicts} Provides: ${unsigned:Provides} -Built-Using: linux (= VERSION) +Built-Using: PACKAGE (= VERSION) Description: Signed kernel image lowlatency A kernel image for lowlatency. This version of it is signed with Canonical's UEFI signing key. @@ -42,7 +42,7 @@ Section: debian-installer Priority: extra Provides: kernel-signed-image Architecture: amd64 -Built-Using: linux (= VERSION) +Built-Using: PACKAGE (= VERSION) Description: Signed kernel image generic for the Debian installer A kernel image for generic. This version of it is signed with Canonical's UEFI signing key. It is intended for the Debian installer, diff --git a/debian/rules b/debian/rules index 844032d..30c69a0 100755 --- a/debian/rules +++ b/debian/rules @@ -20,6 +20,7 @@ test: # we have no binary files and we will not run the appropriate targets. pre-clean: sed debian/control \ + -e "s/PACKAGE/$(src_package)/g" \ -e "s/ABI/$(src_abi)/g" \ -e "s/VERSION/$(src_version)/g" rm -rf ./$(src_version) UNSIGNED SIGNED