]> git.baikalelectronics.ru Git - kernel.git/commit
dynamic_debug: deprecate ddebug_query, suggest dyndbg instead
authorJim Cromie <jim.cromie@gmail.com>
Fri, 27 Apr 2012 20:30:36 +0000 (14:30 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Apr 2012 20:24:34 +0000 (16:24 -0400)
commitab5e6b20873db993237cb2eea6e2851ef9a69f2a
tree2b6491553abf9bad7aac976f7b08f060cd4e20d5
parent1a1fe7c8bf39a86d68f38611c3d3315c4d938d63
dynamic_debug: deprecate ddebug_query, suggest dyndbg instead

With ddebug_dyndbg_boot_params_cb() handling bare dyndbg params, we
dont need ddebug_query param anymore.  Add a warning when processing
ddebug_query= param that it is deprecated, and to change it to dyndbg=

Add a deprecation notice for v3.8 to feature-removal-schedule.txt, and
add a suggested deprecation period of 3 releases to the header.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Acked-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/feature-removal-schedule.txt
lib/dynamic_debug.c