From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.osdl.org (smtp.osdl.org [65.172.181.24]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.osdl.org", Issuer "CA Cert Signing Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTP id E8CDDDDEDD for ; Thu, 29 Mar 2007 06:55:22 +1000 (EST) Date: Wed, 28 Mar 2007 13:55:10 -0700 (PDT) From: Linus Torvalds To: Benjamin Herrenschmidt Subject: Re: [PATCH] powerpc: fix dcr_unmap() In-Reply-To: <1175085776.32220.9.camel@localhost.localdomain> Message-ID: References: <200703281207.41425.jdubois@mc.com> <1175085776.32220.9.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 28 Mar 2007, Benjamin Herrenschmidt wrote: > On Wed, 2007-03-28 at 11:07 +0100, Jean-Christophe Dubois wrote: > > Fix a bug in dcr_unmap(). > > > > At unmap time the DCR offset need to be added instead of substracted. > > > > Signed-off-by: Jean-Christophe Dubois > > Acked-by: Benjamin Herrenschmidt > --- > > If possible that should go in 2.6.21 Can I get an original patch email and/or a git pull request? I didn't see the original email, since I'm not on the linuxppc list.. Linus