Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753664AbbFUVIr (ORCPT ); Sun, 21 Jun 2015 17:08:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57718 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751623AbbFUVIk (ORCPT ); Sun, 21 Jun 2015 17:08:40 -0400 Date: Sun, 21 Jun 2015 23:07:25 +0200 From: Oleg Nesterov To: Andrew Morton Cc: Al Viro , Benjamin LaHaise , Hugh Dickins , Jeff Moyer , Kirill Shutemov , Linus Torvalds , linux-kernel@vger.kernel.org Subject: [PATCH 0/3] special_mapping_fault() is broken Message-ID: <20150621210725.GA18220@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 Content-Length: 959 Lines: 28 On 06/20, Oleg Nesterov wrote: > > Let me first send the changes which look "obviously correct" to me. > Perhaps I'll send more patches on top of this later. But lets also fix another unmap/remap bug before the cleanups... This series doesn't depend on the previous mremap fixes. special_mapping_fault() is absolutely broken. It seems it was always wrong, but this didn't matter until vdso/vvar started to use more than one page. I am not sure about 1/3. As the changelog says the name is not very accurate, and I do not really like the vma->fault != NULL check. But I hope this can work, and we can change this helper later if needed. Please review. Oleg. include/linux/mm.h | 5 +++++ mm/memory.c | 13 ++++++------- mm/mmap.c | 14 +++----------- 3 files changed, 14 insertions(+), 18 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/