diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-07-08 12:55:25 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-07-08 12:55:25 -0700 |
commit | 483e4a1d83db1a6d339cd76f7966bf9e1748f752 (patch) | |
tree | 05db90a8af7dd76ab0d985a02c5959dbacfca721 /MAINTAINERS | |
parent | f5645edf6cffb97d976c6eef31fb536a09f114fd (diff) | |
parent | e35f5718903b093be4b1d3833aa8a32f864a3ef1 (diff) | |
download | linux-stable-483e4a1d83db1a6d339cd76f7966bf9e1748f752.tar.gz linux-stable-483e4a1d83db1a6d339cd76f7966bf9e1748f752.tar.bz2 linux-stable-483e4a1d83db1a6d339cd76f7966bf9e1748f752.zip |
Merge tag 'cxl-fixes-for-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Pull cxl fixes from Vishal Verma:
- 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
* tag 'cxl-fixes-for-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl:
cxl/mbox: Fix missing variable payload checks in cmd size validation
memregion: Fix memregion_free() fallback definition
cxl/mbox: Use __le32 in get,set_lsa mailbox structures
cxl/core: Use is_endpoint_decoder
cxl: Fix cleanup of port devices on failure to probe driver.
MAINTAINERS: Update Ben's email address
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5cd925b0c672..f679152bdbad 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5101,7 +5101,7 @@ COMPUTE EXPRESS LINK (CXL) M: Alison Schofield <alison.schofield@intel.com> M: Vishal Verma <vishal.l.verma@intel.com> M: Ira Weiny <ira.weiny@intel.com> -M: Ben Widawsky <ben.widawsky@intel.com> +M: Ben Widawsky <bwidawsk@kernel.org> M: Dan Williams <dan.j.williams@intel.com> L: linux-cxl@vger.kernel.org S: Maintained |