Re: [PATCH v2 2/3] dyndbg: refine export, rename to dynamic_debug_exec_queries()

2020-08-28 Thread Greg KH
On Tue, Aug 25, 2020 at 11:33:38AM -0600, Jim Cromie wrote: > commit 59cf47e7df31 dyndbg: export ddebug_exec_queries > left a few configs broken, fix them with ifdef stub-fns. Please use the standard way of printing commit ids, it's in the submitting patches document. > > Rename the export to dy

[PATCH v2 2/3] dyndbg: refine export, rename to dynamic_debug_exec_queries()

2020-08-25 Thread Jim Cromie
commit 59cf47e7df31 dyndbg: export ddebug_exec_queries left a few configs broken, fix them with ifdef stub-fns. Rename the export to dynamic_debug_exec_queries(). This is a more canonical function name, instead of exposing the 'ddebug' internal name prefix. Do this now, before export hits v5.9.0