Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756494AbbGPW1s (ORCPT ); Thu, 16 Jul 2015 18:27:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40744 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751490AbbGPW1r (ORCPT ); Thu, 16 Jul 2015 18:27:47 -0400 Date: Fri, 17 Jul 2015 00:26:03 +0200 From: Oleg Nesterov To: "Kirill A. Shutemov" Cc: Dave Hansen , "Kirill A. Shutemov" , Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Andy Lutomirski , Thomas Gleixner Subject: [PATCH 0/1] mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff() Message-ID: <20150716222603.GA21791@redhat.com> References: <1436784852-144369-1-git-send-email-kirill.shutemov@linux.intel.com> <1436784852-144369-3-git-send-email-kirill.shutemov@linux.intel.com> <20150713165323.GA7906@redhat.com> <55A3EFE9.7080101@linux.intel.com> <20150716110503.9A4F5196@black.fi.intel.com> <55A7D38C.7070907@linux.intel.com> <20150716160927.GA27037@node.dhcp.inet.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150716160927.GA27037@node.dhcp.inet.fi> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1003 Lines: 33 On 07/16, Kirill A. Shutemov wrote: > > On Thu, Jul 16, 2015 at 08:53:48AM -0700, Dave Hansen wrote: > > On 07/16/2015 04:05 AM, Kirill A. Shutemov wrote: > > >> > These both look nice to me (and they both cull specialty MPX code which > > >> > is excellent). I'll run them through a quick test. > > > Any update? > > > > Both patches look fine to me and test OK. Feel free to add my > > acked/tested/etc... > > Oleg, could you prepare a proper patch with description/signed-off-by? > > I'll send updated patchset with all changes to Andrew. With pleasure, please see 1/1. Changes: - s/__do_mmap_pgoff/do_mmap/ - update mm/nommu.c too - make do_mmap_pgoff() inline (perhaps we should kill it), this also avoids another change in nommu.c Oleg. -- 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/