From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Low Subject: [PATCH v2 0/2] mm: Remove usages of ACCESS_ONCE() Date: Tue, 24 Mar 2015 15:29:52 -0700 Message-ID: <1427236194-14582-1-git-send-email-jason.low2@hp.com> Return-path: Sender: owner-linux-mm@kvack.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-mm@kvack.org, linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, 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: email@kvack.org