From patchwork Wed Nov 27 09:46:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 294531 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 23EEB2C00A9 for ; Wed, 27 Nov 2013 20:47:01 +1100 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1Vlbhw-0005bS-6p; Wed, 27 Nov 2013 09:46:56 +0000 Received: from mail-we0-f172.google.com ([74.125.82.172]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1Vlbho-0005Vt-AM for kernel-team@lists.ubuntu.com; Wed, 27 Nov 2013 09:46:48 +0000 Received: by mail-we0-f172.google.com with SMTP id w62so850490wes.17 for ; Wed, 27 Nov 2013 01:46:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=G9rTxPJkBq22PsNHhoGEFo+mU6s9KZjnWuNXVk+F+Ak=; b=eO/4Fz3ei7XvMbFtDSPEn6jIrSwNWttAcvwFssxZOYyhzdr0wjyl4gZ1H4kf8QyN99 bdBV38mkHdqsBudPU5DN4WQW3aP3Qf1Ey94pmwl64FgQHrMxeM18Rr/xZJYwEsEUwx2n TeIlFn7xviccFismCY5qh1rNEsWthmq2qGMACnVcubu4OxAK0KFjZAmDn0G/1peNe2J7 DBHvgKqqREkno7j6Hiwapk6tiYewpNMIoqV72nTp1mUlvxx8T2bLNzZJjB3ahQUzSeYk QbpfxL4KZZPjhnJFdgEdvLph9fgCenvdE27D7S3OEBtawNauoZKBs+cFMZjEGlpIKBEz gLtg== X-Gm-Message-State: ALoCoQnWJ4EKKZWNlX13xktphVnkf/XwK7E+TD/aBpjS3MYFKKT0jqH0RUeB2nx7Fzs+nkGLelnF X-Received: by 10.180.206.18 with SMTP id lk18mr21909818wic.64.1385545608175; Wed, 27 Nov 2013 01:46:48 -0800 (PST) Received: from localhost ([2001:470:6973:2:5d48:5d4b:e7fa:7c27]) by mx.google.com with ESMTPSA id dj8sm69377935wid.2.2013.11.27.01.46.46 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 27 Nov 2013 01:46:47 -0800 (PST) From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [PATCH 1/1] UBUNTU: [Config] CONFIG_DEBUG_BUGVERBOSE=y Date: Wed, 27 Nov 2013 09:46:45 +0000 Message-Id: <1385545605-30594-2-git-send-email-apw@canonical.com> X-Mailer: git-send-email 1.8.4.2 In-Reply-To: <1385545605-30594-1-git-send-email-apw@canonical.com> References: <1385545605-30594-1-git-send-email-apw@canonical.com> Cc: Andy Whitcroft X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/1252353 Signed-off-by: Andy Whitcroft Acked-by: Colin Ian King --- debian.master/config/config.common.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index c2d9f22..df08a24 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1316,7 +1316,7 @@ CONFIG_DE4X5=m # CONFIG_DEBUG_BLK_CGROUP is not set # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set # CONFIG_DEBUG_BOOT_PARAMS is not set -# CONFIG_DEBUG_BUGVERBOSE is not set +CONFIG_DEBUG_BUGVERBOSE=y # CONFIG_DEBUG_CREDENTIALS is not set # CONFIG_DEBUG_DEVRES is not set # CONFIG_DEBUG_DRIVER is not set