commit | c3d532008661da197997fc6d8098190eef9344ad | [log] [tgz] |
---|---|---|
author | Chris Down <[email protected]> | Wed Apr 01 21:07:27 2020 -0700 |
committer | Linus Torvalds <[email protected]> | Thu Apr 02 09:35:29 2020 -0700 |
tree | c8ce41c0a1244c279675a4ac01c7f06eb190ee49 | |
parent | f86b810c2610b08afc82218068d1dfeef02dd0a1 [diff] |
mm, memcg: prevent memory.min load/store tearing This can be set concurrently with reads, which may cause the wrong value to be propagated. Signed-off-by: Chris Down <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Acked-by: Michal Hocko <[email protected]> Cc: Johannes Weiner <[email protected]> Cc: Roman Gushchin <[email protected]> Cc: Tejun Heo <[email protected]> Link: http://lkml.kernel.org/r/e809b4e6b0c1626dac6945970de06409a180ee65.1584034301.git.chris@chrisdown.name Signed-off-by: Linus Torvalds <[email protected]>