From: David Gibson <david@gibson.dropbear.id.au>
To: Greg Kurz <gkurz@linux.vnet.ibm.com>
Cc: Thomas Huth <thuth@redhat.com>, Cedric Le Goater <clg@fr.ibm.com>,
qemu-ppc@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] spapr_rng: fix race with main loop
Date: Tue, 15 Mar 2016 11:30:39 +1100 [thread overview]
Message-ID: <20160315003039.GD15272@voom.fritz.box> (raw)
In-Reply-To: <20160311184514.2768.97728.stgit@bahia.huguette.org>
[-- Attachment #1: Type: text/plain, Size: 1349 bytes --]
On Fri, Mar 11, 2016 at 07:48:47PM +0100, Greg Kurz wrote:
> Since commit "60253ed1e6ec rng: add request queue support to rng-random",
> the use of a spapr_rng device may hang vCPU threads.
>
> The following path is taken without holding the lock to the main loop mutex:
>
> h_random()
> rng_backend_request_entropy()
> rng_random_request_entropy()
> qemu_set_fd_handler()
>
> The consequence is that entropy_available() may be called before the vCPU
> thread could even queue the request: depending on the scheduling, it may
> happen that entropy_available() does not call random_recv()->qemu_sem_post().
> The vCPU thread will then sleep forever in h_random()->qemu_sem_wait().
>
> This could not happen before 60253ed1e6ec because entropy_available() used
> to call random_recv() unconditionally.
>
> This patch ensures the lock is held to avoid the race.
>
> Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com>
Applied to ppc-for-2.6
> ---
>
> Thomas,
>
> This is the problem mentioned by Cedric in:
>
> https://lists.nongnu.org/archive/html/qemu-devel/2016-03/msg02526.html
>
> Cheers.
>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2016-03-15 0:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-11 18:48 [Qemu-devel] [PATCH] spapr_rng: fix race with main loop Greg Kurz
2016-03-14 10:03 ` Cédric Le Goater
2016-03-14 10:51 ` Thomas Huth
2016-03-15 0:30 ` David Gibson [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=20160315003039.GD15272@voom.fritz.box \
--to=david@gibson.dropbear.id.au \
--cc=clg@fr.ibm.com \
--cc=gkurz@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=thuth@redhat.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).