Re: [PATCH RESEND] Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized"

2019-07-10 Thread Juergen Gross
On 26.06.19 10:57, Zhenzhong Duan wrote: This reverts commit ca5d376e17072c1b60c3fee66f3be58ef018952d. Commit 8990cac6e5ea ("x86/jump_label: Initialize static branching early") adds jump_label_init() call in setup_arch() to make static keys initialized early, so we could use the original simpler

Re: [PATCH RESEND] Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized"

2019-07-01 Thread Boris Ostrovsky
On Thu, Jun 27, 2019 at 11:24:41PM +0200, Thomas Gleixner wrote: > On Wed, 26 Jun 2019, Zhenzhong Duan wrote: > > > This reverts commit ca5d376e17072c1b60c3fee66f3be58ef018952d. > > > > Commit 8990cac6e5ea ("x86/jump_label: Initialize static branching > > early") adds jump_label_init() call in se

Re: [PATCH RESEND] Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized"

2019-06-27 Thread Thomas Gleixner
On Wed, 26 Jun 2019, Zhenzhong Duan wrote: > This reverts commit ca5d376e17072c1b60c3fee66f3be58ef018952d. > > Commit 8990cac6e5ea ("x86/jump_label: Initialize static branching > early") adds jump_label_init() call in setup_arch() to make static > keys initialized early, so we could use the origi

[PATCH RESEND] Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized"

2019-06-27 Thread Zhenzhong Duan
This reverts commit ca5d376e17072c1b60c3fee66f3be58ef018952d. Commit 8990cac6e5ea ("x86/jump_label: Initialize static branching early") adds jump_label_init() call in setup_arch() to make static keys initialized early, so we could use the original simpler code again. Signed-off-by: Zhenzhong Duan