Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Nov 2015 23:31:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204045] net/isboot-kmod - Not working on 11-CURRENT
Message-ID:  <bug-204045-13-8po0P0sEt5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204045-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204045-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204045

Gleb Smirnoff <glebius@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |aoyama@peach.ne.jp
           Assignee|freebsd-ports-bugs@FreeBSD. |glebius@FreeBSD.org
                   |org                         |

--- Comment #2 from Gleb Smirnoff <glebius@FreeBSD.org> ---
The fix for this particular panic would be to provide the value of curthread as
the last argument in the call to in_control() in isboot code. This is in
isboot.c lines 222, 233, 242.

Yonas, John, can you please try that?

I'm not sure that this will be the last problem. In general in_control() isn't
a kernel interface, it expects to be called only via ifioctl() in userland
context.

P.S. I also sent email to the author of isboot, asking him to subscribe to this
bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204045-13-8po0P0sEt5>