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 X-Spam-Level: X-Spam-Status: No, score=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E51EAC433B4 for ; Mon, 17 May 2021 11:36:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B81B4610CB for ; Mon, 17 May 2021 11:36:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236774AbhEQLiD (ORCPT ); Mon, 17 May 2021 07:38:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:38882 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236689AbhEQLiC (ORCPT ); Mon, 17 May 2021 07:38:02 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D1A2C6105A; Mon, 17 May 2021 11:36:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621251406; bh=jBBC2lYE+Ko5wTWydi62ipgYkpdt1uB8K+AzeNp9n9s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cV9JMd9XlXoXqwYMd5M3uFAJ9J2mNh/wRTl7pfGZYX/2KxrBXmx99wfbVsTkA5uTz p++uO9YVmlk8P8Tq25PmaObuEEOBsQ50M6fiBiwV3AHk/1pAucYvBK/xSeiYCdGNKE L6krwByXaTS4grmMb7vOtjaPrt7qQPQSbRX3dUKc= Date: Mon, 17 May 2021 13:36:44 +0200 From: Greg Kroah-Hartman To: Florian Fainelli Cc: stable@vger.kernel.org, Jonathan Corbet , Russell King , Nicolas Pitre , Linus Walleij , Ard Biesheuvel , Mike Rapoport , Andrew Morton , Nick Desaulniers , Joe Perches , Max Filippov , Tian Tao , "open list:DOCUMENTATION" , open list , "moderated list:ARM PORT" , Sasha Levin Subject: Re: [PATCH stable 5.10 v2 0/4] ARM FDT relocation backports Message-ID: References: <20210510132111.1690943-1-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210510132111.1690943-1-f.fainelli@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, May 10, 2021 at 06:21:07AM -0700, Florian Fainelli wrote: > Hi Greg, Sasha, > > These patches were not marked with a Fixes: tag but they do fix booting > ARM 32-bit platforms that have specific FDT placement and would cause > boot failures like these: All now queued up, thanks! greg k-h