From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935490AbbI2SbI (ORCPT ); Tue, 29 Sep 2015 14:31:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54942 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935302AbbI2Sao (ORCPT ); Tue, 29 Sep 2015 14:30:44 -0400 Date: Tue, 29 Sep 2015 20:27:34 +0200 From: Oleg Nesterov To: Andrew Morton Cc: Andrey Konovalov , Davidlohr Bueso , Hugh Dickins , "Kirill A. Shutemov" , Sasha Levin , Vlastimil Babka , linux-kernel@vger.kernel.org Subject: [PATCH 0/2] mm: fix the racy mm->locked_vm change in acct_stack_growth() Message-ID: <20150929182734.GA21719@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Kirill, Hugh, could you please review and ack/nack? Looks simple, but I'm afraid I could miss something and I have no idea how to test this. Oleg.