Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753654Ab0HBNrs (ORCPT ); Mon, 2 Aug 2010 09:47:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59974 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753104Ab0HBNrh (ORCPT ); Mon, 2 Aug 2010 09:47:37 -0400 Date: Mon, 2 Aug 2010 09:47:06 -0400 From: Jason Baron To: Pekka Enberg Cc: Greg KH , Andrew Morton , LKML , trenn@suse.de Subject: Re: Boot-time dynamic debugging? Message-ID: <20100802134705.GA2836@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1177 Lines: 36 On Sun, Aug 01, 2010 at 03:10:40PM +0300, Pekka Enberg wrote: > Hi! > > Commit 346e15beb5343c2eb8216d820f2ed8f150822b08 ("driver core: basic > infrastructure for per-module dynamic debug messages") removed > "dynamic_printk" kernel parameter from the dynamic debugging subsystem > (and forgot to update Documentation/kernel-parameters.txt). How can I > use the new subsystem for enabling boot-time dev_dbg() calls for > non-modular kernels? > > Pekka Hi Pekka, Right now, you can not enable them dynamically from the boot command line (only via the debugfs file). However, Thomas Renninger, has posted a series to add back the boot-time functionality, see: Subject: [patch 0/3] Dynamic Debug providing early boot debug messages via boot parameter http://marc.info/?l=linux-kernel&m=127970474426120&w=2 So I intend to queue those up for 2.6.36, and also update the documentation. thanks, -Jason -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/