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:	Wed, 10 Jun 2009 16:21:11 +0400
From:	Badalian Vyacheslav <slavon@...telecom.ru>
To:	netdev <netdev@...r.kernel.org>
Subject: Re: [net-next PATCH 1/5] be2net: Use cancel_delayed_work_sync instead
 of cancel_delayed_work()

Typo in desctription:

"Use cancel_delayed_work_sycn" -> "Use cancel_delayed_work_sync"

Thanks

> Use cancel_delayed_work_sycn instead of cancel_delayed_work() to reliably kill be_worker() as it rearms itself.
>
> Signed-off-by: Sathya Perla <sathyap@...verengines.com>
> ---
>  drivers/net/benet/be_main.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/benet/be_main.c b/drivers/net/benet/be_main.c
> index 347d002..69046a1 100644
> --- a/drivers/net/benet/be_main.c
> +++ b/drivers/net/benet/be_main.c
> @@ -1533,7 +1533,7 @@ static int be_close(struct net_device *netdev)
>  	struct be_eq_obj *tx_eq = &adapter->tx_eq;
>  	int vec;
>  
> -	cancel_delayed_work(&adapter->work);
> +	cancel_delayed_work_sync(&adapter->work);
>  
>  	netif_stop_queue(netdev);
>  	netif_carrier_off(netdev);
>   

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