[GIT,PULL] Compute Express Link (CXL) Fixes for 6.5-rc5

Message ID 9689a32a5b56cd5521cd8ae3c2530329bc820cde.camel@intel.com
State New
Headers
Series [GIT,PULL] Compute Express Link (CXL) Fixes for 6.5-rc5 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git tags/cxl-fixes-6.5-rc5

Message

Verma, Vishal L Aug. 3, 2023, 5:41 p.m. UTC
  Hi Linus,

Please pull from

  git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl tags/cxl-fixes-6.5-rc5

...to receive a few fixes to clean up the CXL sanitize device ABI that was
merged this cycle. The only change is to hide some sysfs files when sanitize
support is absent, and update the ABI documentation to describe this.

These have all appeared in -next for a few days with no reported issues.

---

The following changes since commit 70d49bbf962ce4579bebd82938ef7f265bc3e6ae:

  tools/testing/cxl: Remove unused SZ_512G macro (2023-07-20 23:35:22 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git tags/cxl-fixes-6.5-rc5

for you to fetch changes up to ad64f5952ce3ea565c7f76ec37ab41df0dde773a:

  cxl/memdev: Only show sanitize sysfs files when supported (2023-07-28 13:16:54 -0600)

----------------------------------------------------------------
cxl fixes for v6.5-rc5

- Fixup the Sanitixe device ABI that was merged for v6.5 to hide some
  sysfs files when the necessary support is missing. Update the ABI
  documentation around this as well.

----------------------------------------------------------------
Davidlohr Bueso (3):
      cxl/memdev: Improve sanitize ABI descriptions
      cxl/memdev: Document security state in kern-doc
      cxl/memdev: Only show sanitize sysfs files when supported

 drivers/cxl/cxlmem.h                    | 16 ++++++++++++
 drivers/cxl/core/mbox.c                 | 45 ++++++++++++++++++++++++++++++++-
 drivers/cxl/core/memdev.c               | 19 ++++++++++++++
 Documentation/ABI/testing/sysfs-bus-cxl | 15 +++++++++--
 4 files changed, 92 insertions(+), 3 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Aug. 3, 2023, 10:52 p.m. UTC | #1
The pull request you sent on Thu, 3 Aug 2023 17:41:50 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl tags/cxl-fixes-6.5-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/638c1913d2b01ab48159f0723fbf98483579934f

Thank you!