Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp5411583imm; Tue, 19 Jun 2018 09:58:32 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJVjN4lvfkszCa786QP2RJ6M3nzSg/cIaASzgvPM/G6OeNpO+TZEJIBr/KxVkZ+C8FasxaS X-Received: by 2002:a17:902:b216:: with SMTP id t22-v6mr19779205plr.199.1529427512014; Tue, 19 Jun 2018 09:58:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529427511; cv=none; d=google.com; s=arc-20160816; b=cFZnMUJ+oG/BCdzwFsFuj5gGEs9wNSzKDfqImrsIm9uKrTnAf2LLIPn9+V5TvRjwvp vEKonq1bNGhUvgRoNhkRb2NSJWOGka/7M5U74USYBHlKhYupF0SkACQPZ+7DpHWb508D 75vIbOBzwEfSDDLBUsmKA87jCc3UkEgguDevoFQZKHfnaH9ddg9mqp3LPN2dIZBoD//w 0ivVMP6c4Lf7/jD9nQEk5t/j8JNo9I4LGFSTfWghGM7Yc4XsMLGUG064poGChdqGgoiQ PlEfgCWl7MpBj2MmxV9WIdW76c7YgWpnvRi+wSik1AAMShxKnH0z1TyvzbxOUnNLlrsA qzCg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=YSpPtjvnvewwE+/7FbJNhnqJ1/0zStNaUfgFUA0DBvs=; b=D6TTeofxs1S/bgnEno/tEIrRyVzb4NEk5GCOSoGirXWMVJprrdxdBAbwUgvH9h7QXI pu0yUZVxR3Tesd9n0zAkziubjej0S5VY/GAawH2hhDkr7LJVYHkdcLNlH1fPHYlWoP7Y 0OyICm/pu+PgIOgn3Y6G79BrcLdkihv6vnIQdRGrhvlDxDFbCy2Y2+hTj0aobSxis64M 8kp/9NfzzyUKZlxYYkk/AbzqmwMeh7clxlqFXDtykxADWbkHU+IkN268twXCkv8gJNOJ o7FsPnQ1B3cQ08WyLEV+yqzS9rJm25TEw0+Ge4pIEdxvszoLlX2ouDnzb59dtuEgTt5W 2KXA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a95-v6si126749pla.401.2018.06.19.09.58.17; Tue, 19 Jun 2018 09:58:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967170AbeFSQ52 (ORCPT + 99 others); Tue, 19 Jun 2018 12:57:28 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:57737 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966999AbeFSQ5Z (ORCPT ); Tue, 19 Jun 2018 12:57:25 -0400 Received: from p4fea482e.dip0.t-ipconnect.de ([79.234.72.46] helo=nanos.glx-home) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1fVJwT-0000ss-UP; Tue, 19 Jun 2018 18:57:18 +0200 Date: Tue, 19 Jun 2018 18:57:17 +0200 (CEST) From: Thomas Gleixner To: Reinette Chatre cc: fenghua.yu@intel.com, tony.luck@intel.com, vikas.shivappa@linux.intel.com, gavin.hindman@intel.com, jithu.joseph@intel.com, dave.hansen@intel.com, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V5 00/38] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 29 May 2018, Reinette Chatre wrote: > > The last patch of this series depends on the series: > "[RFC PATCH 0/3] Interface for higher order contiguous allocations" > submitted at: > http://lkml.kernel.org/r/20180212222056.9735-1-mike.kravetz@oracle.com > A new version of this was submitted recently and currently being discussed > at: > http://lkml.kernel.org/r/20180417020915.11786-1-mike.kravetz@oracle.com > Without this upstream MM work (and patch 39/39 of this series) it would There are only 38 patches and none which might depend on Mikes work :) So the whole thing is self contained and just limited to 4MB, right? Thanks, tglx