[PATCH 1/4] ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id

2014-12-16 Thread Octavian Purdila
acpi_tb_delete_namespace_by_owner expects ACPI_MTX_INTERPRETER to be taken. This fixes the following issue: ACPI Error: Mutex [0x0] is not acquired, cannot release (20141107/utmutex-322) Call Trace: [] dump_stack+0x4f/0x7b [] acpi_ut_release_mutex+0x47/0x67 [] acpi_tb_delete_namespace_by_own

Re: [PATCH 1/4] ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id

2014-12-16 Thread Sergei Shtylyov
Hello. On 12/16/2014 07:12 PM, Octavian Purdila wrote: acpi_tb_delete_namespace_by_owner expects ACPI_MTX_INTERPRETER to be taken. This fixes the following issue: ACPI Error: Mutex [0x0] is not acquired, cannot release (20141107/utmutex-322) Call Trace: [] dump_stack+0x4f/0x7b [] acpi_

Re: [PATCH 1/4] ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id

2014-12-16 Thread Octavian Purdila
On Tue, Dec 16, 2014 at 8:14 PM, Sergei Shtylyov wrote: > Hello. > > On 12/16/2014 07:12 PM, Octavian Purdila wrote: > >> acpi_tb_delete_namespace_by_owner expects ACPI_MTX_INTERPRETER to be >> taken. This fixes the following issue: > > >> ACPI Error: Mutex [0x0] is not acquired, cannot release >>

Re: [PATCH 1/4] ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id

2015-01-29 Thread Rafael J. Wysocki
On Tuesday, December 16, 2014 06:12:30 PM Octavian Purdila wrote: > acpi_tb_delete_namespace_by_owner expects ACPI_MTX_INTERPRETER to be > taken. This fixes the following issue: > > ACPI Error: Mutex [0x0] is not acquired, cannot release (20141107/utmutex-322) > Call Trace: > [] dump_stack+0x4f/