Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756492AbYLAAiF (ORCPT ); Sun, 30 Nov 2008 19:38:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751569AbYLAAhy (ORCPT ); Sun, 30 Nov 2008 19:37:54 -0500 Received: from extu-mxob-2.symantec.com ([216.10.194.135]:49631 "EHLO extu-mxob-2.symantec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751387AbYLAAhx (ORCPT ); Sun, 30 Nov 2008 19:37:53 -0500 Date: Mon, 1 Dec 2008 00:37:37 +0000 (GMT) From: Hugh Dickins X-X-Sender: hugh@blonde.site To: Andrew Morton cc: Manfred Spraul , Nick Piggin , Dave Jones , Arjan van de Ven , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: [PATCH 0/8] badpage: more resilient bad page pte and rmap Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1245 Lines: 26 Here's a batch of 8 mm patches, intended for 2.6.29: revisiting bad_page() and print_bad_pte() and the page_remove_rmap() Eeek BUG. Diffed to slot in to the mmotm series just before "mmend". The only clash with later mmotm patches is with Manfred's mm-debug-dump-pageframes-on-bad_page.patch which puts a hexdump in there. Trivial to fix up, but I've never actually found that patch helpful - perhaps because it isn't an -mm tree that "Bad page state" reporters are running. Time to drop it? include/linux/page-flags.h | 25 ++------ include/linux/rmap.h | 2 include/linux/swap.h | 12 --- mm/filemap_xip.c | 2 mm/fremap.c | 2 mm/internal.h | 1 mm/memory.c | 109 ++++++++++++++++++++++++++--------- mm/page_alloc.c | 108 +++++++++++++++++++--------------- mm/rmap.c | 24 ------- mm/swapfile.c | 7 +- 10 files changed, 166 insertions(+), 126 deletions(-) -- 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/