[Bug 220096] [acpi] sys/dev/acpica/acpi_thermal.c: a sleep-under-mutex bug in acpi_tz_thread

2017-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220096

John Baldwin  changed:

   What|Removed |Added

 Resolution|FIXED   |Works As Intended

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-acpi@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"


[Bug 220096] [acpi] sys/dev/acpica/acpi_thermal.c: a sleep-under-mutex bug in acpi_tz_thread

2017-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220096

John Baldwin  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||j...@freebsd.org
 Status|New |Closed

--- Comment #1 from John Baldwin  ---
The call to msleep() uses PDROP so the mutex is not reacquired after the thread
awakens from the sleep.  You probably need to add a special case for the PDROP
flag in your static analysis tool.  It is a bit of an unusual case.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-acpi@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"


[Bug 220096] [acpi] sys/dev/acpica/acpi_thermal.c: a sleep-under-mutex bug in acpi_tz_thread

2017-06-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220096

Jia-Ju Bai  changed:

   What|Removed |Added

 CC||freebsd-acpi@FreeBSD.org,
   ||freebsd-hardw...@freebsd.or
   ||g

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-acpi@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to "freebsd-acpi-unsubscr...@freebsd.org"