From patchwork Thu Aug 25 19:07:08 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 111640 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id A56FAB70B2 for ; Fri, 26 Aug 2011 05:07:33 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1QwfGn-0000HU-9f; Thu, 25 Aug 2011 19:07:17 +0000 Received: from mail.tpi.com ([70.99.223.143]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1QwfGk-0000HL-KZ for kernel-team@lists.ubuntu.com; Thu, 25 Aug 2011 19:07:14 +0000 Received: from sepang.rtg.net (mail.tpi.com [70.99.223.143]) by mail.tpi.com (Postfix) with ESMTP id 280D22E089F for ; Thu, 25 Aug 2011 12:07:10 -0700 (PDT) Received: from [127.0.0.1] (lochsa [127.0.0.1]) by sepang.rtg.net (Postfix) with ESMTP id 7178AF89F8 for ; Thu, 25 Aug 2011 13:07:08 -0600 (MDT) Message-ID: <4E569D5C.8020209@canonical.com> Date: Thu, 25 Aug 2011 13:07:08 -0600 From: Tim Gardner User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: Ubuntu Kernel Team Subject: Natty pull request, build performance patches X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Same set of build performance makefile changes as Lucid (with minor tweaks). Similar improvement... The following changes since commit fb28be609c1e28d38fed1d553c40a32d75771fd1: Leann Ogasawara (1): ath9k: use split rx buffers to get rid of order-1 skb allocations are available in the git repository at: git://kernel.ubuntu.com/rtg/ubuntu-natty.git makefile-improvements Tim Gardner (11): UBUNTU: [Config] kernel preparation cannot be parallelized UBUNTU: [Config] Linearize module/abi checks UBUNTU: [Config] Linearize and simplify tree preparation rules UBUNTU: [Config] Build kernel image in parallel with modules UBUNTU: [Config] Set concurrency for kmake invocations UBUNTU: [Config] Improve install-arch-headers speed UBUNTU: [Config] Fix binary-perarch dependencies UBUNTU: [Config] Removed stamp-flavours target UBUNTU: [Config] Serialize binary indep targets UBUNTU: [Config] Use build stamp directly UBUNTU: [Config] Restore prepare-% target debian/rules.d/2-binary-arch.mk | 36 ++++++++++++++++-------------------- debian/rules.d/3-binary-indep.mk | 22 ++++++++++++---------- debian/rules.d/4-checks.mk | 10 ++-------- 3 files changed, 30 insertions(+), 38 deletions(-)