On Mon, Sep 22, 2014 at 01:57:03PM -0400, Sam Hajian wrote: > I am using ipipe-3.14 on ARM OMAP5 with dual core Cortex A15. When used > IPIPE and LPAE turn on in kernel I get kernel exception. This is after > fixing a compile issue in "arch/arm/mm/fault.c" to include > "__ipipe_pin_range_globally". > If not used LPAE all works fine, but I need that for KVM. > I figured out the initial problems can be resolved if not used > CONFIG_SLUB_DEBUG in mm/kernel, however I ran into another problem with > invalid paging request as shown in second log below, which I think is the > real problem. Any suggestion/help?
Yeah I saw the same thing. It seems something in the memory setup isn't right when IPIPE is enabled at the same time as LPAE. You get a null pointer dererence. -- Len Sroensen _______________________________________________ Xenomai mailing list [email protected] http://www.xenomai.org/mailman/listinfo/xenomai
