Merge 5.7-rc4 into android-mainline

Linux 5.7-rc4

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I0b92b2233dce26a9ebd40a34a5445a443c63c648
This commit is contained in:
Greg Kroah-Hartman
2020-05-04 09:28:41 +02:00
162 changed files with 1289 additions and 604 deletions

View File

@@ -415,13 +415,12 @@ struct dma_buf {
/**
* struct dma_buf_attach_ops - importer operations for an attachment
* @move_notify: [optional] notification that the DMA-buf is moving
*
* Attachment operations implemented by the importer.
*/
struct dma_buf_attach_ops {
/**
* @move_notify
* @move_notify: [optional] notification that the DMA-buf is moving
*
* If this callback is provided the framework can avoid pinning the
* backing store while mappings exists.