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 69D74C433F5 for ; Fri, 18 Feb 2022 11:48:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232758AbiBRLsS (ORCPT ); Fri, 18 Feb 2022 06:48:18 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:37142 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232068AbiBRLsR (ORCPT ); Fri, 18 Feb 2022 06:48:17 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72D6262F2 for ; Fri, 18 Feb 2022 03:48:01 -0800 (PST) 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 0FC6F61F4F for ; Fri, 18 Feb 2022 11:48:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16B82C340E9; Fri, 18 Feb 2022 11:47:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1645184880; bh=APCFiJ/v6N5Xirn97oQk1HPQFoxt4DNKKk3XDOakULk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pZgum2DVVCo+veKVo9ggTF3U1vqoJ8ML9IYGwwcyLO8smpROQvd8/xW2uF06by8DX Brt207iALmhIPAemnCEqe320UR9+gZMMnM5RO31gqmC72XuCjZWG5rW5IKCojRskqu 6edUqeEMQOZLtyk29U8IKONhD+Z4fElDrRgiQDP0= Date: Fri, 18 Feb 2022 12:47:57 +0100 From: Greg Kroah-Hartman To: Christian =?iso-8859-1?Q?L=F6hle?= Cc: Adrian Hunter , "stable@vger.kernel.org" Subject: Re: [PATCH] mmc: block: fix read single on recovery logic Message-ID: References: <16451252511822@kroah.com> <03b3664476424756867d9dd76f984002@hyperstone.com> <916c2090-5b39-e9e8-190e-d0f8a77adfa3@intel.com> <3da3bebe0cdf40cc83bcf0fa37960c7c@hyperstone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3da3bebe0cdf40cc83bcf0fa37960c7c@hyperstone.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Feb 18, 2022 at 11:05:21AM +0000, Christian Löhle wrote: > You're right, I did not get an email about 5.4, maybe it was caught up somewhere. > Greg, can you apply this to 5.4, too? Oops, forgot that one, now queued up. greg k-h