[GIT PULL] Staging driver fixes for 4.15-rc6

From: Greg KH
Date: Sun Dec 31 2017 - 06:47:30 EST


The following changes since commit 1291a0d5049dbc06baaaf66a9ff3f53db493b19b:

Linux 4.15-rc4 (2017-12-17 18:59:59 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.15-rc6

for you to fetch changes up to d6b246bb7a29703f53aa4c050b8b3205d749caee:

staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/device (2017-12-19 15:53:39 +0100)

----------------------------------------------------------------
Staging fixes for 4.15-rc6

Here are 3 staging driver fixes for 4.15-rc6

The first resolves a bug in the lustre driver that came about due to a
broken cleanup patch, due to crazy list usage in that codebase. The
remaining two are ion driver fixes, finally getting the CMA interaction
to work properly, resolving two regressions in that area of the code.

All have been in linux-next with no reported issues for a while.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
John Stultz (1):
staging: ion: Fix ion_cma_heap allocations

NeilBrown (1):
staging: lustre: lnet: Fix recent breakage from list_for_each conversion

Sushmita Susheelendra (1):
staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/device

drivers/staging/android/ion/Kconfig | 2 +-
drivers/staging/android/ion/ion.c | 4 ++--
drivers/staging/android/ion/ion_cma_heap.c | 15 ++++++++++----
.../staging/lustre/lnet/klnds/socklnd/socklnd.c | 23 ++++++++++------------
4 files changed, 24 insertions(+), 20 deletions(-)