Linux CXL
 help / color / mirror / Atom feed
* [PATCH 0/3] cxl/region: Cache management and region decode reset fixes
@ 2023-06-17  1:24 Dan Williams
  2023-06-17  1:24 ` [PATCH 1/3] cxl/region: Move cache invalidation before region teardown, and before setup Dan Williams
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Dan Williams @ 2023-06-17  1:24 UTC (permalink / raw)
  To: linux-cxl; +Cc: Jonathan Cameron, Vikram Sethi

A recent conversation [1] highlighted the fact that the current location of
cache management could cause problems for reconfiguring persistent
memory devices, or accelerators in the future.

As that touches paths near cxl_region_decode_reset() it reminded me of a
pending bug in that area around handling reset failures [2]. Further details
in the patches.

[1]: http://lore.kernel.org/r/BYAPR12MB33364B5EB908BF7239BB996BBD53A@BYAPR12MB3336.namprd12.prod.outlook.com
[2]: http://lore.kernel.org/r/20230316171441.0000205b@Huawei.com

---

Dan Williams (3):
      cxl/region: Move cache invalidation before region teardown, and before setup
      cxl/region: Flag partially torn down regions as unusable
      cxl/region: Fix state transitions after reset failure


 drivers/cxl/core/region.c |  102 ++++++++++++++++++++++++++++-----------------
 drivers/cxl/cxl.h         |   16 ++++---
 2 files changed, 72 insertions(+), 46 deletions(-)

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

end of thread, other threads:[~2023-06-25 20:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-17  1:24 [PATCH 0/3] cxl/region: Cache management and region decode reset fixes Dan Williams
2023-06-17  1:24 ` [PATCH 1/3] cxl/region: Move cache invalidation before region teardown, and before setup Dan Williams
2023-06-21  0:00   ` Dave Jiang
2023-06-22  9:00   ` Jonathan Cameron
2023-06-17  1:24 ` [PATCH 2/3] cxl/region: Flag partially torn down regions as unusable Dan Williams
2023-06-21  0:04   ` Dave Jiang
2023-06-22  9:14   ` Jonathan Cameron
2023-06-17  1:24 ` [PATCH 3/3] cxl/region: Fix state transitions after reset failure Dan Williams
2023-06-21  0:06   ` Dave Jiang
2023-06-22  9:18   ` Jonathan Cameron
2023-06-25 20:42     ` Dan Williams

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