Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 15 Feb 2003 02:42:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 15 Feb 2003 02:42:34 -0500 Received: from ip-64-139-11-202.dsl.sca.megapath.net ([64.139.11.202]:1153 "EHLO localhost.localdomain") by vger.kernel.org with ESMTP id ; Sat, 15 Feb 2003 02:42:33 -0500 Date: Fri, 14 Feb 2003 23:51:39 -0800 Message-ID: <87heb6rng4.wl@ipinfusion.com> From: Kunihiro Ishiguro To: rct@gherkin.frus.com CC: linux-kernel@vger.kernel.org Subject: Re: 2.5.61: ipv6 as module fails: xfrm6_get_type User-Agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/21.2.92 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: multipart/mixed; boundary="Multipart_Fri_Feb_14_23:51:39_2003-1" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1160 Lines: 33 --Multipart_Fri_Feb_14_23:51:39_2003-1 Content-Type: text/plain; charset=US-ASCII >xfrm6_get_type() is undefined when one tries to build 2.5.61 with >IPv6 configured as a module. CONFIG_IPV6=y builds fine. Sorry. Please try attached patch. --Multipart_Fri_Feb_14_23:51:39_2003-1 Content-Type: application/octet-stream; type=patch Content-Disposition: attachment; filename="ipv6-module.diff" Content-Transfer-Encoding: 7bit --- net/ipv6/Makefile.orig 2003-02-14 23:43:31.000000000 -0800 +++ net/ipv6/Makefile 2003-02-14 23:43:39.000000000 -0800 @@ -8,8 +8,6 @@ route.o ip6_fib.o ipv6_sockglue.o ndisc.o udp.o raw.o \ protocol.o icmp.o mcast.o reassembly.o tcp_ipv6.o \ exthdrs.o sysctl_net_ipv6.o datagram.o proc.o \ - ip6_flowlabel.o ipv6_syms.o + ip6_flowlabel.o ipv6_syms.o xfrm_policy.o obj-$(CONFIG_NETFILTER) += netfilter/ - -obj-y += xfrm_policy.o --Multipart_Fri_Feb_14_23:51:39_2003-1-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/