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>] [thread-next>] [day] [month] [year] [list]
Date:   Wed,  1 Feb 2017 12:48:41 -0700
From:   Jason Gunthorpe <jgunthorpe@...idianresearch.com>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        atull@...nsource.altera.com,
        Moritz Fischer <moritz.fischer@...us.com>
Cc:     linux-kernel@...r.kernel.org, linux-fpga@...r.kernel.org
Subject: [PATCH v4 fpga 0/4] Gather DMA for Zynq FPGA programming

Hi Greg/Alan,

This should be ready to land in 4.11, it is now fully acked.

The purpose of this series is to implement Gather DMA for Zynq FPGA
programming. Previously the driver would allocate a large contiguous DMA
buffer and copy the bitfile into it.

Jason Gunthorpe (4):
  fpga zynq: Check for errors after completing DMA
  fpga zynq: Check the bitstream for validity
  fpga: Add scatterlist based programming
  fpga zynq: Use the scatterlist interface

 Documentation/fpga/fpga-mgr.txt |  19 +++-
 drivers/fpga/fpga-mgr.c         | 236 +++++++++++++++++++++++++++++++++++-----
 drivers/fpga/zynq-fpga.c        | 233 ++++++++++++++++++++++++++++++---------
 include/linux/fpga/fpga-mgr.h   |   5 +
 4 files changed, 407 insertions(+), 86 deletions(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ