mbox series

[GIT,PULL] cxl fixes for v5.19-rc6

Message ID e3b03cdf0c0ef173a11d30262eadb3d355e7dfea.camel@intel.com
State Accepted
Commit 483e4a1d83db1a6d339cd76f7966bf9e1748f752
Headers show
Series [GIT,PULL] cxl fixes for v5.19-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git tags/cxl-fixes-for-5.19-rc6

Message

Verma, Vishal L July 8, 2022, 7:21 p.m. UTC
Hi Linus, please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
tags/cxl-fixes-for-5.19-rc6

...to receive a small collection of CXL fixes for v5.19-rc6.
These have been in -next for a week with no reported issues.

---

The following changes since commit a111daf0c53ae91e71fd2bfe7497862d14132e3e:

  Linux 5.19-rc3 (2022-06-19 15:06:47 -0500)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git tags/cxl-fixes-for-5.19-rc6

for you to fetch changes up to e35f5718903b093be4b1d3833aa8a32f864a3ef1:

  cxl/mbox: Fix missing variable payload checks in cmd size validation (2022-06-28 22:03:18 -0700)

----------------------------------------------------------------
cxl fixes for 5.19-rc6

- Update MAINTAINERS for Ben's email

- Fix cleanup of port devices on failure to probe driver

- Fix endianness in get/set LSA mailbox command structures

- Fix memregion_free() fallback definition

- Fix missing variable payload checks in CXL cmd size validation

----------------------------------------------------------------
Alison Schofield (1):
      cxl/mbox: Use __le32 in get,set_lsa mailbox structures

Ben Widawsky (2):
      MAINTAINERS: Update Ben's email address
      cxl/core: Use is_endpoint_decoder

Dan Williams (1):
      memregion: Fix memregion_free() fallback definition

Jonathan Cameron (1):
      cxl: Fix cleanup of port devices on failure to probe driver.

Vishal Verma (1):
      cxl/mbox: Fix missing variable payload checks in cmd size validation

 include/linux/memregion.h | 2 +-
 drivers/cxl/cxl.h         | 1 +
 drivers/cxl/cxlmem.h      | 8 ++++----
 drivers/cxl/core/hdm.c    | 2 +-
 drivers/cxl/core/mbox.c   | 6 ++++--
 drivers/cxl/core/port.c   | 2 +-
 drivers/cxl/mem.c         | 7 ++++++-
 drivers/cxl/pmem.c        | 6 +++---
 .mailmap                  | 3 +++
 MAINTAINERS               | 2 +-
 10 files changed, 25 insertions(+), 14 deletions(-)

Comments

pr-tracker-bot@kernel.org July 8, 2022, 8:32 p.m. UTC | #1
The pull request you sent on Fri, 8 Jul 2022 19:21:04 +0000:

> git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl tags/cxl-fixes-for-5.19-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/483e4a1d83db1a6d339cd76f7966bf9e1748f752

Thank you!