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 C0824C32771 for ; Fri, 19 Aug 2022 11:07:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348608AbiHSLHh (ORCPT ); Fri, 19 Aug 2022 07:07:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48708 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348516AbiHSLHU (ORCPT ); Fri, 19 Aug 2022 07:07:20 -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 8F5F2FBA5A for ; Fri, 19 Aug 2022 04:07:18 -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 4872BB82751 for ; Fri, 19 Aug 2022 11:07:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5A19CC433D6; Fri, 19 Aug 2022 11:07:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660907235; bh=JPvnrUaQleYG9fRiIClWCkl3WYvHdIiARyVnVZJi1Lc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wurFzNTj5Vap5hppYQ2Ij9Ax+y8OnAYSx4a/ASuQViWHYhX7MZidZyx+qEZpY265Q uL6MvsJTHRYBoCXkO2ZAzNElIC2dDrdgIxHOJuPVH5jcxiad0GBhQc9Q8aVXAwHNr3 001ETPPGl5XiIsa1PE9hd3GISxITcwZN08gMDDpU= Date: Fri, 19 Aug 2022 13:07:08 +0200 From: Greg KH To: Michael Bestas Cc: hsinyi@chromium.org, rppt@linux.ibm.com, stable@vger.kernel.org, swboyd@chromium.org, will@kernel.org Subject: Re: [PATCH] arm64: map FDT as RW for early_init_dt_scan() Message-ID: References: <20220809181753.2556152-1-mkbestas@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220809181753.2556152-1-mkbestas@gmail.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 09, 2022 at 09:17:53PM +0300, Michael Bestas wrote: > On Tue, 9 Aug 2022 19:12:54 +0200 > Greg KH wrote: > > > What about 4.14.y and newer? > > > > thanks, > > > > greg k-h > > This patch should be required on all stable kernels that got commit > "fdt: add support for rng-seed", however I have not tested it. > > A similar backport exists in android 4.19 kernel: > https://android-review.googlesource.com/c/kernel/common/+/1238592 Great, please submit it so that we can include it. Also for 4.14.y. I can't take a patch for an older kernel tree without the same commit being in a newer one, otherwise people would have regressions when upgrading. thanks, greg k-h