This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 18713e8a6893 Merge tag 'arm-fixes-6.4-1' of git://git.kernel.org/pub/sc [...] new eb0764b822b9 cxl/port: Enable the HDM decoder capability for switch ports new ce17ad0d5498 cxl: Wait Memory_Info_Valid before access memory related info new e764f12208b9 cxl: Move cxl_await_media_ready() to before capacity info [...] new a70fc4ed20a6 cxl/port: Fix NULL pointer access in devm_cxl_add_port() new 793a539ac788 cxl: Explicitly initialize resources when media is not ready new 49572d536129 Merge tag 'cxl-fixes-6.4-rc4' of git://git.kernel.org/pub/ [...]
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/cxl/core/mbox.c | 12 ++++- drivers/cxl/core/pci.c | 112 +++++++++++++++++++++++++++++++++++++----- drivers/cxl/core/port.c | 7 ++- drivers/cxl/cxl.h | 1 + drivers/cxl/cxlmem.h | 2 + drivers/cxl/cxlpci.h | 2 + drivers/cxl/mem.c | 3 ++ drivers/cxl/pci.c | 6 +++ drivers/cxl/port.c | 20 ++++---- tools/testing/cxl/Kbuild | 1 + tools/testing/cxl/test/mem.c | 1 + tools/testing/cxl/test/mock.c | 15 ++++++ 12 files changed, 153 insertions(+), 29 deletions(-)