From patchwork Fri Mar 11 11:38:03 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 86409 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 12DA8B6FB3 for ; Fri, 11 Mar 2011 22:38:58 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Py0g5-0007OV-Kl; Fri, 11 Mar 2011 11:38:41 +0000 Received: from mail.tpi.com ([70.99.223.143]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Py0g2-0007OK-SL for kernel-team@lists.ubuntu.com; Fri, 11 Mar 2011 11:38:39 +0000 Received: from sepang.rtg.net (unknown [10.0.2.5]) by mail.tpi.com (Postfix) with ESMTP id E6FEC2AB5E7 for ; Fri, 11 Mar 2011 03:38:19 -0800 (PST) Received: by sepang.rtg.net (Postfix, from userid 1000) id AFC03F89F8; Fri, 11 Mar 2011 04:38:03 -0700 (MST) To: kernel-team@lists.ubuntu.com Subject: Maverick SRU: CONFIG_BOOT_PRINTK_DELAY=y Message-Id: <20110311113803.AFC03F89F8@sepang.rtg.net> Date: Fri, 11 Mar 2011 04:38:03 -0700 (MST) From: timg@tpi.com (Tim Gardner) 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: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com The following changes since commit 7d1425b2093ecd1d3ff26cd5311b247d56170ec8: Stanislaw Gruszka (1): r8169: disable ASPM are available in the git repository at: git://kernel.ubuntu.com/rtg/ubuntu-maverick.git CONFIG_BOOT_PRINTK_DELAY Tim Gardner (1): UBUNTU: [Config] CONFIG_BOOT_PRINTK_DELAY=y debian.master/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) From 5ab7729cd8a3cd3a5debe005bd1040fc42ebd229 Mon Sep 17 00:00:00 2001 From: Tim Gardner Date: Fri, 11 Mar 2011 04:33:28 -0700 Subject: [PATCH] UBUNTU: [Config] CONFIG_BOOT_PRINTK_DELAY=y BugLink: http://bugs.launchpad.net/bugs/733191 Signed-off-by: Tim Gardner --- debian.master/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 93a7fa5..4becafd 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -454,7 +454,7 @@ CONFIG_BONDING=m CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 -# CONFIG_BOOT_PRINTK_DELAY is not set +CONFIG_BOOT_PRINTK_DELAY=y # CONFIG_BOOT_TRACER is not set CONFIG_BOUNCE=y CONFIG_BPQETHER=m