[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <e3b03cdf0c0ef173a11d30262eadb3d355e7dfea.camel@intel.com>
Date: Fri, 8 Jul 2022 19:21:04 +0000
From: "Verma, Vishal L" <vishal.l.verma@...el.com>
To: "Torvalds, Linus" <torvalds@...ux-foundation.org>
CC: "Williams, Dan J" <dan.j.williams@...el.com>,
"linux-cxl@...r.kernel.org" <linux-cxl@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] cxl fixes for v5.19-rc6
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(-)
Powered by blists - more mailing lists