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] [day] [month] [year] [list]
Date:	Fri, 03 Oct 2014 12:31:59 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	ogerlitz@...lanox.com
Cc:	netdev@...r.kernel.org, amirv@...lanox.com,
	jackm@....mellanox.co.il, moshel@...lanox.com, talal@...lanox.com,
	yevgenyp@...lanox.com
Subject: Re: [PATCH net-next 1/2] pgtable: Add API to query if write
 combining is available

From: Or Gerlitz <ogerlitz@...lanox.com>
Date: Wed,  1 Oct 2014 17:54:41 +0300

> +#define writecombine_available writecombine_available
> +static inline int writecombine_available(void)
> +{
> +	return 1;
> +}
> +

Please use 'bool' and 'true'/'false'.
--
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