[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: Problems in PV dom0 on recent x86 hardware
On 2024-07-16 10:43, Jan Beulich wrote: On 09.07.2024 15:08, Jason Andryuk wrote:On 2024-07-09 06:56, Jürgen Groß wrote:On 09.07.24 09:01, Jan Beulich wrote:On 09.07.2024 08:36, Jürgen Groß wrote:On 09.07.24 08:24, Jan Beulich wrote:On 08.07.2024 23:30, Jason Andryuk wrote:From the backtrace, it looks like the immediate case is just trying to read a 4-byte version: >>>> [ 44.575541] ucsi_acpi_dsm+0x53/0x80 >>>> [ 44.575546] ucsi_acpi_read+0x2e/0x60 >>>> [ 44.575550] ucsi_register+0x24/0xa0 >>>> [ 44.575555] ucsi_acpi_probe+0x162/0x1e3 int ucsi_register(struct ucsi *ucsi) { int ret; ret = ucsi->ops->read(ucsi, UCSI_VERSION, &ucsi->version, sizeof(ucsi->version)); ->read being ucsi_acpi_read() However, the driver also appears write to adjacent addresses.There are also corresponding write functions in the driver, yes, but ucsi_acpi_async_write() (used directly or indirectly) similarly calls ucsi_acpi_dsm(), which wires through to acpi_evaluate_dsm(). That's ACPI object evaluation, which isn't obvious without seeing the involved AML whether it might write said memory region.I guess an ACPI dump would help here?Perhaps, yes.It is available in the bug report: https://bugzilla.opensuse.org/show_bug.cgi?id=1227301After acpixtract & iasl: $ grep -ir FEEC * dsdt.dsl: OperationRegion (ECMM, SystemMemory, 0xFEEC2000, 0x0100) ssdt16.dsl: OperationRegion (SUSC, SystemMemory, 0xFEEC2100, 0x30)As I look to have only flawed variants of acpixtract to hand, any chance you could supply me with dsdt.dsl and all ssdt*.dsl that you successfully extracted / disassembled? Sure thing. There are a lot - all attached. Regards, Jason Attachment:
dsdt.dsl Attachment:
ssdt1.dsl Attachment:
ssdt2.dsl Attachment:
ssdt3.dsl Attachment:
ssdt4.dsl Attachment:
ssdt5.dsl Attachment:
ssdt6.dsl Attachment:
ssdt7.dsl Attachment:
ssdt8.dsl Attachment:
ssdt9.dsl Attachment:
ssdt10.dsl Attachment:
ssdt11.dsl Attachment:
ssdt12.dsl Attachment:
ssdt13.dsl Attachment:
ssdt14.dsl Attachment:
ssdt15.dsl Attachment:
ssdt16.dsl Attachment:
ssdt17.dsl Attachment:
ssdt18.dsl Attachment:
ssdt19.dsl Attachment:
ssdt20.dsl Attachment:
ssdt21.dsl Attachment:
ssdt22.dsl Attachment:
ssdt23.dsl Attachment:
ssdt24.dsl
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |