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:	Tue, 02 Apr 2013 09:13:48 -0700
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	frank.blaschka@...ibm.com
Cc:	davem@...emloft.net, netdev@...r.kernel.org,
	linux-s390@...r.kernel.org, Stefan Raspl <raspl@...ux.vnet.ibm.com>
Subject: Re: [patch 2/2] qeth: fix qeth_wait_for_threads() deadlock for OSN
 devices

On Tue, 2013-04-02 at 12:56 +0200, frank.blaschka@...ibm.com wrote:
> plain text document attachment (602-qeth-thread-deadlock.diff)
> From: Stefan Raspl <raspl@...ux.vnet.ibm.com>

> +static bool qeth_is_recovery_task(struct qeth_card *card)
> +{
> +	return (card->recovery_task == current);
> +}
> +

static bool qeth_is_recovery_task(const struct qeth_card *card)
{
	return card->recovery_task == current;
}



--
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