linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mm: Remove usages of ACCESS_ONCE()
@ 2015-03-24 22:29 Jason Low
  2015-03-24 22:29 ` [PATCH v2 1/2] mm: Use READ_ONCE() for non-scalar types Jason Low
  2015-03-24 22:29 ` [PATCH v2 2/2] mm: Remove rest of ACCESS_ONCE() usages Jason Low
  0 siblings, 2 replies; 3+ messages in thread
From: Jason Low @ 2015-03-24 22:29 UTC (permalink / raw)
  To: linux-mm, linux-kernel, cgroups, Jason Low
  Cc: Johannes Weiner, Michal Hocko, Christoph Lameter, Linus Torvalds,
	David Rientjes, Joonsoo Kim, Andrew Morton, Kirill A. Shutemov,
	Aswin Chandramouleeswaran, Christian Borntraeger, Mel Gorman,
	Hugh Dickins, Minchan Kim, Davidlohr Bueso, Rik van Riel

v1->v2:
As suggested by Michal, we can split up the v1 patch into 2 patches.
 
The first patch addresses potentially incorrect usages of ACCESS_ONCE().
 
The second patch is more of a "cleanup" patch to convert the rest of
the ACCESS_ONCE() reads in mm/ to use the new READ_ONCE() API.
 
This makes it a bit easier to backport the fixes to older kernels.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-24 22:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-24 22:29 [PATCH v2 0/2] mm: Remove usages of ACCESS_ONCE() Jason Low
2015-03-24 22:29 ` [PATCH v2 1/2] mm: Use READ_ONCE() for non-scalar types Jason Low
2015-03-24 22:29 ` [PATCH v2 2/2] mm: Remove rest of ACCESS_ONCE() usages Jason Low

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).