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

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

Pull-request

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

Message

Verma, Vishal L July 27, 2023, 9:47 p.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org July 28, 2023, 6:39 p.m. UTC | #1
The pull request you sent on Thu, 27 Jul 2023 21:47:21 +0000:

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

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

Thank you!