Linux CXL
 help / color / mirror / Atom feed
From: Dan Williams <dan.j.williams@intel.com>
To: Ben Cheatham <Benjamin.Cheatham@amd.com>,
	<dan.j.williams@intel.com>, <dave@stogolabs.net>,
	<jonathan.cameron@huawei.com>, <dave.jiang@intel.com>,
	<alison.schofield@intel.com>, <vishal.l.verma@intel.com>,
	<ira.weiny@intel.com>, <rafael@kernel.org>, <lenb@kernel.org>,
	<james.morse@arm.com>, <tony.luck@intel.com>, <bp@alien8.de>
Cc: <linux-cxl@vger.kernel.org>, <linux-acpi@vger.kernel.org>,
	<benjamin.cheatham@amd.com>
Subject: RE: [PATCH v10 0/5] CXL, ACPI, APEI, EINJ: Update EINJ for CXL error types
Date: Wed, 17 Jan 2024 12:05:37 -0800	[thread overview]
Message-ID: <65a83311c3c7_3b8e29463@dwillia2-xfh.jf.intel.com.notmuch> (raw)
In-Reply-To: <20240117194501.298233-1-Benjamin.Cheatham@amd.com>

[ add ACPI APEI reviewers ]

Ben Cheatham wrote:
> v10 Changes:
> 	- Fixups in EINJ module initializtion (Dan)
> 	- Add include/linux/einj-cxl.h to MAINTAINERS under CXL subsystem
> 	  (Dan)
> 	- Replace usages of IS_ENABLED(CONFIG_CXL_EINJ) with new
> 	  einj_is_initialized() function in cxl/core/port.c (Dan)
> 	- Fix typo in EINJ documentation (Dan)
> 
> v9 Changes:
> 	- Remove wrapper __init function in EINJ module and use a platform
> 	  driver instead (Dan & Jonathan)
> 	- Move cxl/einj.h to include/linux/einj-cxl.h (Dan)
> 		- Rework header file to remove cxl_einj_* functions (Dan)
> 	- Add IS_ENABLED() guards around EINJ debugfs functionality in
> 	  cxl/core/port.c (Dan)
> 	- Rework cxl/Kconfig to be more concise (Dan)
> 	- Small fixups to cxl-debugfs documentation (Dan)
> 	- Add check to not add einj files to CXL 2.0+ dports that aren't
> 	  represented by a pci_dev
> 	- Bump version number in debugfs-cxl documentation
> 
> The new CXL error types will use the Memory Address field in the
> SET_ERROR_TYPE_WITH_ADDRESS structure in order to target a CXL 1.1
> compliant memory-mapped downstream port. The value of the memory address
> will be in the port's MMIO range, and it will not represent physical
> (normal or persistent) memory.
> 
> Add the functionality for injecting CXL 1.1 errors to the EINJ module,
> but not through the EINJ legacy interface under /sys/kernel/debug/apei/einj.
> Instead, make the error types available under /sys/kernel/debug/cxl.
> This allows for validating the MMIO address for a CXL 1.1 error type
> while also not making the user responsible for finding it.
> 
> Ben Cheatham (5):
>   cxl, ACPI, APEI, EINJ: Add CXL_EINJ Kconfig option
>   ACPI: Add CXL protocol error defines
>   EINJ: Migrate to a platform driver
>   cxl/core, EINJ: Add EINJ CXL debugfs files and EINJ helper functions
>   EINJ, Documentation: Update EINJ kernel doc
> 
>  Documentation/ABI/testing/debugfs-cxl         |  22 ++
>  .../firmware-guide/acpi/apei/einj.rst         |  19 ++
>  MAINTAINERS                                   |   1 +
>  drivers/acpi/apei/einj.c                      | 194 ++++++++++++++++--
>  drivers/cxl/Kconfig                           |  12 ++
>  drivers/cxl/core/port.c                       |  39 ++++
>  include/acpi/actbl1.h                         |   6 +
>  include/linux/einj-cxl.h                      |  45 ++++
>  8 files changed, 326 insertions(+), 12 deletions(-)
>  create mode 100644 include/linux/einj-cxl.h

Looks good to me, for the series:

Reviewed-by: Dan Williams <dan.j.williams@intel.com>

Next steps are for the ACPICA process to pull in the protocol error
definitions so that patch2 can be dropped, and for one of the APEI
reviewers to ack the einj.c changes.

As for merging, the balance of the changes are in drivers/acpi/, so I am
happy if this goes through acpi.git, but otherwise circle back in a
couple weeks after the merge window completes to track this into
linux-next. Thanks for all the updates, Ben!

      parent reply	other threads:[~2024-01-17 20:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-17 19:44 [PATCH v10 0/5] CXL, ACPI, APEI, EINJ: Update EINJ for CXL error types Ben Cheatham
2024-01-17 19:44 ` [PATCH v10 1/5] cxl, ACPI, APEI, EINJ: Add CXL_EINJ Kconfig option Ben Cheatham
2024-01-17 19:44 ` [PATCH v10 2/5] ACPI: Add CXL protocol error defines Ben Cheatham
2024-02-03  3:58   ` Dan Williams
2024-02-08 17:43     ` Ben Cheatham
2024-01-17 19:44 ` [PATCH v10 3/5] EINJ: Migrate to a platform driver Ben Cheatham
2024-01-17 19:45 ` [PATCH v10 4/5] cxl/core, EINJ: Add EINJ CXL debugfs files and EINJ helper functions Ben Cheatham
2024-01-17 19:45 ` [PATCH v10 5/5] EINJ, Documentation: Update EINJ kernel doc Ben Cheatham
2024-01-17 20:05 ` Dan Williams [this message]

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=65a83311c3c7_3b8e29463@dwillia2-xfh.jf.intel.com.notmuch \
    --to=dan.j.williams@intel.com \
    --cc=Benjamin.Cheatham@amd.com \
    --cc=alison.schofield@intel.com \
    --cc=bp@alien8.de \
    --cc=dave.jiang@intel.com \
    --cc=dave@stogolabs.net \
    --cc=ira.weiny@intel.com \
    --cc=james.morse@arm.com \
    --cc=jonathan.cameron@huawei.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-cxl@vger.kernel.org \
    --cc=rafael@kernel.org \
    --cc=tony.luck@intel.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