lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5c506f1121b7169b8cb1ed4ee1f5ffd9a2fe4392.camel@intel.com>
Date:   Thu, 27 Jul 2023 21:47:21 +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] Compute Express Link (CXL) Fixes for 6.5-rc4

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ