linux/drivers/misc/mic/host
Christoph Hellwig 518a2f1925 dma-mapping: zero memory returned from dma_alloc_*
If we want to map memory from the DMA allocator to userspace it must be
zeroed at allocation time to prevent stale data leaks.   We already do
this on most common architectures, but some architectures don't do this
yet, fix them up, either by passing GFP_ZERO when we use the normal page
allocator or doing a manual memset otherwise.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> [m68k]
Acked-by: Sam Ravnborg <sam@ravnborg.org> [sparc]
2018-12-20 08:13:52 +01:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mic_boot.c dma-mapping: zero memory returned from dma_alloc_* 2018-12-20 08:13:52 +01:00
mic_debugfs.c misc: mic: Remove MIC X100 host virtio functionality 2016-02-09 17:32:37 -08:00
mic_device.h misc: mic: MIC host and card driver changes to enable VOP 2016-02-09 17:32:37 -08:00
mic_intr.c misc: mic: Remove COSM functionality from the MIC host driver 2015-10-04 12:46:06 +01:00
mic_intr.h misc: mic: MIC host driver specific changes to enable SCIF 2015-05-24 12:13:37 -07:00
mic_main.c misc: mic: MIC host and card driver changes to enable VOP 2016-02-09 17:32:37 -08:00
mic_smpt.c misc: mic: Remove COSM functionality from the MIC host driver 2015-10-04 12:46:06 +01:00
mic_smpt.h misc: mic: MIC host driver specific changes to enable SCIF 2015-05-24 12:13:37 -07:00
mic_x100.c misc: mic: use common error path 2016-02-07 22:53:40 -08:00
mic_x100.h