Re: [PATCH v2 01/24] dyndbg-docs: eschew file /full/path query in docs

2020-06-14 Thread jim . cromie
On Sun, Jun 14, 2020 at 12:04 AM Greg KH wrote: > > On Sat, Jun 13, 2020 at 09:57:15AM -0600, Jim Cromie wrote: > > Regarding: > > --- > > .../admin-guide/dynamic-debug-howto.rst | 19 +-- > > 1 file changed, 9 insertions(+), 10 deletions(-) > > None of your patches have a s

Re: [PATCH v2 01/24] dyndbg-docs: eschew file /full/path query in docs

2020-06-13 Thread Greg KH
On Sat, Jun 13, 2020 at 09:57:15AM -0600, Jim Cromie wrote: > Regarding: > commit 2b6783191da7 ("dynamic_debug: add trim_prefix() to provide source-root > relative paths") > commit a73619a845d5 ("kbuild: use -fmacro-prefix-map to make __FILE__ a > relative path") > > 2nd commit broke dynamic-deb

[PATCH v2 01/24] dyndbg-docs: eschew file /full/path query in docs

2020-06-13 Thread Jim Cromie
Regarding: commit 2b6783191da7 ("dynamic_debug: add trim_prefix() to provide source-root relative paths") commit a73619a845d5 ("kbuild: use -fmacro-prefix-map to make __FILE__ a relative path") 2nd commit broke dynamic-debug's "file $fullpath" query form, but nobody noticed because 1st commit ha