Message ID | 20221011204645.1160916-3-Jason@zx2c4.com |
---|---|
State | New |
Headers | show
Return-Path: <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=<UNKNOWN>) Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=zx2c4.com header.i=@zx2c4.com header.a=rsa-sha256 header.s=20210105 header.b=NrzWXDVE; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Mn7T910JRz23jX for <incoming@patchwork.ozlabs.org>; Wed, 12 Oct 2022 07:59:57 +1100 (AEDT) Received: from localhost ([::1]:60564 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>) id 1oiMLz-0005ft-0D for incoming@patchwork.ozlabs.org; Tue, 11 Oct 2022 16:59:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56552) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <SRS0=aME8=2M=zx2c4.com=Jason@kernel.org>) id 1oiM9i-0004Z3-4A; Tue, 11 Oct 2022 16:47:14 -0400 Received: from dfw.source.kernel.org ([139.178.84.217]:57984) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <SRS0=aME8=2M=zx2c4.com=Jason@kernel.org>) id 1oiM9e-0001Qo-Q3; Tue, 11 Oct 2022 16:47:13 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 44B53612D0; Tue, 11 Oct 2022 20:47:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 423EEC433D6; Tue, 11 Oct 2022 20:47:08 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="NrzWXDVE" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1665521227; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=49FxQV60TFmBCPm/S/dzlRLa4PG449vmaa8+eDrLBqM=; b=NrzWXDVEGF0osvwWfwXgoLPLyGoYU8tXHQyf/rywkkYhT8Ab18GkqN87c9+ZSd7BqV4rAC u7exINkO60VXfgnN6vmFrATXlINAin7YD/8pukXaMXa1Z727S9WATUOPEaO9HB3nTHDbm2 Ky01CZv9ETF5aqkjeWFOKGkPIe1OZkc= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 6cc055ad (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 11 Oct 2022 20:47:07 +0000 (UTC) From: "Jason A. Donenfeld" <Jason@zx2c4.com> To: peter.maydell@linaro.org, pbonzini@redhat.com, qemu-devel@nongnu.org Cc: "Jason A. Donenfeld" <Jason@zx2c4.com>, qemu-arm@nongnu.org Subject: [PATCH v2 2/8] arm: re-randomize rng-seed on reboot Date: Tue, 11 Oct 2022 14:46:39 -0600 Message-Id: <20221011204645.1160916-3-Jason@zx2c4.com> In-Reply-To: <20221011204645.1160916-1-Jason@zx2c4.com> References: <20221011204645.1160916-1-Jason@zx2c4.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.178.84.217; envelope-from=SRS0=aME8=2M=zx2c4.com=Jason@kernel.org; helo=dfw.source.kernel.org X-Spam_score_int: -67 X-Spam_score: -6.8 X-Spam_bar: ------ X-Spam_report: (-6.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <qemu-devel.nongnu.org> List-Unsubscribe: <https://lists.nongnu.org/mailman/options/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=unsubscribe> List-Archive: <https://lists.nongnu.org/archive/html/qemu-devel> List-Post: <mailto:qemu-devel@nongnu.org> List-Help: <mailto:qemu-devel-request@nongnu.org?subject=help> List-Subscribe: <https://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=subscribe> Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org> |
Series |
rerandomize RNG seeds on reboot and handle record&replay
|
expand
|
diff --git a/hw/arm/boot.c b/hw/arm/boot.c index ada2717f76..6a6f4c92c2 100644 --- a/hw/arm/boot.c +++ b/hw/arm/boot.c @@ -683,6 +683,7 @@ int arm_load_dtb(hwaddr addr, const struct arm_boot_info *binfo, * the DTB is copied again upon reset, even if addr points into RAM. */ rom_add_blob_fixed_as("dtb", fdt, size, addr, as); + qemu_register_reset(qemu_fdt_randomize_seeds, rom_ptr_for_as(as, addr, size)); g_free(fdt);
When the system reboots, the rng-seed that the FDT has should be re-randomized, so that the new boot gets a new seed. Since the FDT is in the ROM region at this point, we add a hook right after the ROM has been added, so that we have a pointer to that copy of the FDT. Cc: Peter Maydell <peter.maydell@linaro.org> Cc: qemu-arm@nongnu.org Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> --- hw/arm/boot.c | 1 + 1 file changed, 1 insertion(+)