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:	Mon, 08 Sep 2008 16:22:07 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	adobriyan@...il.com
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH] Reduce structures when XFRM=n

From: Alexey Dobriyan <adobriyan@...il.com>
Date: Sun, 7 Sep 2008 23:44:49 +0400

> #ifdef out
> * struct sk_buff::sp		(pointer)
> * struct dst_entry::xfrm	(pointer)
> * struct sock::sk_policy	(2 pointers)
> 
> Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>

Please do not plaster XFRM ifdefs all over code code like net/ipv4/icmp.c
and friends, instead make the xfrm*() interfaces inline nops when XFRM
is turned off.
--
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