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:	Sun, 13 Apr 2008 21:32:31 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	allan.stephens@...driver.com
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH net-2.6.26] [TIPC]: Eliminate port pointer in TIPC
 socket object

From: Allan Stephens <allan.stephens@...driver.com>
Date: Fri,  4 Apr 2008 16:59:45 -0400

> This patch eliminates the "port" pointer in the TIPC socket
> object by storing this info in the (previously unused)
> sk_user_data field of the standard sock structure.
> 
> Signed-off-by: Allan Stephens <allan.stephens@...driver.com>

The sk_user_data member is used by network filesystem layers to store
data local to such layers, and thus be able to not conflict with
private data used by protocols.

Therefore, it should not be used by the protocols.
--
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