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] [day] [month] [year] [list]
Date:	Tue, 15 Jan 2013 09:09:20 +0800
From:	Wang YanQing <udknight@...il.com>
To:	joro@...tes.org
Cc:	joerg.roedel@....com, linux-kernel@...r.kernel.org,
	alex.williamson@...hat.com
Subject: Re: [PATCH]iommu: Include linux/err.h

On Thu, Dec 13, 2012 at 10:15:38AM -0700, Alex Williamson wrote:
> On Fri, 2012-12-14 at 00:55 +0800, Wang YanQing wrote:
> > The linux/iommu.h header uses ERR_PTR defined
> > in linux/err.h but doesn't include it.
> > 
> > Signed-off-by: Wang YanQing <udknight@...il.com>
> > ---
> >  include/linux/iommu.h | 1 +
> >  1 file changed, 1 insertion(+)
> 
> Reviewed-by: Alex Williamson <alex.williamson@...hat.com>
> 
> > diff --git a/include/linux/iommu.h b/include/linux/iommu.h
> > index f3b99e1..f4a49a6 100644
> > --- a/include/linux/iommu.h
> > +++ b/include/linux/iommu.h
> > @@ -20,6 +20,7 @@
> >  #define __LINUX_IOMMU_H
> >  
> >  #include <linux/errno.h>
> > +#include <linux/err.h>
> >  #include <linux/types.h>
> >  
> >  #define IOMMU_READ	(1)
> 
> 
Hi Joerg Roedel, maybe you are saturated by
Emails, and miss it.

Thanks
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ