From: Thomas Renninger Date: Fri, 6 Aug 2010 14:11:02 +0000 (+0200) Subject: Dynamic Debug: Introduce ddebug_query= boot parameter X-Git-Tag: v2.6.37-rc1~156^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a648ec05bb950fae2f35d0490ddd6cf15010af72;p=pandora-kernel.git Dynamic Debug: Introduce ddebug_query= boot parameter Dynamic debug lacks the ability to enable debug messages at boot time. One could patch initramfs or service startup scripts to write to /sys/../dynamic_debug/control, but this sucks. This patch makes it possible to pass a query in the same format one can write to /sys/../dynamic_debug/control via boot param. When dynamic debug gets initialized, this query will automatically be applied. Signed-off-by: Thomas Renninger Acked-by: jbaron@redhat.com Acked-by: Pekka Enberg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed