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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C5CF9C43334 for ; Sat, 11 Jun 2022 10:01:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229704AbiFKKBV (ORCPT ); Sat, 11 Jun 2022 06:01:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54028 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231370AbiFKJ6b (ORCPT ); Sat, 11 Jun 2022 05:58:31 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 734722CE26; Sat, 11 Jun 2022 02:58:30 -0700 (PDT) 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 1F943B80735; Sat, 11 Jun 2022 09:58:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 688B0C34116; Sat, 11 Jun 2022 09:58:27 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="gXWVNKP7" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1654941506; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XE9MBbqS+h3xN0ixzva9wwx1qzz8nH5/3DdGftVBwA0=; b=gXWVNKP7/GU1uwVANTXcllYD86W5e7LZGlPyme5gqPcU8RQyzpIuWIZ9ErbuBeQ+rsh0y8 2kje/2e5ZhuBpdf1uRu5mBibtpYHwr3LN2szLrYtHYy7hfwu6EyaC4np34HmchIRsFzHR+ NjaC79VPbA3GnAFUaTlTiL/cf5iUb3g= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id b60a435e (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sat, 11 Jun 2022 09:58:25 +0000 (UTC) Date: Sat, 11 Jun 2022 11:58:23 +0200 From: "Jason A. Donenfeld" To: Christophe Leroy Cc: "linuxppc-dev@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" 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 Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Christophe, On Sat, Jun 11, 2022 at 09:27:43AM +0000, Christophe Leroy wrote: > Le 11/06/2022 à 11:22, Jason A. Donenfeld a écrit : > > Hi Christophe, > > > > On Sat, Jun 11, 2022 at 11:17:23AM +0200, Christophe Leroy wrote: > >> Also, you copied stable. Should you add a Fixes: tag so that we know > >> what it fixes ? > > > > I suppose the fixes tag would be whatever introduced those files in the > > first place, so not all together useful. But if you want something, feel > > free to append these when applying the commit: > > > > Fixes: a4da0d50b2a0 ("powerpc: Implement arch_get_random_long/int() for powernv") > > Fixes: a489043f4626 ("powerpc/pseries: Implement arch_get_random_long() based on H_RANDOM") > > Fixes: c25769fddaec ("powerpc/microwatt: Add support for hardware random number generator") > > > > Well it helps knowing on which stable version it applies. > > Maybe it would be cleaner to send three patches ? After all they look Sounds like irritating paperwork to me. > like 3 independant changes with nothing in common at all. "Nothing in common"? I don't know about that. Anyway, sure, I'll do that and send a v2 series. Jason