Re: [PATCH 2/2] habanalabs: driver's Kconfig must select DMA_SHARED_BUFFER

From: Greg KH
Date: Sat Feb 23 2019 - 04:17:05 EST


On Fri, Feb 22, 2019 at 09:29:59PM +0200, Oded Gabbay wrote:
> The driver uses the DMA_BUF module which is built only if
> DMA_SHARED_BUFFER is selected. DMA_SHARED_BUFFER doesn't have any
> dependencies so it is ok to select it (as done by many other components).
>
> Signed-off-by: Oded Gabbay <oded.gabbay@xxxxxxxxx>

kbuild reported this, right? You should always add that type of credit
to the patch. I'll go add it by hand this time...

thanks,

greg k-h