dyndbg: rename __verbose section to __dyndbg
authorJim Cromie <jim.cromie@gmail.com>
Sun, 19 Jul 2020 23:10:45 +0000 (17:10 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Jul 2020 15:00:08 +0000 (17:00 +0200)
commite5ebffe18e5add85acb23c7a0f74509749967204
tree772143310ce8551f40cd6a41818ed62bfd8918a9
parent481c0e33f1e71a7ad934bab07b6f3f77243ef0e5
dyndbg: rename __verbose section to __dyndbg

dyndbg populates its callsite info into __verbose section, change that
to a more specific and descriptive name, __dyndbg.

Also, per checkpatch:
  simplify __attribute(..) to __section(__dyndbg) declaration.

and 1 spelling fix, decriptor

Acked-by: <jbaron@akamai.com>
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Link: https://lore.kernel.org/r/20200719231058.1586423-6-jim.cromie@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/asm-generic/vmlinux.lds.h
include/linux/dynamic_debug.h
kernel/module.c
lib/dynamic_debug.c