From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965009AbeEYCiu (ORCPT ); Thu, 24 May 2018 22:38:50 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:20362 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935592AbeEYCim (ORCPT ); Thu, 24 May 2018 22:38:42 -0400 Subject: Re: Nokia N900: refcount_t underflow, use after free To: Pavel Machek CC: Robin Murphy , , , Tony Lindgren , , kernel list , , , =?UTF-8?Q?Filip_Matijevi=c4=87?= , , , , , , , linux-arm-kernel , , Laurent Pinchart References: <20180308143053.GA17267@amd> <20180308165903.GM5799@atomide.com> <57c9f17b-fc9d-8506-4b5d-70ac216c9248@ti.com> <20180308185046.GA22796@amd> <1dfc05fe-1612-f5a5-b5f1-9038b3cecfe5@arm.com> <1643b74a-62ba-bea6-71c2-a2dd02430463@ti.com> <20180309221834.GA15476@amd> <20180310112634.GA31614@amd> <5aa1e2de-96d1-0e88-01ca-49df9ae25457@ti.com> <20180524110533.GA20599@amd> From: Suman Anna Message-ID: <09e30e44-4904-3bb3-c977-19ccd8d76a08@ti.com> Date: Thu, 24 May 2018 21:37:41 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180524110533.GA20599@amd> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/24/2018 06:05 AM, Pavel Machek wrote: > Hi! > >>>> >>>> OK, see if the following fixes the issue for you, only build tested. >>> >>> Word-wrapped, so I applied by hand. And yes, the oops at boot is >>> gone. Thanks! >> >> Sorry about that, have to check my mail settings. Anyway will post the >> patch again, glad that it fixed your issue. > > Any news here? AFAICT the bug creeped into v4.17-rcX in the > meantime... > The patch has been on linux-next for sometime now. regards Suman > Pavel > >> regards >> Suman >> >>> >>> (Camera still does not work in -next... kills system. Oh well. Lets >>> debug that some other day.) >>> >>>> 8< --------------------- >>>> >From bac9a48fb646dc51f2030d676a0dbe3298c3b134 Mon Sep 17 00:00:00 2001 >>>> From: Suman Anna >>>> Date: Fri, 9 Mar 2018 16:39:59 -0600 >>>> Subject: [PATCH] media: omap3isp: fix unbalanced dma_iommu_mapping >>>> >>>> The OMAP3 ISP driver manages its MMU mappings through the IOMMU-aware >>>> ARM DMA backend. The current code creates a dma_iommu_mapping and >>>> attaches this to the ISP device, but never detaches the mapping in >>>> either the probe failure paths or the driver remove path resulting >>>> in an unbalanced mapping refcount and a memory leak. Fix this properly. >>>> >>>> Reported-by: Pavel Machek >>>> Signed-off-by: Suman Anna >>> >>> Tested-by: Pavel Machek >>> Pavel >>> >