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:   Fri, 27 Oct 2017 13:25:31 -0700
From:   Daniel Mentz <danielmentz@...gle.com>
To:     Stephen Bates <sbates@...thlin.com>
Cc:     Jonathan Corbet <corbet@....net>,
        Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Will Deacon <will.deacon@....com>,
        lkml <linux-kernel@...r.kernel.org>, logang@...tatee.com
Subject: Re: [PATCH v2] genalloc: Make the avail variable an atomic_long_t

On Thu, Oct 26, 2017 at 9:04 AM,  <sbates@...thlin.com> wrote:
> --- a/include/linux/genalloc.h
> +++ b/include/linux/genalloc.h
> @@ -32,6 +32,7 @@
>
>  #include <linux/types.h>
>  #include <linux/spinlock_types.h>
> +#include <linux/atomic.h>

Do we still need #include <linux/types.h> ? For me, it compiles without it.

Reviewed-by: Daniel Mentz <danielmentz@...gle.com>

Powered by blists - more mailing lists