From 9820e1b6168e3a435137334c8c769927d7bb739b Mon Sep 17 00:00:00 2001 From: Jim Cromie Date: Fri, 27 Apr 2012 14:30:36 -0600 Subject: [PATCH] --- yaml --- r: 304053 b: refs/heads/master c: f0b919d967284313be4a767ba92ab5a88cb27410 h: refs/heads/master i: 304051: e13a0ac3877cb00eed284a3001ac1e9eb5e8c287 v: v3 --- [refs] | 2 +- trunk/Documentation/feature-removal-schedule.txt | 9 ++++++++- trunk/lib/dynamic_debug.c | 2 ++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dd2a491b8660..f77f61abac92 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b48420c1d3019ce8d84fb8e58f4ca86b8e3655b8 +refs/heads/master: f0b919d967284313be4a767ba92ab5a88cb27410 diff --git a/trunk/Documentation/feature-removal-schedule.txt b/trunk/Documentation/feature-removal-schedule.txt index 709e08e9a222..e458d2b2ae95 100644 --- a/trunk/Documentation/feature-removal-schedule.txt +++ b/trunk/Documentation/feature-removal-schedule.txt @@ -2,7 +2,14 @@ The following is a list of files and features that are going to be removed in the kernel source tree. Every entry should contain what exactly is going away, why it is happening, and who is going to be doing the work. When the feature is removed from the kernel, it should also -be removed from this file. +be removed from this file. The suggested deprecation period is 3 releases. + +--------------------------- + +What: ddebug_query="query" boot cmdline param +When: v3.8 +Why: obsoleted by dyndbg="query" and module.dyndbg="query" +Who: Jim Cromie , Jason Baron --------------------------- diff --git a/trunk/lib/dynamic_debug.c b/trunk/lib/dynamic_debug.c index 8fba40179305..09f2cda88058 100644 --- a/trunk/lib/dynamic_debug.c +++ b/trunk/lib/dynamic_debug.c @@ -993,6 +993,8 @@ static int __init dynamic_debug_init(void) /* ddebug_query boot param got passed -> set it up */ if (ddebug_setup_string[0] != '\0') { + pr_warn("ddebug_query param name is deprecated," + " change it to dyndbg\n"); ret = ddebug_exec_queries(ddebug_setup_string); if (ret < 0) pr_warn("Invalid ddebug boot param %s",