From patchwork Mon Dec 3 12:55:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 1006885 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 437lMl0V6wz9s9G; Mon, 3 Dec 2018 23:55:14 +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 1gTnkj-0005xF-Ne; Mon, 03 Dec 2018 12:55:09 +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 1gTnki-0005x7-Nc for kernel-team@lists.ubuntu.com; Mon, 03 Dec 2018 12:55:08 +0000 Received: from 1.general.apw.uk.vpn ([10.172.192.78] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1gTnki-0006J5-Ei for kernel-team@lists.ubuntu.com; Mon, 03 Dec 2018 12:55:08 +0000 Date: Mon, 3 Dec 2018 12:55:08 +0000 From: Andy Whitcroft To: Ubuntu Kernel Team Subject: [SRU bionic] linux-buildinfo support Message-ID: <20181203125508.GG5298@brain> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) 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" Add linux-buildinfo package support. This package contains all of the ABI information accumulated during the build. This means we no longer have to install that data onto the end-user system, and means we only have to download the ABI data when doing getabis. Pull request below. Proposing for SRU to bionic. -apw The following changes since commit 9b820c951b75fbae2d2313377b70107a3e7f49fa: ALSA: rawmidi: Change resized buffers atomically (2018-11-29 02:41:15 -0500) are available in the Git repository at: git://git.launchpad.net/~apw/ubuntu/+source/linux/+git/bionic linux-buildinfo for you to fetch changes up to 4e1ec0a0b1cbebb60e07424eaffbdc768e0dd535: UBUNTU: [Config] buildinfo -- add retpoline version markers (2018-12-03 12:21:06 +0000) ---------------------------------------------------------------- * linux-buildinfo: pull out ABI information into its own package (LP: #1806380) - [Packaging] limit preparation to linux-libc-dev in headers - [Packaging] commonise debhelper invocation - [Packaging] ABI -- accumulate abi information at the end of the build - [Packaging] buildinfo -- add basic build information - [Packaging] buildinfo -- add firmware information to the flavour ABI - [Packaging] buildinfo -- add compiler information to the flavour ABI - [Packaging] buildinfo -- add buildinfo support to getabis - [Packaging] buildinfo -- switch getabis configuration to new package - [Config] buildinfo -- add retpoline version markers * linux packages should own /usr/lib/linux/triggers (LP: #1770256) - [Packaging] own /usr/lib/linux/triggers Acked-by: Seth Forshee Acked-by: Stefan Bader Acked-by: Kamal Mostafa