[Bug 1814] SMP race condition between stack free and dispatch
    bugzilla-daemon at rtems.org 
    bugzilla-daemon at rtems.org
       
    Wed Aug  8 15:13:42 UTC 2012
    
    
  
https://www.rtems.org/bugzilla/show_bug.cgi?id=1814
--- Comment #8 from Sebastian Huber <sebastian.huber at embedded-brains.de> 2012-08-08 10:13:42 CDT ---
I think using _Thread_Disable_dispatch() as the giant lock is a big problem. 
How can you introduce finer grained locking without a massive re-structure of
critical section in this case?  It is very desirable to make the thread
dispatch disable level local to a core and use it for a core-local thread
dispatch disable.  It would be very nice to have a document which cover the SMP
design decisions resulting to the current patch PRs.
-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
    
    
More information about the bugs
mailing list