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-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 26 Jan 2019 18:11:24 +0100
From:   Helge Deller <deller@....de>
To:     Christoph Hellwig <hch@....de>
Cc:     James Bottomley <James.Bottomley@...senpartnership.com>,
        Helge Deller <deller@....de>, linux-parisc@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: DMA-related cleanups for parisc

* Christoph Hellwig <hch@....de>:
> Hi James and Helge,

Hi Christoph, 

> this series has a couple DMA-related cleanups for parisc.  The main aim
> is to move anything not required by drivers out of <asm/dma-mapping.h>,
> but I noticed a few related bits and cleaned them up as well.

Thanks for doing that!
I tested it. Your patches work, but you need the fixup below (0-day
testing complained as well).

With the one below, you may add
Tested-by: Helge Deller <deller@....de>

Thanks!
Helge


diff --git a/drivers/parisc/hppb.c b/drivers/parisc/hppb.c
index 3b3481c..65a8148 100644
--- a/drivers/parisc/hppb.c
+++ b/drivers/parisc/hppb.c
@@ -20,6 +20,7 @@
 #include <linux/ioport.h>
 
 #include <asm/io.h>
+#include <asm/pci.h>
 #include <asm/hardware.h>
 #include <asm/parisc-device.h>
 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ