public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/6] mmc: block: Fixes for CQE error recovery recovery
@ 2023-11-03  8:47 Adrian Hunter
  2023-11-03  8:47 ` [PATCH V2 1/6] mmc: block: Do not lose cache flush during CQE error recovery Adrian Hunter
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: Adrian Hunter @ 2023-11-03  8:47 UTC (permalink / raw)
  To: Ulf Hansson, Kornel Dulęba, Radoslaw Biernacki,
	Gwendal Grignou, Asutosh Das
  Cc: Chaotian Jing, Bhavya Kapoor, Kamal Dasu, Al Cooper, Haibo Chen,
	Shaik Sajida Bhanu, Sai Krishna Potthuri, Victor Shih, Ben Chuang,
	Thierry Reding, Aniruddha Tvs Rao, Chun-Hung Wu, linux-mmc,
	linux-kernel

Hi

Some issues have been found with CQE error recovery.  Here are some fixes.

As of V2, the alternative implementation for the patch from Kornel Dulęba:

	https://lore.kernel.org/linux-mmc/e7c12e07-7540-47ea-8891-2cec73d58df1@intel.com/T/#u

is now included, see patch 6 "mmc: cqhci: Fix task clearing in CQE error
recovery")
	
Please also note ->post_disable() seems to be missing from
cqhci_recovery_start().  It would be good if ->post_disable()
users could check if this needs attention.


Changes in V2:

      mmc: cqhci: Fix task clearing in CQE error recovery
            New patch

      mmc: cqhci: Warn of halt or task clear failure
            Add fixes and stable tags


Adrian Hunter (6):
      mmc: block: Do not lose cache flush during CQE error recovery
      mmc: cqhci: Increase recovery halt timeout
      mmc: block: Be sure to wait while busy in CQE error recovery
      mmc: block: Retry commands in CQE error recovery
      mmc: cqhci: Warn of halt or task clear failure
      mmc: cqhci: Fix task clearing in CQE error recovery

 drivers/mmc/core/block.c      |  2 ++
 drivers/mmc/core/core.c       |  9 +++++++--
 drivers/mmc/host/cqhci-core.c | 44 +++++++++++++++++++++----------------------
 3 files changed, 31 insertions(+), 24 deletions(-)


Regards
Adrian

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-11-15 15:53 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-03  8:47 [PATCH V2 0/6] mmc: block: Fixes for CQE error recovery recovery Adrian Hunter
2023-11-03  8:47 ` [PATCH V2 1/6] mmc: block: Do not lose cache flush during CQE error recovery Adrian Hunter
2023-11-03 10:18   ` Avri Altman
2023-11-03  8:47 ` [PATCH V2 2/6] mmc: cqhci: Increase recovery halt timeout Adrian Hunter
2023-11-03 10:37   ` Avri Altman
2023-11-06  6:57     ` Adrian Hunter
2023-11-03  8:47 ` [PATCH V2 3/6] mmc: block: Be sure to wait while busy in CQE error recovery Adrian Hunter
2023-11-03 10:48   ` Avri Altman
2023-11-06  6:35     ` Adrian Hunter
2023-11-06  7:35   ` Avri Altman
2023-11-09  9:47   ` Christian Loehle
2023-11-03  8:47 ` [PATCH V2 4/6] mmc: block: Retry commands " Adrian Hunter
2023-11-06  7:37   ` Avri Altman
2023-11-03  8:47 ` [PATCH V2 5/6] mmc: cqhci: Warn of halt or task clear failure Adrian Hunter
2023-11-03 11:58   ` Avri Altman
2023-11-06  7:38   ` Avri Altman
2023-11-03  8:47 ` [PATCH V2 6/6] mmc: cqhci: Fix task clearing in CQE error recovery Adrian Hunter
2023-11-09  9:23   ` Avri Altman
2023-11-03 10:10 ` [PATCH V2 0/6] mmc: block: Fixes for CQE error recovery recovery Avri Altman
2023-11-06  6:38   ` Adrian Hunter
2023-11-15 15:51 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox