[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170428161411.GA26277@kroah.com>
Date: Fri, 28 Apr 2017 18:14:11 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Catalin Marinas <catalin.marinas@....com>
Cc: linux-kernel@...r.kernel.org, a.hajda@...sung.com,
geert@...ux-m68k.org, Laura Abbott <labbott@...hat.com>,
robin.murphy@....com, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH] drivers: dma-mapping: Do not leave an invalid
area->pages pointer in dma_common_contiguous_remap()
On Tue, Apr 25, 2017 at 07:25:49PM +0100, Catalin Marinas wrote:
> On Tue, Apr 25, 2017 at 07:22:23PM +0100, Catalin Marinas wrote:
> > The dma_common_pages_remap() function allocates a vm_struct object and
> > initialises the pages pointer to value passed as argument. However, when
> > this function is called dma_common_contiguous_remap(), the pages array
> > is only temporarily allocated, being freed shortly after
> > dma_common_contiguous_remap() returns. Architecture code checking the
> > validity of an area->pages pointer would incorrectly dereference already
> > freed pointers. This has been exposed by the arm64 commit 44176bb38fa4
> > ("arm64: Add support for DMA_ATTR_FORCE_CONTIGUOUS to IOMMU").
> >
> > Fixes: 513510ddba96 ("common: dma-mapping: introduce common remapping functions")
> > Cc: Laura Abbott <labbott@...hat.com>
> > Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
> > Reported-by: Andrzej Hajda <a.hajda@...sung.com>
> > Signed-off-by: Catalin Marinas <catalin.marinas@....com>
>
> Small correction on the subject, the prefix should be something like:
>
> drivers: dma-mapping:
>
> It's not an arm64 patch.
If you want to take it through your tree:
Acked-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
otherwise feel free to resend it with a fixed subject line and I can
take it :)
thanks,
greg k-h
Powered by blists - more mailing lists