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:   Tue, 10 Oct 2017 10:28:59 +0100
From:   Mark Rutland <mark.rutland@....com>
To:     linux-kernel@...r.kernel.org
Cc:     Johannes Berg <johannes.berg@...el.com>,
        "David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH 09/13] net: average: kill off ACCESS_ONCE()

On Mon, Oct 09, 2017 at 07:28:46PM +0100, Mark Rutland wrote:
> diff --git a/include/linux/average.h b/include/linux/average.h
> index 7ddaf34..7a72de4 100644
> --- a/include/linux/average.h
> +++ b/include/linux/average.h
> @@ -1,6 +1,10 @@
>  #ifndef _LINUX_AVERAGE_H
>  #define _LINUX_AVERAGE_H
>  
> +#include <linux/bug.h>
> +#include <linux/compiler.h>
> +#include <linux/ilog2.h>

This should've been <linux/log2.h>. I've fixed that locally and pushed
out to my core/access-once branch.

Thanks,
Mark.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ