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=-5.8 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 D25B0C433E0 for ; Mon, 1 Mar 2021 11:16:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9A4A764DF1 for ; Mon, 1 Mar 2021 11:16:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231983AbhCALQb (ORCPT ); Mon, 1 Mar 2021 06:16:31 -0500 Received: from mail.kernel.org ([198.145.29.99]:49450 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231907AbhCALQ3 (ORCPT ); Mon, 1 Mar 2021 06:16:29 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1E0ED64DE0; Mon, 1 Mar 2021 11:15:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1614597346; bh=rXWIApSn5fbyIydO0ULdQv+Nv75ZOvn/s5uDXS/exJs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lmddRJD8KRd3nqRLxJVyZENJpYc9iyNYHGJUn+m0RMv0dtBIwzuLJieQW8H0CZYn5 0IjAiSERWfFjSlclu4QzuzFZUzlE2YeEJubl1iaIneaKD683hi8UZcJoMoLzg/t88c 9ZHdnrS/S76guk4PTFMxlgD0Q+UKI7GT6XoKOrV4= Date: Mon, 1 Mar 2021 12:15:43 +0100 From: gregkh To: Arnd Bergmann Cc: Claudiu Beznea , Arnd Bergmann , Nicolas Ferre , "# 3.4.x" Subject: Re: FAILED: patch "[PATCH] drivers: soc: atmel: add null entry at the end of" failed to apply to 5.4-stable tree Message-ID: References: <1614594762206238@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Mar 01, 2021 at 11:52:17AM +0100, Arnd Bergmann wrote: > On Mon, Mar 1, 2021 at 11:32 AM wrote: > > > > > > The patch below does not apply to the 5.4-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to . > > > Fixes: caab13b49604 ("drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs") > > Cc: stable@vger.kernel.org #4.12+ > > Hi Greg, > > Did you add a backport of the caab13b49604 patch to 5.4 and earlier? Yes, it is in the following releases: 4.14.219 4.19.173 5.4.95 5.10.13 5.11 > Without that patch, this one will not apply, but if you did apply caab13b49604, > we need this one as well, and should do a backport. Agreed, that's why I asked for one :) thanks, greg k-h