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, 1 Nov 2011 22:43:02 +0100
From:	Stephen Hemminger <shemminger@...tta.com>
To:	Matti Vaittinen <matti.vaittinen@....com>
Cc:	davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PATCH] IPv6 - support for NLM_F_* flags at IPv6 routing
 requests

On Tue, 01 Nov 2011 16:22:27 +0200
Matti Vaittinen <matti.vaittinen@....com> wrote:

>  
> +#define RT6_CANT_CREATE ((int)-1)
>  #define RT6_DEBUG 2

Rather than introduce a new error flag, why not convert the code
to use the kernel standard PTR_ERR() macros?
--
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