From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759953AbcIMSoy (ORCPT ); Tue, 13 Sep 2016 14:44:54 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:33094 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755470AbcIMSow (ORCPT ); Tue, 13 Sep 2016 14:44:52 -0400 Date: Tue, 13 Sep 2016 20:44:46 +0200 From: Ingo Molnar To: Dan Williams Cc: linux-mm@kvack.org, linux-nvdimm@ml01.01.org, linux-api@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org, Ingo Molnar , "H. Peter Anvin" , Thomas Gleixner Subject: Re: [RFC PATCH 2/2] x86: wire up mincore2() Message-ID: <20160913184445.GA810@gmail.com> References: <147361509579.17004.5258725187329709824.stgit@dwillia2-desk3.amr.corp.intel.com> <147361510160.17004.6974628969361614698.stgit@dwillia2-desk3.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <147361510160.17004.6974628969361614698.stgit@dwillia2-desk3.amr.corp.intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Dan Williams wrote: > Add the new the mincore2() symbol to the x86 syscall tables. Could you please send the patch against -tip? We have this (new) commit in the x86 tree: f9afc6197e9b x86: Wire up protection keys system calls ... which created a new conflict. Thanks, Ingo