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 0F7EAC7EE33 for ; Thu, 1 Jun 2023 09:46:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232976AbjFAJqN (ORCPT ); Thu, 1 Jun 2023 05:46:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60226 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233013AbjFAJqF (ORCPT ); Thu, 1 Jun 2023 05:46:05 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BFC35194 for ; Thu, 1 Jun 2023 02:46:01 -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 5D7D064295 for ; Thu, 1 Jun 2023 09:46:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6EEDCC433EF; Thu, 1 Jun 2023 09:46:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685612760; bh=GqUnU61goddZLVXOeLWO6BCrExYfV+LIxnXn5jOQ7eI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZO5e3/+LJaXbQAofrf4WGHlezj3gcsgbGYKPUgWYei2nh9AV7vq8M1cvVWjfgzkiu 1pIBlORCIOOy2iViiaeTfgFYltT1Gx9Kt1hQcF+UTDB2fMQFaawCkTNDzg4NoWg5UX P1y1jallUYe6zLWGbQUMl/+NU82lFai0eIpSqhf8= Date: Thu, 1 Jun 2023 10:45:58 +0100 From: "gregkh@linuxfoundation.org" To: Christian Loehle Cc: "stable@vger.kernel.org" , Adrian Hunter , Ulf Hansson Subject: Re: [PATCH] mmc: block: ensure error propagation for non-blk Message-ID: <2023060116-trial-excusably-0006@gregkh> References: <30da2b2257ee48d3808d6ae5f1972b9e@hyperstone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <30da2b2257ee48d3808d6ae5f1972b9e@hyperstone.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, May 30, 2023 at 07:58:01AM +0000, Christian Loehle wrote: > commit 003fb0a51162d940f25fc35e70b0996a12c9e08a upstream. You sent this, and the other commit, in html format, which made it impossible to apply (and the mailing lists rejected your change as well.) Please fix up your email client and resend in non-html format and I will be glad to queue this up. thanks, greg k-h