From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 386F911CAF for ; Sat, 16 Mar 2024 09:21:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710580893; cv=none; b=ZCps/T/ySrz7AhcDrmZBI7NTPgXRaIWq5HWviwvxyopK/sTT6rzIQoSjO6ZlwExvSoHMWd2DiXRd/UNsU0835N+lT/Yd9o9ZU4nZ6IkGpQJiXuZ31ozs8qUIrxHkCczBjYztdeV7n5PmYfcDZjihwrVhFHTLvJ4Qx8bzds8SEOs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710580893; c=relaxed/simple; bh=sLTVRNOzwPMihHikmp56U0+IVf8o7om+cHLEk8iqVvA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LmWFeKT61WcH86coVjYXTuoJqeJUIXEkJj6HzOodd+IfiC1FsRV2ILHO8d6BnQ/1UhtgVNGBA3OPJ4A8UpfgD7u4Wy9zK2rs1zhr6D5Tr9rQLcJDwDBkuonW0kd1yFEKqMcwmWtKP8/QycEKBd3UWZ44kGafsTjUXU8cRDl1g+8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=b7kFF8po; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="b7kFF8po" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7814CC433C7; Sat, 16 Mar 2024 09:21:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1710580892; bh=sLTVRNOzwPMihHikmp56U0+IVf8o7om+cHLEk8iqVvA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=b7kFF8poLFXjhk3dcsohnXh0WLCjWuj3zxlPIw52430AHZ1+3CgtQh0//5mE7rRtR HezbYnUUJnorqlu7/eswqV7KT+qtsWEO6xj3AyRGIzBEThSB25FCJwEMHsyue+zhzt N6pE4Rpx9vhE2eCpMH7mtCjdTt3lJ64IwDbuci6rXCaat6I2SaUuqR2/WbSnzlaiSa iumHJzUuEa6Ern3yxaJmTY7F5SBtRdIafHkP4tmsU+AI1WdpRD2QvEs7VZVfU2qPOk Dr6mY9bJZX8XdPl6tc8dUxQI7lr89APDyDc8GCCybrn5on7Ml9WUg/OZ6Wyuncd0wU SMauOIwJIUglw== Date: Sat, 16 Mar 2024 05:21:30 -0400 From: Sasha Levin To: Lin Gui =?utf-8?B?KOahguaelyk=?= Cc: "stable@vger.kernel.org" , Yongdong Zhang =?utf-8?B?KOW8oOawuOS4nCk=?= , Bo Ye =?utf-8?B?KOWPtuazoik=?= , Qilin Tan =?utf-8?B?KOiwrem6kum6nyk=?= Subject: Re: backport a patch for Linux kernel-5.10 and 6.6 stable tree Message-ID: References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Sat, Mar 16, 2024 at 08:16:30AM +0000, Lin Gui (桂林) wrote: >Hi reviewers, > >I suggest to backport a commit to Linux kernel-5.10 and 6.6 stable tree. > >  https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/mmc/core/mmc.c?h=v6.8&id=e4df56ad0bf3506c5189abb9be83f3bea05a4c4f Why? What bug does this fix? -- Thanks, Sasha