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 8B7CEECAAD1 for ; Thu, 1 Sep 2022 12:07:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232636AbiIAMH3 (ORCPT ); Thu, 1 Sep 2022 08:07:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229813AbiIAMH2 (ORCPT ); Thu, 1 Sep 2022 08:07:28 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 050C6BD4CC for ; Thu, 1 Sep 2022 05:07:27 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 8D2FE61E34 for ; Thu, 1 Sep 2022 12:07:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 91D8AC433C1; Thu, 1 Sep 2022 12:07:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662034045; bh=3ixXHL8AA/tHayZZUX9CyzOBaXPCNj35YbsALTz3/C4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iwtkF90KK4YiAbH7iLea18fNz8oBAASHPQnf8yXMJXGIWhPwddLiM+Nt+SeKY+66b ke+CZApf8yBR84xNVcml4fmJD5ORZ1cBklJTv5kIFSGF5BE+uRx8YtCNdgv+5sxste E/5xftEp8Ngt12ZVGAFTleLz7I/GBbSY5KL0f6eE= Date: Thu, 1 Sep 2022 14:07:23 +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: <20220901105727.606047-1-mkbestas@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220901105727.606047-1-mkbestas@gmail.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Sep 01, 2022 at 01:57:27PM +0300, Michael Bestas wrote: > On Thu, 1 Sep 2022 11:57:55 +0200 > Greg KH wrote: > > > Both now queued up, thanks. > > > > greg k-h > > Could you also queue the 4.9 patch or I need to send it again? > https://lore.kernel.org/all/20220809145624.1819905-1-mkbestas@gmail.com/ Ah, thanks for pointing that out, it was long-gone from my queue. Now added. greg k-h