Re: [PATCH] initcall_debug: add deferred probe times

2017-08-03 Thread Greg Kroah-Hartman
On Tue, Jul 25, 2017 at 08:01:49PM -0700, Todd Poynor wrote: > On Tue, Jul 25, 2017 at 4:40 PM, Greg Kroah-Hartman > wrote: > > On Tue, Jul 25, 2017 at 04:31:59PM -0700, Todd Poynor wrote: > >> initcall_debug attributes all deferred device probe retries for the > >>

Re: [PATCH] initcall_debug: add deferred probe times

2017-08-03 Thread Greg Kroah-Hartman
On Tue, Jul 25, 2017 at 08:01:49PM -0700, Todd Poynor wrote: > On Tue, Jul 25, 2017 at 4:40 PM, Greg Kroah-Hartman > wrote: > > On Tue, Jul 25, 2017 at 04:31:59PM -0700, Todd Poynor wrote: > >> initcall_debug attributes all deferred device probe retries for the > >> late_initcall level to

Re: [PATCH] initcall_debug: add deferred probe times

2017-07-25 Thread Todd Poynor
On Tue, Jul 25, 2017 at 4:40 PM, Greg Kroah-Hartman wrote: > On Tue, Jul 25, 2017 at 04:31:59PM -0700, Todd Poynor wrote: >> initcall_debug attributes all deferred device probe retries for the >> late_initcall level to function deferred_probe_initcall. Add logs of >>

Re: [PATCH] initcall_debug: add deferred probe times

2017-07-25 Thread Todd Poynor
On Tue, Jul 25, 2017 at 4:40 PM, Greg Kroah-Hartman wrote: > On Tue, Jul 25, 2017 at 04:31:59PM -0700, Todd Poynor wrote: >> initcall_debug attributes all deferred device probe retries for the >> late_initcall level to function deferred_probe_initcall. Add logs of >> the individual device probe

Re: [PATCH] initcall_debug: add deferred probe times

2017-07-25 Thread Greg Kroah-Hartman
On Tue, Jul 25, 2017 at 04:31:59PM -0700, Todd Poynor wrote: > initcall_debug attributes all deferred device probe retries for the > late_initcall level to function deferred_probe_initcall. Add logs of > the individual device probe routines called, to identify which drivers > are executing for

Re: [PATCH] initcall_debug: add deferred probe times

2017-07-25 Thread Greg Kroah-Hartman
On Tue, Jul 25, 2017 at 04:31:59PM -0700, Todd Poynor wrote: > initcall_debug attributes all deferred device probe retries for the > late_initcall level to function deferred_probe_initcall. Add logs of > the individual device probe routines called, to identify which drivers > are executing for

[PATCH] initcall_debug: add deferred probe times

2017-07-25 Thread Todd Poynor
initcall_debug attributes all deferred device probe retries for the late_initcall level to function deferred_probe_initcall. Add logs of the individual device probe routines called, to identify which drivers are executing for how long during the initcall path. Deferred probes that occur after

[PATCH] initcall_debug: add deferred probe times

2017-07-25 Thread Todd Poynor
initcall_debug attributes all deferred device probe retries for the late_initcall level to function deferred_probe_initcall. Add logs of the individual device probe routines called, to identify which drivers are executing for how long during the initcall path. Deferred probes that occur after