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, 14 Apr 2015 14:29:16 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	hariprasad@...lsio.com
Cc:	netdev@...r.kernel.org, leedom@...lsio.com, nirranjan@...lsio.com
Subject: Re: [PATCH net] cxgb4vf: Implement mailbox access locking and list
 management

From: Hariprasad Shenai <hariprasad@...lsio.com>
Date: Tue, 14 Apr 2015 18:00:45 +0530

> +	for (i = 0; ; i += ms) {
> +		/* If we've waited too long, return a busy indication.  This
> +		 * really ought to be based on our initial position in the
> +		 * mailbox access list but this is a start.  We very rarely
> +		 * contend on access to the mailbox ...
> +		 */
> +		if (i > 4 * FW_CMD_MAX_TIMEOUT) {

So you're going to sit here potentially polling for 40000 ms in a non-preemptable
context?

I don't think so...
--
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