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

From: Verma, Vishal L
Date: Thu Jul 27 2023 - 17:47:44 EST


Hi Linus, please pull from:

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

...to receive a small collection of CXL fixes, and an update to MAINTAINERS
adding Dave Jiang, Davidlohr Bueso, and Jonathan Cameron.

The fixes include a Kconfig dependency fix for CONFIG_FW_LOADER, an incorrect
usage of the BIT() macros causing a double shift in the firmware loader
mechanism that was added in v6.5-rc1, a use-after-free fix, a missed error
return in an initialization path, and removal of an unused macro in cxl_test.

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

---

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 70d49bbf962ce4579bebd82938ef7f265bc3e6ae:

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

----------------------------------------------------------------
cxl fixes for v6.5-rc4

- Update MAINTAINERS for cxl

- A few static analysis fixes

- Fix a Kconfig dependency for CONFIG_FW_LOADER

----------------------------------------------------------------
Arnd Bergmann (1):
cxl: fix CONFIG_FW_LOADER dependency

Breno Leitao (2):
cxl/acpi: Fix a use-after-free in cxl_parse_cfmws()
cxl/acpi: Return 'rc' instead of '0' in cxl_parse_cfmws()

Dan Carpenter (1):
cxl/mem: Fix a double shift bug

Dan Williams (1):
cxl: Update MAINTAINERS

Xiao Yang (1):
tools/testing/cxl: Remove unused SZ_512G macro

drivers/cxl/cxlmem.h | 2 +-
drivers/cxl/acpi.c | 5 ++---
tools/testing/cxl/test/cxl.c | 4 ----
MAINTAINERS | 4 +++-
drivers/cxl/Kconfig | 3 ++-
5 files changed, 8 insertions(+), 10 deletions(-)