head at r305865: kernel panic after cuse4bsd load.

Hans Petter Selasky hps at selasky.org
Fri Sep 23 07:29:55 UTC 2016


On 09/23/16 08:33, Sergey V. Dyatko wrote:
> Hi,
>
> subj.
>
> WTR:
> 1/ kldload cuse
> 2/ kldload cuse4bsd
>
> expected (by me) behavior:  'Cuse4BSD: Please exit all /dev/cuse instances and
> processes which have used this device.' message and exit, not kernel panic
>

HI,

You should only load one of them. make_dev() will panic because of 
duplicate /dev/cuse nodes. Do you think it is important that this 
use-case works?

--HPS



More information about the freebsd-current mailing list