All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] [XFRM,PFKEYV2]: MIGRATE support (take 3)
@ 2007-02-08  3:09 Shinta Sugimoto
  2007-02-08 21:32 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Shinta Sugimoto @ 2007-02-08  3:09 UTC (permalink / raw)
  To: netdev; +Cc: Francis Dupont, Masahide Nakamura, yoshfuji, usagi-core

Hello,

Let me re-post a patch set for MIGRATE support for XFRM/PFKEYv2.

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

git://git.linux-ipv6.org/gitroot/shinta/net-2.6.21-migrate.git

Regards,
Shinta



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/5] [XFRM,PFKEYV2]: MIGRATE support (take 3)
  2007-02-08  3:09 [PATCH 0/5] [XFRM,PFKEYV2]: MIGRATE support (take 3) Shinta Sugimoto
@ 2007-02-08 21:32 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-02-08 21:32 UTC (permalink / raw)
  To: shinta; +Cc: netdev, Francis.Dupont, nakam, yoshfuji, usagi-core

From: Shinta Sugimoto <shinta@sfc.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@sunset.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@davemloft.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
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-08 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-08  3:09 [PATCH 0/5] [XFRM,PFKEYV2]: MIGRATE support (take 3) Shinta Sugimoto
2007-02-08 21:32 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.