lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Sun, 31 Dec 2017 12:47:30 +0100
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Stephen Rothwell <sfr@...b.auug.org.au>
Cc:     linux-kernel@...r.kernel.org, devel@...uxdriverproject.org
Subject: [GIT PULL] Staging driver fixes for 4.15-rc6

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@...uxfoundation.org>

----------------------------------------------------------------
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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ