From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751161Ab1FDEOI (ORCPT ); Sat, 4 Jun 2011 00:14:08 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:37341 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750806Ab1FDEOH (ORCPT ); Sat, 4 Jun 2011 00:14:07 -0400 Date: Fri, 3 Jun 2011 21:14:22 -0700 From: Andrew Morton To: Steven Rostedt Cc: LKML , Peter Zijlstra , KAMEZAWA Hiroyuki , Hugh Dickins , Mel Gorman Subject: Re: [PATCH] mm: Fix wrong kunmap_atomic() pointer Message-Id: <20110603211422.3db036df.akpm@linux-foundation.org> In-Reply-To: <1307158665.3667.86.camel@gandalf.stny.rr.com> References: <1307158665.3667.86.camel@gandalf.stny.rr.com> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.9; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 03 Jun 2011 23:37:45 -0400 Steven Rostedt wrote: > Running a ktest.pl test, I hit the following bug on x86_32: Damn, that sounds like a useful tool. You should tell people about it!