stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Radim Krčmář" <rkrcmar@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Wanpeng Li <kernellwp@gmail.com>,
	linux-kernel@vger.kernel.org, kvm@vger.kernel.org,
	Wanpeng Li <wanpeng.li@hotmail.com>,
	"Paul E . McKenney" <paulmck@linux.vnet.ibm.com>,
	stable@vger.kernel.org
Subject: Re: [PATCH v4] KVM: async_pf: make rcu irq exit if not triggered from idle task
Date: Tue, 1 Aug 2017 22:42:17 +0200	[thread overview]
Message-ID: <20170801204216.GD316@flask> (raw)
In-Reply-To: <03f04a0c-8933-a2b4-fc0a-a3a881b730ed@redhat.com>

2017-08-01 14:22+0200, Paolo Bonzini:
> On 01/08/2017 14:20, Wanpeng Li wrote:
> > From: Wanpeng Li <wanpeng.li@hotmail.com>
> > 
> >  WARNING: CPU: 5 PID: 1242 at kernel/rcu/tree_plugin.h:323 rcu_note_context_switch+0x207/0x6b0
> >  CPU: 5 PID: 1242 Comm: unity-settings- Not tainted 4.13.0-rc2+ #1
> >  RIP: 0010:rcu_note_context_switch+0x207/0x6b0
> >  Call Trace:
> >   __schedule+0xda/0xba0
> >   ? kvm_async_pf_task_wait+0x1b2/0x270
> >   schedule+0x40/0x90
> >   kvm_async_pf_task_wait+0x1cc/0x270
> >   ? prepare_to_swait+0x22/0x70
> >   do_async_page_fault+0x77/0xb0
> >   ? do_async_page_fault+0x77/0xb0
> >   async_page_fault+0x28/0x30
> >  RIP: 0010:__d_lookup_rcu+0x90/0x1e0
> > 
> > I encounter this when trying to stress the async page fault in L1 guest w/ 
> > L2 guests running.
> > 
> > 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 is not accurate anymore:
> 
> 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.  However,
> we need to call the pair even if the function calls schedule(), as seen
> from the above backtrace.
> 
> Can be fixed when committing.

Done that, thanks.

      reply	other threads:[~2017-08-01 20:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-01 12:20 [PATCH v4] KVM: async_pf: make rcu irq exit if not triggered from idle task Wanpeng Li
2017-08-01 12:22 ` Paolo Bonzini
2017-08-01 20:42   ` Radim Krčmář [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170801204216.GD316@flask \
    --to=rkrcmar@redhat.com \
    --cc=kernellwp@gmail.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=pbonzini@redhat.com \
    --cc=stable@vger.kernel.org \
    --cc=wanpeng.li@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).