Re: [PATCH v2] static_key: Improve uninizialized key warning

2017-10-18 Thread Ingo Molnar
* Steven Rostedt wrote: > On Wed, 18 Oct 2017 12:06:59 -0400 > Steven Rostedt wrote: > > > > Signed-off-by: Borislav Petkov > > > Cc: Hannes Frederic Sowa > > > Cc: Ingo Molnar > > > Cc:

Re: [PATCH v2] static_key: Improve uninizialized key warning

2017-10-18 Thread Ingo Molnar
* Steven Rostedt wrote: > On Wed, 18 Oct 2017 12:06:59 -0400 > Steven Rostedt wrote: > > > > Signed-off-by: Borislav Petkov > > > Cc: Hannes Frederic Sowa > > > Cc: Ingo Molnar > > > Cc: Juergen Gross > > > Cc: "Steven Rostedt (VMware)" > > > > Reviewed-by: Steven Rostedt (VMware) >

Re: [PATCH v2] static_key: Improve uninizialized key warning

2017-10-18 Thread Steven Rostedt
On Wed, 18 Oct 2017 12:06:59 -0400 Steven Rostedt wrote: > > Signed-off-by: Borislav Petkov > > Cc: Hannes Frederic Sowa > > Cc: Ingo Molnar > > Cc: Juergen Gross > > Cc: "Steven Rostedt

Re: [PATCH v2] static_key: Improve uninizialized key warning

2017-10-18 Thread Steven Rostedt
On Wed, 18 Oct 2017 12:06:59 -0400 Steven Rostedt wrote: > > Signed-off-by: Borislav Petkov > > Cc: Hannes Frederic Sowa > > Cc: Ingo Molnar > > Cc: Juergen Gross > > Cc: "Steven Rostedt (VMware)" > > Reviewed-by: Steven Rostedt (VMware) > Ingo, you may want to fix the typo in the

Re: [PATCH v2] static_key: Improve uninizialized key warning

2017-10-18 Thread Steven Rostedt
On Wed, 18 Oct 2017 17:24:28 +0200 Borislav Petkov wrote: > On Wed, Oct 18, 2017 at 09:27:10AM -0400, Steven Rostedt wrote: > > Boris, can you try it with "%pS" ? > > %ps is better, as it doesn't dump offsets: Sometimes offsets are helpful even for variables. But

Re: [PATCH v2] static_key: Improve uninizialized key warning

2017-10-18 Thread Steven Rostedt
On Wed, 18 Oct 2017 17:24:28 +0200 Borislav Petkov wrote: > On Wed, Oct 18, 2017 at 09:27:10AM -0400, Steven Rostedt wrote: > > Boris, can you try it with "%pS" ? > > %ps is better, as it doesn't dump offsets: Sometimes offsets are helpful even for variables. But regardless... > > [

[PATCH v2] static_key: Improve uninizialized key warning

2017-10-18 Thread Borislav Petkov
On Wed, Oct 18, 2017 at 09:27:10AM -0400, Steven Rostedt wrote: > Boris, can you try it with "%pS" ? %ps is better, as it doesn't dump offsets: [0.00] static_key_disable_cpuslocked, key virt_spin_lock_key used before call to jump_label_init Thx. --- From: Borislav Petkov

[PATCH v2] static_key: Improve uninizialized key warning

2017-10-18 Thread Borislav Petkov
On Wed, Oct 18, 2017 at 09:27:10AM -0400, Steven Rostedt wrote: > Boris, can you try it with "%pS" ? %ps is better, as it doesn't dump offsets: [0.00] static_key_disable_cpuslocked, key virt_spin_lock_key used before call to jump_label_init Thx. --- From: Borislav Petkov Right now