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, 12 Feb 2014 19:00:56 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	jon.maloy@...csson.com
Cc:	netdev@...r.kernel.org, paul.gortmaker@...driver.com,
	erik.hugne@...csson.com, ying.xue@...driver.com, maloy@...jonn.com,
	tipc-discussion@...ts.sourceforge.net
Subject: Re: [PATCH net-next 05/14] tipc: remove 'links' list from
 tipc_bearer struct

From: Jon Maloy <jon.maloy@...csson.com>
Date: Wed, 12 Feb 2014 13:31:05 -0500

> @@ -146,12 +146,6 @@ int tipc_link_is_active(struct tipc_link *l_ptr)
>  
>  /**
>   * link_timeout - handle expiration of link timer
> - * @l_ptr: pointer to link
> - *
> - * This routine must not grab "tipc_net_lock" to avoid a potential deadlock conflict
> - * with tipc_link_delete().  (There is no risk that the node will be deleted by
> - * another thread because tipc_link_delete() always cancels the link timer before
> - * tipc_node_delete() is called.)
>   */
>  static void link_timeout(struct tipc_link *l_ptr)
>  {

There is no reason to remove the kerneldoc entry for @l_ptr in this comment,
the argument is still there.
--
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