All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] CDAT updates and fixes
@ 2024-01-08 11:48 Robert Richter
  2024-01-08 11:48 ` [PATCH v2 1/3] cxl/pci: Rename DOE mailbox handle to doe_mb Robert Richter
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Robert Richter @ 2024-01-08 11:48 UTC (permalink / raw)
  To: Alison Schofield, Vishal Verma, Ira Weiny, Dan Williams,
	Jonathan Cameron, Dave Jiang, Davidlohr Bueso
  Cc: linux-cxl, linux-kernel, Rafael J. Wysocki, Len Brown, Robert Richter

Some CDAT related updates and fixes. Patch #3 does not depend on the
previous patches and could be applied separately.

See [1] for v1. There is some rework going on [2] which might require
a v3 for patches #1 and #2.

References:

[1] https://patchwork.kernel.org/project/cxl/patch/ZVfJ6Fxidvw_gz7r@rric.localdomain/
[2] https://patchwork.kernel.org/project/cxl/patch/170261791914.1714654.6447680285357545638.stgit@dwillia2-xfh.jf.intel.com/

Changelog:

v2:
 * rebased onto cxl/next (e16bf7e015d7)
 * renamed struct cdat_doe to struct cdat_doe_rsp and also local pointers
   accordingly to buf/rsp.
 * added comment that the CDAT table has space for a DOE header at the
   beginning
 * use DECLARE_FLEX_ARRAY() macro in struct cdat_doe_rsp
 * moved the rename to doe_mb variable into separate patch
 * added Reviewed-by tag
 * added patch: lib/firmware_table: Provide buffer length argument to cdat_table_parse()

Robert Richter (3):
  cxl/pci: Rename DOE mailbox handle to doe_mb
  cxl/pci: Get rid of pointer arithmetic reading CDAT table
  lib/firmware_table: Provide buffer length argument to
    cdat_table_parse()

 drivers/acpi/tables.c    |  2 +-
 drivers/cxl/core/cdat.c  |  6 +--
 drivers/cxl/core/pci.c   | 83 ++++++++++++++++++++--------------------
 drivers/cxl/cxlpci.h     | 19 +++++++++
 include/linux/fw_table.h |  4 +-
 lib/fw_table.c           | 15 +++++---
 6 files changed, 78 insertions(+), 51 deletions(-)


base-commit: e16bf7e015d75fdd805528bedaf285fcb71dad2a
-- 
2.39.2

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

end of thread, other threads:[~2024-02-14 12:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-08 11:48 [PATCH v2 0/3] CDAT updates and fixes Robert Richter
2024-01-08 11:48 ` [PATCH v2 1/3] cxl/pci: Rename DOE mailbox handle to doe_mb Robert Richter
2024-01-19 18:05   ` Dave Jiang
2024-01-26 16:07   ` Jonathan Cameron
2024-01-08 11:48 ` [PATCH v2 2/3] cxl/pci: Get rid of pointer arithmetic reading CDAT table Robert Richter
2024-01-26 16:42   ` Jonathan Cameron
2024-02-09  8:34     ` Robert Richter
2024-01-08 11:48 ` [PATCH v2 3/3] lib/firmware_table: Provide buffer length argument to cdat_table_parse() Robert Richter
2024-01-19  0:32   ` Dan Williams
2024-01-19 18:18   ` Dave Jiang
2024-01-26 16:46   ` Jonathan Cameron
2024-02-09 11:23     ` Robert Richter
2024-02-14 12:36       ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.