kern/177876: [mips] kernel stack overflow panic on mips64, EdgeRouter Lite

Juli Mallett jmallett at FreeBSD.org
Mon Apr 22 20:57:44 UTC 2013


On Mon, Apr 22, 2013 at 1:42 PM, Warner Losh <imp at bsdimp.com> wrote:
>> If the header gets nuked, we'll find out fast :)  (And I really do
>> think that's the right way forward...)
>
> "the" here is which one of the three different headers that list the registers?

regnum.h, although I guess some other bits may be harder to fix.
Still, the header explicitly mentioned needing to keep in sync with
trapframe; it's a list of offsets into struct trapframe, not a list of
registers.  So it should just go away.  Probably much of the rest of
the header should go away, too; like, why on earth do we need PREG_S0
and friends?


More information about the freebsd-mips mailing list