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 7D852C7EE29 for ; Tue, 6 Jun 2023 13:05:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237327AbjFFNFT (ORCPT ); Tue, 6 Jun 2023 09:05:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34110 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238040AbjFFNFQ (ORCPT ); Tue, 6 Jun 2023 09:05:16 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D29F1E5D for ; Tue, 6 Jun 2023 06:05:14 -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 6FBBE632AC for ; Tue, 6 Jun 2023 13:05:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 79F8AC433EF; Tue, 6 Jun 2023 13:05:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1686056713; bh=i7FoRBn4ZJhGlfg32duIdlA6fXBJvki6uZ08CPdeo6k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fl+md/PWxYElJlZRJCE3p3ocO9gDMwGZXrwlv9FvcdPZBVEeJaQuQmWyWfY+vJ9dr qbcjLByStEav2OdrYfQjCxNdWhnwdS8EljsYv++3ANaYOQ9USkeeHFgLwo1s2qrJNY deZrsvGK+nj2WNlTmtieB0TH/ij8gB36mVxJtwb8= Date: Tue, 6 Jun 2023 15:05:11 +0200 From: "gregkh@linuxfoundation.org" To: Christian Loehle Cc: "stable@vger.kernel.org" Subject: Re: [PATCH] mmc: block: ensure error propagation for non-blk Message-ID: <2023060625-unworthy-twice-1483@gregkh> References: <2023060547-wildfowl-courier-9373@gregkh> <81262621f64e41a1ae417a64f47ee3fa@hyperstone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <81262621f64e41a1ae417a64f47ee3fa@hyperstone.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Jun 06, 2023 at 12:58:39PM +0000, Christian Loehle wrote: > Hey Greg, > The fix should be applied to all stable trees. > I backported one that works for > 4.14 > 4.19 > 5.4 > 5.10 > And one for > 5.15 How can I know which from which? Please give me us a hint somehow to know this... Can you resend these, with that hint either in the subject line (i.e. [PATCH 5.15]), or below the --- line. thanks, greg k-h