From patchwork Fri Jun 16 08:36:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kaiser X-Patchwork-Id: 13282215 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 424E3EB64D8 for ; Fri, 16 Jun 2023 08:38:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=dzrbTn83n/+mQkkbz5QRyQMVBBhjk51IpPQWBoYUius=; b=IAex7aO/hlMDcM mGi0cIEVN6gMhyDP9YNO0rtGqbp7NspQWO8wg/Jmlfvorx4PGAhoCWk0smNXV9ta2E18+55fqmc0i Um2wnGdlJTmBh4IT47kmO9GIJZmYAvXxcR9kWh8wO5vU3AOol/kx495pd9p1IBLZTNH1Mj4uCTmCA A1is1Yb9+Z05kz54RgiX+IJ2vBAETUz9BA2g570r0VQ3/p9pcffFbL4J6XWaWBlyIQlsuEeBer74b 4ucdVu2ClXqHWN/5l34jpto4V/xLZggAYLD7t7xEaE9f+jAiNqAda1xWiYb/OajXwbIY8p4an8UFn Ui2MqxTGrQAMVQHalc6w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qA4xl-00HI4k-0I; Fri, 16 Jun 2023 08:37:45 +0000 Received: from viti.kaiser.cx ([2a01:238:43fe:e600:cd0c:bd4a:7a3:8e9f]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qA4xg-00HI33-2s for linux-arm-kernel@lists.infradead.org; Fri, 16 Jun 2023 08:37:42 +0000 Received: from [167.98.155.120] (helo=martin-debian-2.paytec.ch) by viti.kaiser.cx with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1qA4xa-0000Wd-9R; Fri, 16 Jun 2023 10:37:34 +0200 From: Martin Kaiser To: Herbert Xu Cc: linux-crypto@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Martin Kaiser Subject: [PATCH 0/2] hwrng: st - fix potential race condition Date: Fri, 16 Jun 2023 09:36:16 +0100 Message-Id: <20230616083618.1320824-1-martin@kaiser.cx> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230616_013741_097781_6B74D746 X-CRM114-Status: UNSURE ( 8.42 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Fix a potential race condition in the st-rng driver. There's a short timeframe where the driver is still registered but its peripheral clock is disabled. Add support for compile-testing the driver. I do not have any hardware that supports st-rng. Martin Kaiser (2): hwrng: st - support compile-testing hwrng: st - keep clock enabled while hwrng is registered drivers/char/hw_random/Kconfig | 2 +- drivers/char/hw_random/st-rng.c | 18 +----------------- 2 files changed, 2 insertions(+), 18 deletions(-)