From patchwork Fri Mar 11 11:42:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 86410 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 DBB2AB6FB8 for ; Fri, 11 Mar 2011 22:43:30 +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 1Py0kb-0007eI-UC; Fri, 11 Mar 2011 11:43:21 +0000 Received: from mail.tpi.com ([70.99.223.143]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1Py0kZ-0007e7-OW for kernel-team@lists.ubuntu.com; Fri, 11 Mar 2011 11:43:20 +0000 Received: from sepang.rtg.net (unknown [10.0.2.5]) by mail.tpi.com (Postfix) with ESMTP id C7B2F2AB639 for ; Fri, 11 Mar 2011 03:42:40 -0800 (PST) Received: by sepang.rtg.net (Postfix, from userid 1000) id 68E85F89F8; Fri, 11 Mar 2011 04:42:46 -0700 (MST) To: kernel-team@lists.ubuntu.com Subject: Lucid SRU: CONFIG_BOOT_PRINTK_DELAY=y Message-Id: <20110311114246.68E85F89F8@sepang.rtg.net> Date: Fri, 11 Mar 2011 04:42:46 -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 db296487055553c5c40d32e249fcaf5677d17f5a: Paolo Pisati (1): UBUNTU: SAUCE: Clear new_profile in error path are available in the git repository at: git://kernel.ubuntu.com/rtg/ubuntu-lucid.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 9f659357d8bacabe8a29c421af670e616ddd5bd6 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 Acked-by: Brad Figg --- 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 67780ce..03d8049 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -404,7 +404,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