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, 3 Jun 2014 15:16:21 -0700
From:	Stephen Hemminger <stephen@...workplumber.org>
To:	Christopher White <chris@...icalelegance.com>
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH net-next] LISP: Locator/Identifier Separation Protocol

On Thu, 29 May 2014 14:05:29 -0700
Christopher White <chris@...icalelegance.com> wrote:

> +#define LISP_VERSION "0.1"
> +
> +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36)
> +#define rt_dst(rt) (rt->dst)
> +#else
> +#define rt_dst(rt) (rt->u.dst)
> +#endif
> +

Upstream kernel submissions should never include kernel version
checks. Remove these and get rid of the wrapper.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ