From mboxrd@z Thu Jan 1 00:00:00 1970 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 8C9CFC43334 for ; Sat, 11 Jun 2022 10:07:57 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4LKtn81rQsz3dx3 for ; Sat, 11 Jun 2022 20:07:56 +1000 (AEST) Authentication-Results: lists.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=ooU+ZbNO; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=2604:1380:4601:e00::1; helo=ams.source.kernel.org; envelope-from=srs0=qlft=ws=zx2c4.com=jason@kernel.org; receiver=) Authentication-Results: lists.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=ooU+ZbNO; dkim-atps=neutral Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4LKtlx0PFyz3dqs for ; Sat, 11 Jun 2022 20:06:53 +1000 (AEST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 54D40B8360F; Sat, 11 Jun 2022 10:06:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92371C34116; Sat, 11 Jun 2022 10:06:47 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="ooU+ZbNO" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1654942005; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=h4E1fp//jnKJu1hS8h2f00voZVd1N0DhSu9cKd6ZpkI=; b=ooU+ZbNOgZ4rEbYCnT19oQfd7LPlPhtL0SkJKZSfq3tJhrDwlUrxMCfd/1lO8UnD9OWDLR PdrcDd08bQFLggxVci5SHzXJV1xGkWlWaThImu+6KP/ot5SzMYaCOu5wIBUl+lH5+sEmRr uHmUhe9dh0iRi2zRTgInQ6KuLFkbuUA= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id e48741c0 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sat, 11 Jun 2022 10:06:45 +0000 (UTC) Date: Sat, 11 Jun 2022 12:06:44 +0200 From: "Jason A. Donenfeld" To: Christophe Leroy Subject: Re: [PATCH] powerpc/rng: wire up during setup_arch Message-ID: References: <20220611081114.449165-1-Jason@zx2c4.com> <956d2faa-4dae-fc75-2c03-387c77806f2b@csgroup.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "linuxppc-dev@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hey again, On Sat, Jun 11, 2022 at 11:58:23AM +0200, Jason A. Donenfeld wrote: > Anyway, sure, I'll do that and send a v2 series. This is now done here: https://lore.kernel.org/lkml/20220611100447.5066-1-Jason@zx2c4.com/ Jason