From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland Dreier Subject: Re: Question regarding SLAB corruption Date: Mon, 09 Jul 2007 14:18:57 -0700 Message-ID: References: <20070709205607.GT3885@ics.muni.cz> <20070709211437.GU3885@ics.muni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <20070709211437.GU3885@ics.muni.cz> (Lukas Hejtmanek's message of "Mon, 9 Jul 2007 23:14:37 +0200") List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Lukas Hejtmanek Cc: xen-devel@lists.xensource.com, Keir Fraser List-Id: xen-devel@lists.xenproject.org > 2.6.18 kernel + Xen 3.1 + OFED 1.2 OK, if it's OFED 1.2 then you have a pretty recent mthca driver. See what happens if you comment out the line dev->mthca_flags |= MTHCA_FLAG_FMR; in mthca_mr.c. (It's in an if/else statement so obviously you have to get rid of the line in a way that leaves the driver compiling etc...) That should make the driver stop writing directly into the memory translation table.