Merge tag 'cxl-fixes-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Pull cxl fixes from Dave Jiang: - Fix index of Clear Event Record handles in cxl_clear_event_record() - Fix use before init of map->reg_type in cxl_decode_regblock() - Fix initialization of mbox_cmd.size_out in cxl_mem_get_records_log() - Fix CXL path access_coordinate computation: - Remove unneded check of iter in loop - Fix of retrieving of access_coordinate in PCI topology walk - Fix of incorrect region access_coordinate data calculation - Consolidate of access_coordinates attached to downstream port context - Add check to validate access_coordinate validity to prevent incorrect data being exposed via sysfs * tag 'cxl-fixes-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl: cxl: Add checks to access_coordinate calculation to fail missing data cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coord cxl: Fix incorrect region perf data calculation cxl: Fix retrieving of access_coordinates in PCIe path cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates() cxl/core: Fix initialization of mbox_cmd.size_out in get event cxl/core/regs: Fix usage of map->reg_type in cxl_decode_regblock() before assigned cxl/mem: Fix for the index of Clear Event Record Handle
No related branches found
No related tags found
Showing
- drivers/cxl/acpi.c 1 addition, 12 deletionsdrivers/cxl/acpi.c
- drivers/cxl/core/cdat.c 79 additions, 73 deletionsdrivers/cxl/core/cdat.c
- drivers/cxl/core/mbox.c 3 additions, 2 deletionsdrivers/cxl/core/mbox.c
- drivers/cxl/core/port.c 69 additions, 45 deletionsdrivers/cxl/core/port.c
- drivers/cxl/core/regs.c 3 additions, 2 deletionsdrivers/cxl/core/regs.c
- drivers/cxl/cxl.h 2 additions, 6 deletionsdrivers/cxl/cxl.h
- drivers/cxl/cxlmem.h 1 addition, 1 deletiondrivers/cxl/cxlmem.h
- tools/testing/cxl/test/cxl.c 6 additions, 4 deletionstools/testing/cxl/test/cxl.c
Loading
Please register or sign in to comment