From: "Jürgen Groß" <jgross@suse.com>
To: Boris Ostrovsky <boris.ostrovsky@oracle.com>,
xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org
Cc: Stefano Stabellini <sstabellini@kernel.org>
Subject: Re: [PATCH v2] xen/events: remove event handling recursion detection
Date: Fri, 29 Nov 2019 06:59:12 +0100 [thread overview]
Message-ID: <6483de2d-963c-3b5e-150a-641e070e3d0e@suse.com> (raw)
In-Reply-To: <b0a86e66-2366-ff94-e867-2fc5cfdae38d@oracle.com>
On 28.11.19 22:37, Boris Ostrovsky wrote:
> On 11/28/19 3:45 AM, Juergen Gross wrote:
>> -
>> static void __xen_evtchn_do_upcall(void)
>> {
>> struct vcpu_info *vcpu_info = __this_cpu_read(xen_vcpu);
>> - int cpu = get_cpu();
>> - unsigned count;
>> + int cpu = smp_processor_id();
>>
>> do {
>> vcpu_info->evtchn_upcall_pending = 0;
>>
>> - if (__this_cpu_inc_return(xed_nesting_count) - 1)
>> - goto out;
>> -
>> xen_evtchn_handle_events(cpu);
>>
>> BUG_ON(!irqs_disabled());
>>
>> - count = __this_cpu_read(xed_nesting_count);
>> - __this_cpu_write(xed_nesting_count, 0);
>> - } while (count != 1 || vcpu_info->evtchn_upcall_pending);
>> -
>> -out:
>> + rmb(); /* Hypervisor can set upcall pending. */
>
> virt_rmb() perhaps then?
Yes, that's better.
Juergen
prev parent reply other threads:[~2019-11-29 5:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-28 8:45 Juergen Gross
2019-11-28 21:37 ` Boris Ostrovsky
2019-11-29 5:59 ` Jürgen Groß [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=6483de2d-963c-3b5e-150a-641e070e3d0e@suse.com \
--to=jgross@suse.com \
--cc=boris.ostrovsky@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/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
all inboxes | Powered by JetHome®