Hi, I have gone through and relocated most of the memory allocation to be outside of critical sections. The only remaining allocation in a critical section is done behind a semaphore (which is not implemented as a spinlock for now).
I also noticed that the trusted application code was doing read_lock()'s in places where it should have been doing write_lock()'s. If you are using the trusted application framework, this is a significant bug fix. Previous versions may have experienced crashes when adding/removing trusted applications. 2.3.6-pre2 is now available for download. John Ogness -- Dazuko Maintainer _______________________________________________ Dazuko-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-devel
