From patchwork Fri May 25 16:25:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 920640 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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40ss7S4fmNz9s0W; Sat, 26 May 2018 02:25:56 +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 1fMFXJ-0005QK-PK; Fri, 25 May 2018 16:25:49 +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 1fMFXI-0005Pb-TB for kernel-team@lists.ubuntu.com; Fri, 25 May 2018 16:25:49 +0000 Received: from localhost (c-73-78-137-212.hsd1.co.comcast.net [73.78.137.212]) (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 8CC5C33E001E for ; Fri, 25 May 2018 10:25:47 -0600 (MDT) Date: Fri, 25 May 2018 10:25:47 -0600 From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [PATCH][linux-meta][SRU Artful] Build linux-crashdump on arm64 Message-ID: <20180525162547.GA14245@xps13.dannf> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.5 (2018-04-13) X-Virus-Scanned: clamav-milter 0.99.4 at complete.lackof.org X-Virus-Status: Clean X-Spam-Status: No, score=0.2 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, UNPARSEABLE_RELAY autolearn=no 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/1773407 Signed-off-by: dann frazier --- debian/changelog | 6 ++++++ debian/control.common | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f2a3004..ef01204 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linux-meta (4.13.0.44.48) UNRELEASED; urgency=medium + + * Build linux-crashdump on arm64 (LP: #1773407) + + -- dann frazier Fri, 25 May 2018 10:09:52 -0600 + linux-meta (4.13.0.44.47) artful; urgency=medium * Bump ABI 4.13.0-44 diff --git a/debian/control.common b/debian/control.common index 6bacfdd..7e7fa80 100644 --- a/debian/control.common +++ b/debian/control.common @@ -16,8 +16,8 @@ Description: Linux kernel source with Ubuntu patches available. The Ubuntu patches have been applied. Package: linux-crashdump@SUFFIX@ -Architecture: i386 amd64 armhf ppc64el s390x -Depends: ${misc:Depends}, kdump-tools, grub-pc (>= 1.96+20090611-1ubuntu2) [i386 amd64] | grub-efi-ia32 [i386 amd64] | grub-efi-amd64 [i386 amd64] | grub (>= 0.97-29ubuntu24) [i386 amd64] +Architecture: i386 amd64 arm64 armhf ppc64el s390x +Depends: ${misc:Depends}, kdump-tools, grub-pc (>= 1.96+20090611-1ubuntu2) [i386 amd64] | grub-efi-ia32 [i386 amd64] | grub-efi-amd64 [i386 amd64] | grub-efi-arm64 [arm64] | grub (>= 0.97-29ubuntu24) [i386 amd64] Recommends: apport Suggests: crash Description: Linux kernel crashdump setup for the latest generic kernel