This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from cdc9718d5e59 Merge tag '6.3-rc5-smb3-cifs-client-fixes' of git://git.sa [...] new 82f0832af26a cxl/hdm: Fix double allocation of @cxlhdm new b70c2cf95ee1 cxl/hdm: Skip emulation when driver manages mem_enable new d35b495ddf92 cxl/port: Fix find_cxl_root() for RCDs and simplify it new 030f880342b8 cxl/region: Fix region setup/teardown for RCDs new 9ff3eec958cf cxl/region: Move coherence tracking into cxl_region_attach() new 52cc48ad2a76 cxl/hdm: Limit emulation to the number of range registers new 24b18197184a cxl/hdm: Extend DVSEC range register emulation for region [...] new fbaa38214cd9 cxl/pci: Fix CDAT retrieval on big endian new 34bafc747c54 cxl/pci: Handle truncated CDAT header new b56faef23120 cxl/pci: Handle truncated CDAT entries new 4fe2c13d59d8 cxl/pci: Handle excessive CDAT length new 92dc899c3b49 PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=y new abf04be0e707 PCI/DOE: Fix memory leak with CONFIG_DEBUG_OBJECTS=y new ca712e470546 Merge branch 'for-6.3/cxl-doe-fixes' into for-6.3/cxl new c08cfd6716a1 Merge tag 'cxl-fixes-6.3-rc6' of git://git.kernel.org/pub/ [...] new a74fabfbd1b7 x86/ACPI/boot: Use FADT version to check support for onlin [...] new fed8d8773b8e x86/acpi/boot: Correct acpi_is_processor_usable() check new 81515ecf155a x86/cpu: Add model number for Intel Arrow Lake processor new 4ba115e2694d Merge tag 'x86_urgent_for_v6.3_rc6' of git://git.kernel.or [...] new b16809891292 perf: Optimize perf_pmu_migrate_context() new 24d3ae2f37d8 perf/core: Fix the same task check in perf_event_set_output new faf8f41858e2 Merge tag 'perf_urgent_for_v6.3_rc6' of git://git.kernel.o [...]
The 22 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: arch/x86/include/asm/intel-family.h | 2 + arch/x86/kernel/acpi/boot.c | 9 ++- drivers/cxl/core/hdm.c | 126 +++++++++++++++++++----------------- drivers/cxl/core/pci.c | 38 ++++++----- drivers/cxl/core/pmem.c | 6 +- drivers/cxl/core/port.c | 38 ++--------- drivers/cxl/core/region.c | 33 ++++++++-- drivers/cxl/cxl.h | 8 ++- drivers/cxl/cxlpci.h | 14 ++++ drivers/cxl/port.c | 4 +- drivers/pci/doe.c | 30 +++++---- include/linux/pci-doe.h | 8 ++- kernel/events/core.c | 14 ++-- 13 files changed, 192 insertions(+), 138 deletions(-)