kern/122045: [ata][panic] reiniting detached ata channel kills the kernel

Andrey V. Elsukov bu7cher at yandex.ru
Sat Mar 29 10:43:41 PDT 2008


29.03.08, 18:50, vwe at FreeBSD.org:

> Synopsis: [ata][panic] reiniting detached ata channel kills the kernel
> State-Changed-From-To: feedback->open
> State-Changed-By: vwe
> State-Changed-When: Sat Mar 29 15:48:13 UTC 2008
> State-Changed-Why: 
> feedback received by private mail, not a problem with mounted filesystem
> system panics without active mounts on the detached drive 
> (clean umount before detach done).

ata(4) freed resources and mutexes when you are detaching it. So, you should
attach it first before reinit, because it is trying  to get access to freed
resources. Try this patch.

--
WBR, Andrey V. Elsukov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ata_reinit_without_attach_fix.diff
Type: text/x-patch
Size: 549 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-bugs/attachments/20080329/3e8a3463/ata_reinit_without_attach_fix.bin


More information about the freebsd-bugs mailing list