Re: [PATCH] kernel/module: add name size info to pr_debug() calls

2020-06-30 Thread jim . cromie
On Tue, Jun 30, 2020 at 3:37 AM Jessica Yu wrote: > > +++ Jim Cromie [11/06/20 08:20 -0600]: > >when booted with arg: module.dyndbg=+p > >dmesg gets volumes of info about loaded modules. > >This adds module & symbol names, and sizes where pertinent. > >Now I can know which module's info Im looking

Re: [PATCH] kernel/module: add name size info to pr_debug() calls

2020-06-30 Thread Jessica Yu
+++ Jim Cromie [11/06/20 08:20 -0600]: when booted with arg: module.dyndbg=+p dmesg gets volumes of info about loaded modules. This adds module & symbol names, and sizes where pertinent. Now I can know which module's info Im looking at. Hi, Could you please fix the changelog formatting accordi

[PATCH] kernel/module: add name size info to pr_debug() calls

2020-06-11 Thread Jim Cromie
when booted with arg: module.dyndbg=+p dmesg gets volumes of info about loaded modules. This adds module & symbol names, and sizes where pertinent. Now I can know which module's info Im looking at. --- kernel/module.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git