From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932907AbdDRTyq (ORCPT ); Tue, 18 Apr 2017 15:54:46 -0400 Received: from mx2.suse.de ([195.135.220.15]:60050 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757575AbdDRTyl (ORCPT ); Tue, 18 Apr 2017 15:54:41 -0400 Date: Tue, 18 Apr 2017 21:54:35 +0200 From: Michal Hocko To: Dan Williams Cc: linux-mm , Andrew Morton , Mel Gorman , Vlastimil Babka , Andrea Arcangeli , Jerome Glisse , Reza Arbab , Yasuaki Ishimatsu , qiuxishi@huawei.com, Kani Toshimitsu , slaoub@gmail.com, Joonsoo Kim , Andi Kleen , David Rientjes , Daniel Kiper , Igor Mammedov , Vitaly Kuznetsov , LKML , Heiko Carstens , Lai Jiangshan , Martin Schwidefsky , Tobias Regnery Subject: Re: [PATCH -v2 0/9] mm: make movable onlining suck less Message-ID: <20170418195435.GB20671@dhcp22.suse.cz> References: <20170410110351.12215-1-mhocko@kernel.org> <20170411170317.GB21171@dhcp22.suse.cz> <20170418071456.GD22360@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 18-04-17 09:42:57, Dan Williams wrote: > On Tue, Apr 18, 2017 at 12:14 AM, Michal Hocko wrote: > > On Mon 17-04-17 14:51:12, Dan Williams wrote: > >> On Tue, Apr 11, 2017 at 10:03 AM, Michal Hocko wrote: > >> > All the reported issue seem to be fixed and pushed to my git tree > >> > attempts/rewrite-mem_hotplug branch. I will wait a day or two for more > >> > feedback and then repost for the inclusion. I would really appreaciate > >> > more testing/review! > >> > >> This still seems to be based on 4.10? It's missing some block-layer > >> fixes and other things that trigger failures in the nvdimm unit tests. > >> Can you rebase to a more recent 4.11-rc? > > > > OK, I will rebase on top of linux-next. This has been based on mmotm > > tree so far. Btw. is there anything that would change the current > > implementation other than small context tweaks? In other words, do you > > see any issues with the current implementation regarding nvdimm's > > ZONE_DEVICE usage? > > I don't foresee any issues, but I wanted to be able to run the latest > test suite to be sure. OK, the rebase on top of the current linux-next is in my git tree [1] attempts/rewrite-mem_hotplug branch. I will post the full series tomorrow hopefully. [1] git://git.kernel.org/pub/scm/linux/kernel/git/mhocko/mm.git -- Michal Hocko SUSE Labs From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f70.google.com (mail-wm0-f70.google.com [74.125.82.70]) by kanga.kvack.org (Postfix) with ESMTP id 8C0196B0038 for ; Tue, 18 Apr 2017 15:54:41 -0400 (EDT) Received: by mail-wm0-f70.google.com with SMTP id h19so315827wmi.10 for ; Tue, 18 Apr 2017 12:54:41 -0700 (PDT) Received: from mx1.suse.de (mx2.suse.de. [195.135.220.15]) by mx.google.com with ESMTPS id h7si188871wrc.138.2017.04.18.12.54.39 for (version=TLS1 cipher=AES128-SHA bits=128/128); Tue, 18 Apr 2017 12:54:40 -0700 (PDT) Date: Tue, 18 Apr 2017 21:54:35 +0200 From: Michal Hocko Subject: Re: [PATCH -v2 0/9] mm: make movable onlining suck less Message-ID: <20170418195435.GB20671@dhcp22.suse.cz> References: <20170410110351.12215-1-mhocko@kernel.org> <20170411170317.GB21171@dhcp22.suse.cz> <20170418071456.GD22360@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: Dan Williams Cc: linux-mm , Andrew Morton , Mel Gorman , Vlastimil Babka , Andrea Arcangeli , Jerome Glisse , Reza Arbab , Yasuaki Ishimatsu , qiuxishi@huawei.com, Kani Toshimitsu , slaoub@gmail.com, Joonsoo Kim , Andi Kleen , David Rientjes , Daniel Kiper , Igor Mammedov , Vitaly Kuznetsov , LKML , Heiko Carstens , Lai Jiangshan , Martin Schwidefsky , Tobias Regnery On Tue 18-04-17 09:42:57, Dan Williams wrote: > On Tue, Apr 18, 2017 at 12:14 AM, Michal Hocko wrote: > > On Mon 17-04-17 14:51:12, Dan Williams wrote: > >> On Tue, Apr 11, 2017 at 10:03 AM, Michal Hocko wrote: > >> > All the reported issue seem to be fixed and pushed to my git tree > >> > attempts/rewrite-mem_hotplug branch. I will wait a day or two for more > >> > feedback and then repost for the inclusion. I would really appreaciate > >> > more testing/review! > >> > >> This still seems to be based on 4.10? It's missing some block-layer > >> fixes and other things that trigger failures in the nvdimm unit tests. > >> Can you rebase to a more recent 4.11-rc? > > > > OK, I will rebase on top of linux-next. This has been based on mmotm > > tree so far. Btw. is there anything that would change the current > > implementation other than small context tweaks? In other words, do you > > see any issues with the current implementation regarding nvdimm's > > ZONE_DEVICE usage? > > I don't foresee any issues, but I wanted to be able to run the latest > test suite to be sure. OK, the rebase on top of the current linux-next is in my git tree [1] attempts/rewrite-mem_hotplug branch. I will post the full series tomorrow hopefully. [1] git://git.kernel.org/pub/scm/linux/kernel/git/mhocko/mm.git -- Michal Hocko SUSE Labs -- 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