From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel De Graaf Subject: Re: [PATCH v2 6/8] tmem: Remove the old tmem control XSM checks as it is part of sysctl hypercall. Date: Thu, 27 Aug 2015 16:59:27 -0400 Message-ID: <55DF7A2F.6080604@tycho.nsa.gov> References: <1440673323-6648-1-git-send-email-konrad.wilk@oracle.com> <1440673323-6648-7-git-send-email-konrad.wilk@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZV4Gl-0002mO-2R for xen-devel@lists.xenproject.org; Thu, 27 Aug 2015 20:59:35 +0000 In-Reply-To: <1440673323-6648-7-git-send-email-konrad.wilk@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk , xen-devel@lists.xenproject.org, jbeulich@suse.com, andrew.cooper3@citrix.com, wei.liu2@citrix.com List-Id: xen-devel@lists.xenproject.org On 27/08/15 07:02, Konrad Rzeszutek Wilk wrote: > The sysctl is where the tmem control operations are done and the > XSM checks are done via there. The old mechanism (to check > for control tmem op XSM from do_tmem_op) is not needed anymore. > > CC: Daniel De Graaf > Signed-off-by: Konrad Rzeszutek Wilk Both this and patch 5 (which adds the sysctl check): Acked-by: Daniel De Graaf