From: Martin Schwidefsky Date: Mon, 31 Jan 2011 10:30:04 +0000 (+0100) Subject: [S390] pgtable_list corruption X-Git-Tag: v2.6.38-rc4~28^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1be77bb21120b5306b56d6854db1f8eb5c3678b;p=pandora-kernel.git [S390] pgtable_list corruption After page_table_free_rcu removed a page from the pgtable_list page_table_free better not add it again. Otherwise a page_table_alloc can reuse a page table fragment that is still in the rcu process. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed