Re: [PATCH v6] taskstats: fix data-race

From: Andrea Parri
Date: Thu Oct 24 2019 - 09:43:29 EST


> But why? I think kernel contains lots of such cases and it seems to be
> officially documented by the LKMM:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools/memory-model/Documentation/explanation.txt
> address dependencies and ppo

Well, that same documentation also alerts about some of the pitfalls
developers can incur while relying on dependencies. I'm sure you're
more than aware of some of the debate surrounding these issues.

Andrea