Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1659839

Re: [PATCH] KVM: async_pf: Fix rcu_irq_enter/exit() usage

From Wanpeng Li <kernellwp@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH] KVM: async_pf: Fix rcu_irq_enter/exit() usage
Date 2017-06-07 16:20 +0200
Message-ID <tPJYt-7IG-9@gated-at.bofh.it> (permalink)
References <tPHWG-6rv-13@gated-at.bofh.it> <tPISJ-736-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


2017-06-07 21:05 GMT+08:00 Paolo Bonzini <pbonzini@redhat.com>:
>
>
> On 07/06/2017 14:04, Wanpeng Li wrote:
>> From: Wanpeng Li <wanpeng.li@hotmail.com>
>>
>> Commit 9b132fbe5419 (Add rcu user eqs exception hooks for async page fault)
>> adds rcu_irq_enter/exit() to kvm_async_pf_task_wait() to exit cpu idle eqs
>> when needed, to protect the code that needs use rcu. There is no need to call
>> this pairs if async page fault is not triggered from idle task.
>>
>> This patch fixes it by rcu irq exit if it is not triggered from idle task to
>> avoid rcu hang after schedule() in the for loop.
>
> How does the bug manifest?

Just by codes review.

Regards,
Wanpeng Li

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] KVM: async_pf: Fix rcu_irq_enter/exit() usage Wanpeng Li <kernellwp@gmail.com> - 2017-06-07 14:10 +0200
  Re: [PATCH] KVM: async_pf: Fix rcu_irq_enter/exit() usage Paolo Bonzini <pbonzini@redhat.com> - 2017-06-07 15:10 +0200
    Re: [PATCH] KVM: async_pf: Fix rcu_irq_enter/exit() usage Wanpeng Li <kernellwp@gmail.com> - 2017-06-07 16:20 +0200
      Re: [PATCH] KVM: async_pf: Fix rcu_irq_enter/exit() usage Paolo Bonzini <pbonzini@redhat.com> - 2017-06-07 16:30 +0200
        Re: [PATCH] KVM: async_pf: Fix rcu_irq_enter/exit() usage Wanpeng Li <kernellwp@gmail.com> - 2017-06-08 10:10 +0200

csiph-web