LWN.net Logo

Subtle interactions in the embedded world - what bugs can teach us

Subtle interactions in the embedded world - what bugs can teach us

Posted Mar 1, 2012 16:01 UTC (Thu) by mentor (guest, #80761)
Parent article: Subtle interactions in the embedded world - what bugs can teach us

I don't understand how the hardware setup prevents a mask operation succeeding. Each subchip has a full IMR; surely masking can be achieved by writing ~0 to all of them?


(Log in to post comments)

Subtle interactions in the embedded world - what bugs can teach us

Posted Mar 2, 2012 21:15 UTC (Fri) by neilbrown (subscriber, #359) [Link]

> Each subchip has a full IMR; surely masking can be achieved by writing ~0 to all of them?

True. Maybe this comes under:

> or possibly we could make the implementation more clever in some way

The point is/was that the fact that masking at every level is needed, but that need isn't at all obvious.

Doing something more clever with the masking may indeed be part of the solution to meet that need.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds