From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1034696AbdEWWC5 (ORCPT ); Tue, 23 May 2017 18:02:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48186 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031533AbdEWWCw (ORCPT ); Tue, 23 May 2017 18:02:52 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 2CB6D285B1 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jglisse@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 2CB6D285B1 Date: Tue, 23 May 2017 18:02:49 -0400 From: Jerome Glisse To: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Cc: John Hubbard , "Kirill A. Shutemov" , Dan Williams Subject: Re: [HMM 00/15] HMM (Heterogeneous Memory Management) v22 Message-ID: <20170523220248.GA23833@redhat.com> References: <20170522165206.6284-1-jglisse@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170522165206.6284-1-jglisse@redhat.com> User-Agent: Mutt/1.8.0 (2017-02-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Tue, 23 May 2017 22:02:52 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andrew i posted updated patch for 0007 0008 and 0009 as reply to orignal patches. It includes changes Dan and Kyrill wanted to see. I added the device_private_key to page_alloc.c to avoid modify more than 3 patches but if you prefer i can repost a v23 serie and move the static key to hmm.c Also i guess posting a v23 would have it tested against builder as i doubt automatic builder are clever enough to understand all this. Cheers, Jérôme From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f198.google.com (mail-qt0-f198.google.com [209.85.216.198]) by kanga.kvack.org (Postfix) with ESMTP id D795783292 for ; Tue, 23 May 2017 18:02:53 -0400 (EDT) Received: by mail-qt0-f198.google.com with SMTP id k11so63029002qtk.4 for ; Tue, 23 May 2017 15:02:53 -0700 (PDT) Received: from mx1.redhat.com (mx1.redhat.com. [209.132.183.28]) by mx.google.com with ESMTPS id s40si22090846qtg.293.2017.05.23.15.02.53 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 May 2017 15:02:53 -0700 (PDT) Date: Tue, 23 May 2017 18:02:49 -0400 From: Jerome Glisse Subject: Re: [HMM 00/15] HMM (Heterogeneous Memory Management) v22 Message-ID: <20170523220248.GA23833@redhat.com> References: <20170522165206.6284-1-jglisse@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170522165206.6284-1-jglisse@redhat.com> Sender: owner-linux-mm@kvack.org List-ID: To: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Cc: John Hubbard , "Kirill A. Shutemov" , Dan Williams Andrew i posted updated patch for 0007 0008 and 0009 as reply to orignal patches. It includes changes Dan and Kyrill wanted to see. I added the device_private_key to page_alloc.c to avoid modify more than 3 patches but if you prefer i can repost a v23 serie and move the static key to hmm.c Also i guess posting a v23 would have it tested against builder as i doubt automatic builder are clever enough to understand all this. Cheers, Jerome -- 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