Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753316AbdFURQU (ORCPT ); Wed, 21 Jun 2017 13:16:20 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:53086 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753286AbdFURQS (ORCPT ); Wed, 21 Jun 2017 13:16:18 -0400 Date: Wed, 21 Jun 2017 19:16:02 +0200 From: Willy Tarreau To: Oleg Nesterov Cc: Cyrill Gorcunov , Hugh Dickins , Andrey Vagin , LKML , Pavel Emelyanov , Dmitry Safonov , Andrew Morton , Adrian Reber Subject: Re: [criu] 1M guard page ruined restore Message-ID: <20170621171602.GA20525@1wt.eu> References: <20170620075206.GB1909@uranus.lan> <20170621152256.GC31050@uranus> <20170621155730.GA32554@redhat.com> <20170621160410.GF31050@uranus> <20170621170129.GA32752@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170621170129.GA32752@redhat.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 387 Lines: 13 Hi Oleg, On Wed, Jun 21, 2017 at 07:01:29PM +0200, Oleg Nesterov wrote: > Ah. I forgot about another kernel "feature" ;) not related to the recent guard > page changes... > > Could you test the patch below? FWIW, I've just checked here on 3.10.107-rc and while I observe the same regression as Cyrill with his reproducer, I can confirm that your patch fixes it on this kernel. Willy