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:	Mon, 07 Mar 2016 16:11:28 +0000
From:	Ben Hutchings <ben@...adent.org.uk>
To:	David Decotigny <ddecotig@...il.com>, netdev@...r.kernel.org
Cc:	Jeff Garzik <jgarzik@...ox.com>, David Miller <davem@...hat.com>,
	Vidya Sagar Ravipati <vidya@...ulusnetworks.com>,
	Joe Perches <joe@...ches.com>,
	David Decotigny <decot@...glers.com>
Subject: Re: [ethtool PATCH v3 09/12] internal.h: fix build for latest
 ethtool-copy.h

On Fri, 2016-03-04 at 16:42 -0800, David Decotigny wrote:
> From: David Decotigny <decot@...glers.com>
> 
> 
> Signed-off-by: David Decotigny <decot@...glers.com>
> ---
>  internal.h | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/internal.h b/internal.h
> index 5f8504d..5df8124 100644
> --- a/internal.h
> +++ b/internal.h
> @@ -13,6 +13,7 @@
>  #ifdef HAVE_CONFIG_H
>  #include "ethtool-config.h"
>  #endif
> +#include 
>  #include 
>  #include 
>  #include 
> @@ -36,6 +37,8 @@ typedef uint16_t u16;
>  typedef uint8_t u8;
>  typedef int32_t s32;
>  
> +#define DIV_ROUND_UP(n, d)	(((n) + (d) - 1) / (d))
> +
[...]

This needs to be fixed in the kernel tree instead (and has been since
you posted this).

Ben.

-- 
Ben Hutchings
The most exhausting thing in life is being insincere. - Anne Morrow Lindberg
Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ