Created attachment 248611 [details] dmesg_4.10.0-041000rc1-generic.txt [ 0.000000] ACPI Warning: Table ffffffffbb461d20, Validation count is zero before decrement
Do you see real any real problem? This message is not harmful, just mentioning that some table refcnting is not balanced (like old way). Thanks Lv
Created attachment 248801 [details] [PATCH] Debugging table mapping counting Please apply this patch and rebuild the kernel. Boot the kernel and upload the dmesg output here. Thanks Lv
Ping...
Created attachment 249821 [details] [PATCH] Add sanity check to avoid unexpected error messages reported from acpi_tb_put_table() Or you can apply this patch first to see if this can simply be stopped by the sanity check. Thanks Lv
Hi, Rafael has posted a fix fixing the caller side: https://git.kernel.org/cgit/linux/kernel/git/rafael/linux-pm.git/commit/?h=linux-next&id=696c7f8e0373 I'm pushing the callee side fix to the ACPICA upstream: https://github.com/acpica/acpica/pull/200/ So let me mark this bug as RESOLVED. Thanks Lv