Re: [PATCH v5 00/18] dynamic_debug fixes, cleanups, features, export

2020-07-24 Thread Greg KH
On Fri, Jul 24, 2020 at 04:59:00PM +0200, Greg KH wrote: > On Fri, Jul 24, 2020 at 09:48:54AM -0400, Jason Baron wrote: > > > > > > On 7/19/20 7:10 PM, Jim Cromie wrote: > > > this is v5, changes from previous: > > > - moved a chunk from patch 13 to 12, per Jason > > > - shorten logging prefix

Re: [PATCH v5 00/18] dynamic_debug fixes, cleanups, features, export

2020-07-24 Thread Greg KH
On Fri, Jul 24, 2020 at 09:48:54AM -0400, Jason Baron wrote: > > > On 7/19/20 7:10 PM, Jim Cromie wrote: > > this is v5, changes from previous: > > - moved a chunk from patch 13 to 12, per Jason > > - shorten logging prefix to "dyndbg", drop __func__ > > - now with more commit-log advocacy >

Re: [PATCH v5 00/18] dynamic_debug fixes, cleanups, features, export

2020-07-24 Thread Jason Baron
On 7/19/20 7:10 PM, Jim Cromie wrote: > this is v5, changes from previous: > - moved a chunk from patch 13 to 12, per Jason > - shorten logging prefix to "dyndbg", drop __func__ > - now with more commit-log advocacy > - shuffle EXPORT_GPL(ddebug_exec_queries) last. > - v4+ series Acked-by:

[PATCH v5 00/18] dynamic_debug fixes, cleanups, features, export

2020-07-19 Thread Jim Cromie
this is v5, changes from previous: - moved a chunk from patch 13 to 12, per Jason - shorten logging prefix to "dyndbg", drop __func__ - now with more commit-log advocacy - shuffle EXPORT_GPL(ddebug_exec_queries) last. - v4+ series Acked-by: jba...@akamai.com v4: