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:   Wed, 16 Nov 2016 13:55:11 -0500 (EST)
From:   David Miller <davem@...emloft.net>
To:     saeedm@...lanox.com
Cc:     netdev@...r.kernel.org, mohamad@...lanox.com
Subject: Re: [PATCH net-next 1/8] net/mlx5: Make the command interface
 cache more flexible

From: Saeed Mahameed <saeedm@...lanox.com>
Date: Tue, 15 Nov 2016 23:30:00 +0200

> -struct cache_ent {
> +struct cmd_msg_cache {
>  	/* protect block chain allocations
>  	 */
>  	spinlock_t		lock;
>  	struct list_head	head;
> +	unsigned		max_inbox_size;
> +	unsigned		num_ent;

Always spell out fully the "unsigned int" type name instead of just
plain "unsigned".

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ