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:	Thu,  4 Feb 2016 16:10:48 +0100
From:	Jacek Lawrynowicz <jacek.lawrynowicz@...el.com>
To:	dan.j.williams@...el.com, vinod.koul@...el.com
Cc:	dmaengine@...r.kernel.org, linux-kernel@...r.kernel.org,
	ashutosh.dixit@...el.com, sudeep.dutt@...el.com,
	andrzej.kacprowski@...el.com, jacek.lawrynowicz@...el.com
Subject: [PATCH RESEND 0/2] Enable DMA driver for MIC X200 Coprocessor

This is the first set of patches adding MIC X200 Coprocessor support.
MIC PCIe card has a DMA controller with 2 channels: one for the host
and the other one for the card. On host the channel is private
and used only by the host driver to transfer data by the MIC virtio 
and SCIF drivers. Please refer to Documentation/mic/mic_overview.txt 
for a description about other MIC drivers.

The patches have been compiled/validated against v4.5-rc2. Tested using
dmatest module with module parameter "threads_per_chan=60". These patches
have also been scanned by Fengguang Wu's 0-day infrastructure and no
issues have been reported.

In order for the device to function when IOMMU is enabled DMA alias quirk
has to be enabled and it is being upstreamed on linux-pci 
(http://www.spinics.net/lists/linux-pci/msg48460.html).

Resending this patch set with corrected recipient list.

Jacek Lawrynowicz (2):
  dmaengine: added MIC X200 Coprocessor DMA driver
  MAINTAINERS: update for mic

 MAINTAINERS                |    2 +
 drivers/dma/Kconfig        |   18 +
 drivers/dma/Makefile       |    1 +
 drivers/dma/mic_x200_dma.c | 1114 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1135 insertions(+)
 create mode 100644 drivers/dma/mic_x200_dma.c

-- 
2.1.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ