From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753367AbbGAXES (ORCPT ); Wed, 1 Jul 2015 19:04:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34950 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752693AbbGAXEK (ORCPT ); Wed, 1 Jul 2015 19:04:10 -0400 Date: Thu, 2 Jul 2015 01:02:44 +0200 From: Oleg Nesterov To: Andrew Morton Cc: Benjamin LaHaise , David Rientjes , Hugh Dickins , Jeff Moyer , Kirill Shutemov , Pavel Emelyanov , linux-kernel@vger.kernel.org Subject: [PATCH v2 0/5] mremap fix/cleanups Message-ID: <20150701230244.GA18003@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Actually this is resend, not v2. Added the acks I got from David (thanks!). 2/5 (acked by Pavel and Kirill) was sent separately and ignored too, I think it fits this series. (and I think that the recently added arch_remap() hook is not the right thing, we can remove it with these changes). Andrew, should I resend the [PATCH 0/3] special_mapping_fault() is broken http://marc.info/?l=linux-kernel&m=143492093907585 series too? Oleg.