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 29014C433F5 for ; Mon, 11 Apr 2022 13:31:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346491AbiDKNdP (ORCPT ); Mon, 11 Apr 2022 09:33:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48542 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344372AbiDKNdO (ORCPT ); Mon, 11 Apr 2022 09:33:14 -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 B28E93BA6E for ; Mon, 11 Apr 2022 06:31:00 -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 44D78B815F0 for ; Mon, 11 Apr 2022 13:30:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 932EEC385A4; Mon, 11 Apr 2022 13:30:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1649683857; bh=YsDIhHGPHCoL2JOhHnSuc8fSiLZmnoS5PXBgNaHYYKY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UZHDXJ8cHL0mN8IbSphozNGH+9Ibkpcn5AzaZMT7/JgXhq75g3qGl7sIRX+TCOT1W uFqk5vkCBanKg0YmtkOkcSztvD5c4TyZySrPZ4iNhwLIz2oxM8d5Cm2W4hGtbzH4tO Mw4xiPwify4FBqD0mOd1nNmRQLk9JALR5POBWY4g= Date: Mon, 11 Apr 2022 15:30:55 +0200 From: Greg KH To: Yann Gautier Cc: ulf.hansson@linaro.org, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] mmc: mmci: stm32: correctly check all elements of sg list" failed to apply to 5.4-stable tree Message-ID: References: <164966239220895@kroah.com> <284fae86-d1a2-d4d1-6662-b52cae8aeaf3@foss.st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <284fae86-d1a2-d4d1-6662-b52cae8aeaf3@foss.st.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Apr 11, 2022 at 10:30:47AM +0200, Yann Gautier wrote: > On 4/11/22 09:33, gregkh@linuxfoundation.org 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 . > > > > thanks, > > > > greg k-h > > Hi Greg, > > The patch doesn't apply because the following one is not there: > 127e6e98ca9b mmc: mmci_sdmmc: Replace sg_dma_xxx macros > > Maybe it should have been a fix patch too. that works, thanks! greg k-h