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:	Thu, 08 Feb 2007 13:32:24 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	shinta@....wide.ad.jp
Cc:	netdev@...r.kernel.org, Francis.Dupont@...nt6.net,
	nakam@...ux-ipv6.org, yoshfuji@...ux-ipv6.org,
	usagi-core@...ux-ipv6.org
Subject: Re: [PATCH 0/5] [XFRM,PFKEYV2]: MIGRATE support (take 3)

From: Shinta Sugimoto <shinta@....wide.ad.jp>
Date: Thu, 08 Feb 2007 12:09:29 +0900

> The patch set consists of following 5 patches:
> 
> [PATCH (1/5)] [XFRM]: Extension for dynamic update of endpoint address(es)
> [PATCH (2/5)] [XFRM]: User interface for handling XFRM_MSG_MIGRATE
> [PATCH (3/5)] [XFRM]: CONFIG_XFRM_MIGRATE option
> [PATCH (4/5)] [PFKEYV2]: Extension for dynamic update of endpoint address(es)
> [PATCH (5/5)] [PFKEYV2]: CONFIG_NET_KEY_MIGRATE option
> 
> And it can also be fetched by git from following repository with
> branch name "migrate-take3".

Patch applied, but I had to add the following bug fix in
order to fix xfrm_user and af_key when built as modules.

commit e610e679dd0057403c96cd31f8739792780732ee
Author: David S. Miller <davem@...set.davemloft.net>
Date:   Thu Feb 8 13:29:15 2007 -0800

    [XFRM]: xfrm_migrate() needs exporting to modules.
    
    Needed by xfrm_user and af_key.
    
    Signed-off-by: David S. Miller <davem@...emloft.net>

diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c
index 825c60a..fa7ce06 100644
--- a/net/xfrm/xfrm_policy.c
+++ b/net/xfrm/xfrm_policy.c
@@ -2464,5 +2464,6 @@ restore_state:
 
 	return err;
 }
+EXPORT_SYMBOL(xfrm_migrate);
 #endif
 
-
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