[git pull] habanalabs fixes for 5.2-rc6

From: Oded Gabbay
Date: Thu Jun 20 2019 - 05:27:32 EST


Hi Greg,

This is a pull request containing fixes to be merged to 5.2-rc6.

It contains a single minor bug fix. See the tag comment for more details.

Thanks,
Oded

The following changes since commit 6ad805b82dc5fc0ffd2de1d1f0de47214a050278:

doc: fix documentation about UIO_MEM_LOGICAL using (2019-06-19 19:31:21 +0200)

are available in the Git repository at:

git://people.freedesktop.org/~gabbayo/linux tags/misc-habanalabs-fixes-2019-06-20

for you to fetch changes up to f99bc332c713b7672bad5236060b02f0c41c7242:

habanalabs: use u64_to_user_ptr() for reading user pointers (2019-06-20 12:13:19 +0300)

----------------------------------------------------------------
This tag contains the following fix:

- Casting warning of a 64-bit integer in 32-bit architecture. Use the
macro that was defined for this purpose.

----------------------------------------------------------------
Arnd Bergmann (1):
habanalabs: use u64_to_user_ptr() for reading user pointers

drivers/misc/habanalabs/habanalabs_ioctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)