tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Kernel modules crash on 4.0/amd64



In article <20080418124457.055AB1EAE39E%alice.turbocat.de@localhost>,
David Wetzel  <dave%turbocat.de@localhost> wrote:
>-=-=-=-=-=-
>-=-=-=-=-=-
>
>Hi folks,
>
>I tried the same as HPS on a NetBSD 4.0 using a Kernel compiled with
>DEBUG + DIAGNOSTICS
>
>Here are simple reproduce instructions for AMD64:
>
>cd /usr/src/sys/lkm
>make depend
>make all
>make install
>modload -o pf.t  /usr/lkm/pf.o
>
>PANIC.
>
>The same for the example module.
>
>any ideas how to make it work?

Even if you comment out the end check panic, you panic later because the
page has mappings! Please file a PR.

christos



Home | Main Index | Thread Index | Old Index