From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wright Subject: Re: [PATCH net-2.6] jme: Fix unmap error (Causing system freeze) Date: Thu, 21 Jul 2011 12:30:08 -0700 Message-ID: <20110721193008.GC9766@sequoia.sous-sol.org> References: <1311217056-9073-1-git-send-email-cooldavid@cooldavid.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Jason Lamb , linux-netdev , Jason Long , stable@kernel.org, Marcus Becker , Aries Lee , Devinchiu , Marc Schiffbauer , David Miller To: cooldavid@cooldavid.org Return-path: Content-Disposition: inline In-Reply-To: <1311217056-9073-1-git-send-email-cooldavid@cooldavid.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: stable-bounces@linux.kernel.org Errors-To: stable-bounces@linux.kernel.org List-Id: netdev.vger.kernel.org * cooldavid@cooldavid.org (cooldavid@cooldavid.org) wrote: > From: Guo-Fu Tseng > > This patch add the missing dma_unmap(). > Which solved the critical issue of system freeze on heavy load. > > Michal Miroslaw's rejected patch: > [PATCH v2 10/46] net: jme: convert to generic DMA API > Pointed out the issue also, thank you Michal. > But the fix was incorrect. It would unmap needed address > when low memory. > > Got lots of feedback from End user and Gentoo Bugzilla. > https://bugs.gentoo.org/show_bug.cgi?id=373109 > Thank you all. :) Also referred to in kernel bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=39312 > Cc: stable@kernel.org > Signed-off-by: Guo-Fu Tseng Acked-by: Chris Wright _______________________________________________ stable mailing list stable@linux.kernel.org http://linux.kernel.org/mailman/listinfo/stable