From: Li Ming <ming.li@zohomail.com>
To: dave@stgolabs.net, jonathan.cameron@huawei.com,
dave.jiang@intel.com, alison.schofield@intel.com,
vishal.l.verma@intel.com, ira.weiny@intel.com,
dan.j.williams@intel.com, shiju.jose@huawei.com
Cc: andriy.shevchenko@linux.intel.com, linux-cxl@vger.kernel.org,
linux-kernel@vger.kernel.org, Li Ming <ming.li@zohomail.com>
Subject: [PATCH v4 0/3] Fix wrong dpa checking in PPR operation
Date: Thu, 10 Jul 2025 14:56:44 +0800 [thread overview]
Message-ID: <20250710065647.98094-1-ming.li@zohomail.com> (raw)
In cxl_do_ppr(), there is a checking to check if a DPA is valid, the
implementation of the checking is check if the DPA is 0, if yes,
consider that DPA is valid. the checking is not right, the correct
implementation is checking if the DPA is in the CXL device DPA range, if
yes, it is valid.
The patchset also includes another part implementing a general helper
function cxl_resource_contains_addr() in cxl core so that cxl drivers
can use it for all DPA/HPA/SPA availability checking.
v4:
- Add cxl_ prefix to resource_contains_addr(). (Andy & Alison)
- Add impact statement to the commit log of Patch #2. (Alison)
- Add review tags.
v3:
- Move resource_contains_addr() from include/linux/ioport.h to
cxl/core/hdm.c. (Andy)
v2:
- Implement a general helper resource_contains_addr() for DPA/HPA
resource. (Alison)
base-commit: d0b3b7b22dfa1f4b515fd3a295b3fd958f9e81af cxl/fixes
Li Ming (3):
cxl/core: Introduce a new helper cxl_resource_contains_addr()
cxl/edac: Fix wrong dpa checking for PPR operation
cxl/core: Using cxl_resource_contains_addr() to check address
availability
drivers/cxl/core/core.h | 1 +
drivers/cxl/core/edac.c | 9 ++++++---
drivers/cxl/core/hdm.c | 7 +++++++
drivers/cxl/core/memdev.c | 2 +-
drivers/cxl/core/region.c | 6 +++---
5 files changed, 18 insertions(+), 7 deletions(-)
--
2.34.1
next reply other threads:[~2025-07-10 6:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-10 6:56 Li Ming [this message]
2025-07-10 6:56 ` [PATCH v4 1/3] cxl/core: Introduce a new helper cxl_resource_contains_addr() Li Ming
2025-07-10 9:16 ` Andy Shevchenko
2025-07-10 23:29 ` Dave Jiang
2025-07-10 6:56 ` [PATCH v4 2/3] cxl/edac: Fix wrong dpa checking for PPR operation Li Ming
2025-07-10 21:24 ` Alison Schofield
2025-07-10 6:56 ` [PATCH v4 3/3] cxl/core: Using cxl_resource_contains_addr() to check address availability Li Ming
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250710065647.98094-1-ming.li@zohomail.com \
--to=ming.li@zohomail.com \
--cc=alison.schofield@intel.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=dan.j.williams@intel.com \
--cc=dave.jiang@intel.com \
--cc=dave@stgolabs.net \
--cc=ira.weiny@intel.com \
--cc=jonathan.cameron@huawei.com \
--cc=linux-cxl@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=shiju.jose@huawei.com \
--cc=vishal.l.verma@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox