Advertisement
vliaskov

cxl_acpi: probe of ACPI0017:00 failed with error -22

Apr 5th, 2023 (edited)
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. Tumbleweed Guest: opensuse kernel 6.1.8
  2. Tumbleweed Host: qemu-7.1.0-8.1.x86_64
  3.  
  4. Using simplest (first) CXL setup from:
  5. https://www.qemu.org/docs/master/system/devices/cxl.html#example-command-lines
  6. i.e. single host controller, single root port, one directly attached CXL Type 3 device.
  7.  
  8. Guest kernel booted with Booted with acpi.debug_layer=0xf acpi.debug_level=0xffff
  9.  
  10. dmesg | grep -i cxl
  11.  
  12. [ 0.184343] uteval-0063 ut_evaluate_object : [CXLM._UID] was not found
  13. [ 0.184345] uteval-0063 ut_evaluate_object : [CXLM._CID] was not found
  14. [ 0.184347] uteval-0063 ut_evaluate_object : [CXLM._CLS] was not found
  15. [ 0.184349] uteval-0063 ut_evaluate_object : [CXLM._ADR] was not found
  16. [ 0.184351] uteval-0063 ut_evaluate_object : [CXLM._S0W] was not found
  17. [ 0.184353] uteval-0063 ut_evaluate_object : [CXLM._S1W] was not found
  18. [ 0.184354] uteval-0063 ut_evaluate_object : [CXLM._S2W] was not found
  19. [ 0.184358] uteval-0063 ut_evaluate_object : [CXLM._S3W] was not found
  20. [ 0.184360] uteval-0063 ut_evaluate_object : [CXLM._S4W] was not found
  21. [ 0.184362] uteval-0063 ut_evaluate_object : [CXLM._S1D] was not found
  22. [ 0.184363] uteval-0063 ut_evaluate_object : [CXLM._S2D] was not found
  23. [ 0.184365] uteval-0063 ut_evaluate_object : [CXLM._S3D] was not found
  24. [ 0.184367] uteval-0063 ut_evaluate_object : [CXLM._S4D] was not found
  25. [ 0.416804] acpi ACPI0016:00: _OSC: OS supports [CXL11PortRegAccess CXL20PortDevRegAccess CXLProtocolErrorReporting CXLNativeHot]
  26. [ 0.416995] acpi ACPI0016:00: _OSC: OS now controls [CXLMemErrorReporting]
  27. [ 0.894536] uteval-0063 ut_evaluate_object : [CXLM._CID] was not found
  28. [ 33.648449] cxl_acpi: probe of ACPI0017:00 failed with error -22
  29.  
  30. No CXL mem devices seen (one expected):
  31.  
  32. cxl list -M
  33. Warning: no matching devices found
  34.  
  35. [
  36. ]
  37.  
  38.  
  39. cat /boot/config-6.2.9-1-default | grep -i CXL
  40.  
  41. CONFIG_CXL_BUS=m
  42. CONFIG_CXL_PCI=m
  43. # CONFIG_CXL_MEM_RAW_COMMANDS is not set
  44. CONFIG_CXL_ACPI=m
  45. CONFIG_CXL_PMEM=m
  46. CONFIG_CXL_MEM=m
  47. CONFIG_CXL_PORT=m
  48. CONFIG_CXL_SUSPEND=y
  49. CONFIG_CXL_REGION=y
  50. # CONFIG_CXL_REGION_INVALIDATION_TEST is not set
  51.  
  52.  
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement