Comment 7 for bug 1876230

Revision history for this message
Dan Streetman (ddstreet) wrote :

> - apart from feedback given by @mruffell, to also check if any of librcu consumers are depending on a full membarrier - driven by kernel - for ** shared pages among different processes **

this is a good point, although I don't think liburcu makes guarantees like that, for memory barriers outside of the current process; for example, the -qsbr, -md, and -signal flavors don't use sys_membarrier at all.

@mruffell have you looked into that aspect of the change?