Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1022287yba; Thu, 4 Apr 2019 02:37:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqz7oNbp2TUy8OYfAKveHWmyTTzKiIXdZU5n1nPU+zuARKLnYCcumkKZ7g5RCZmm9C/OPmL9 X-Received: by 2002:a17:902:a9c7:: with SMTP id b7mr5088182plr.145.1554370676115; Thu, 04 Apr 2019 02:37:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554370676; cv=none; d=google.com; s=arc-20160816; b=zFg0vzz+Sj6nxVpIXE54LNzL7jEYqyEL8SNlppYqJrZ/r8S/IfQIP8YVlow2E2BKLE x8i4HlyMivtODJGFkOYJQIx2XWkkJtqHf1Yon8MIFvHioFumBTghSLtw/KAz+m5guhJu AT3IPq/OSxpf2e/c5f16aii0RmBFaG85T965VYh24Emw6N52isRM3zto8gpxbAwtw7Nh w1iM+ZHaQgMNe1vLEYrWxQ1X8Y2r2x4ToA6RdroJBnQxuR6TVc+kwkDw5S+EgqSlfmGS /7KUMQMDbUKw2QyPnCM4uDLg2yQPOgj2mmYsNBrAYB83eRirO7SAI0H9JdBOpWRhL2VW C/SQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=MeYSb4vGuSedS+42Hd/Q2raf6QFMauTp9lxijg3umCU=; b=lxyVzc/FYFztdjVP3WdjuEkrqzNm7Wj2j0o3refQUK2sZnJy9fLCZQX4jgo/S902qP 3yMKlHNBr00mDLXPDnOCTg9g9bZ108/PwwqxvsqVDfIAukzbsGatbp/86yUA7foHtDv4 V+AX3xAJktgqlNgfF9WKM8FC+hCdox9MMXCO5l5ZqeYCqgJZ03+SOE0KPxhYDyHF2gcW 8Z6xOQJNDArpQg5uRwYEG4w1wHQy9mCqSmR2ajVy4MGt4mND7Pdp/XM2ywOGVmVCUWa2 V3ctQir7jAchKiG8giVC6zWbIITDHrjJvFQw5JyNeTiGjzuPN6ATlhgDigbHLxatSMg7 fUdA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=wZnL7gqs; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p10si15938942plq.152.2019.04.04.02.37.40; Thu, 04 Apr 2019 02:37:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=wZnL7gqs; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732225AbfDDJF6 (ORCPT + 99 others); Thu, 4 Apr 2019 05:05:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:44212 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732214AbfDDJFy (ORCPT ); Thu, 4 Apr 2019 05:05:54 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1536B218FE; Thu, 4 Apr 2019 09:05:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554368753; bh=L49o3hclFvv50xNi3jYjteg1AKeKQkUKXwsknJ+OoX4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=wZnL7gqsCHzEuClaIBdpMGxM8qXLiuqiq25UrqXpmLqdf9ijGdjG8fZy9/3iCCZL6 cgRQWyT04mGEtQ97pfcz4tAEq6Us6AcLN7YB5AFgKN4cjHIj3mEtJsaEuaOMdxV11x svSm+lRyFVZu6459QCG0ZQwuhFfePS0JIdHRHRvQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, David Tolnay , Herbert Xu , Sasha Levin Subject: [PATCH 4.19 157/187] hwrng: virtio - Avoid repeated init of completion Date: Thu, 4 Apr 2019 10:48:14 +0200 Message-Id: <20190404084610.511209889@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190404084603.119654039@linuxfoundation.org> References: <20190404084603.119654039@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.19-stable review patch. If anyone has any objections, please let me know. ------------------ [ Upstream commit aef027db48da56b6f25d0e54c07c8401ada6ce21 ] The virtio-rng driver uses a completion called have_data to wait for a virtio read to be fulfilled by the hypervisor. The completion is reset before placing a buffer on the virtio queue and completed by the virtio callback once data has been written into the buffer. Prior to this commit, the driver called init_completion on this completion both during probe as well as when registering virtio buffers as part of a hwrng read operation. The second of these init_completion calls should instead be reinit_completion because the have_data completion has already been inited by probe. As described in Documentation/scheduler/completion.txt, "Calling init_completion() twice on the same completion object is most likely a bug". This bug was present in the initial implementation of virtio-rng in f7f510ec1957 ("virtio: An entropy device, as suggested by hpa"). Back then the have_data completion was a single static completion rather than a member of one of potentially multiple virtrng_info structs as implemented later by 08e53fbdb85c ("virtio-rng: support multiple virtio-rng devices"). The original driver incorrectly used init_completion rather than INIT_COMPLETION to reset have_data during read. Tested by running `head -c48 /dev/random | hexdump` within crosvm, the Chrome OS virtual machine monitor, and confirming that the virtio-rng driver successfully produces random bytes from the host. Signed-off-by: David Tolnay Tested-by: David Tolnay Signed-off-by: Herbert Xu Signed-off-by: Sasha Levin --- drivers/char/hw_random/virtio-rng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/hw_random/virtio-rng.c b/drivers/char/hw_random/virtio-rng.c index b89df66ea1ae..7abd604e938c 100644 --- a/drivers/char/hw_random/virtio-rng.c +++ b/drivers/char/hw_random/virtio-rng.c @@ -73,7 +73,7 @@ static int virtio_read(struct hwrng *rng, void *buf, size_t size, bool wait) if (!vi->busy) { vi->busy = true; - init_completion(&vi->have_data); + reinit_completion(&vi->have_data); register_buffer(vi, buf, size); } -- 2.19.1