Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932127AbbLNJRQ (ORCPT ); Mon, 14 Dec 2015 04:17:16 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:38242 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932075AbbLNJRO (ORCPT ); Mon, 14 Dec 2015 04:17:14 -0500 Date: Mon, 14 Dec 2015 10:17:09 +0100 From: Ingo Molnar To: Andrew Morton Cc: Andy Lutomirski , x86@kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andy Lutomirski , Thomas Gleixner , "H. Peter Anvin" Subject: Re: [PATCH 1/6] mm: Add a vm_special_mapping .fault method Message-ID: <20151214091709.GA29878@gmail.com> References: <4e911d2752d3b9e52d7496e46b389fc630cdc3a8.1449803537.git.luto@kernel.org> <20151211142814.25cc806e3f5180d525ee807e@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151211142814.25cc806e3f5180d525ee807e@linux-foundation.org> 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 Content-Length: 712 Lines: 27 * Andrew Morton wrote: > > + } else { > > + struct vm_special_mapping *sm = vma->vm_private_data; > > + > > + if (sm->fault) > > + return sm->fault(sm, vma, vmf); > > + > > + pages = sm->pages; > > + } > > > > for (pgoff = vmf->pgoff; pgoff && *pages; ++pages) > > pgoff--; > > Otherwise looks OK. I'll assume this will be merged via an x86 tree. Yeah, was hoping to be able to do that with your Acked-by. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/