panic when using module built in modules directory

Doug Rabson dfr at rabson.org
Mon Jul 16 16:21:57 UTC 2007


On 16 Jul 2007, at 16:10, Roman Divacky wrote:

> hi
>
> can someone test whether
>
> buildkernel && cd /sys/modules/linux && make && make install
> kldload linux && chroot /compat/linux /bin/bash
>
> produces an instant panic? it does for me. ie. when the linux module
> is built with kernel its ok, but when I build it separately in
> sys/modules/linux it panic in turnstiles... it used to work so I'd
> love to know..
>
> thnx for testing

A similar thing popped up with the qemu kernel modile. The regular  
kernel build defines KSE which changes the layout of struct proc. Is  
the standalone module build defining this?



More information about the freebsd-emulation mailing list