Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 1 Nov 2002 18:33:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 1 Nov 2002 18:33:20 -0500 Received: from air-2.osdl.org ([65.172.181.6]:26555 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id ; Fri, 1 Nov 2002 18:33:19 -0500 Date: Fri, 1 Nov 2002 15:35:49 -0800 (PST) From: "Randy.Dunlap" X-X-Sender: To: Subject: Re: Linux v2.5.45 ipmr.c compile failure In-Reply-To: <3DC2578E.999E569C@aitel.hist.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1028 Lines: 25 | net/ipv4/ipmr.c: In function `ipmr_forward_finish': | net/ipv4/ipmr.c:1114: structure has no member named `pmtu' | net/ipv4/ipmr.c: In function `ipmr_queue_xmit': | net/ipv4/ipmr.c:1170: structure has no member named `pmtu' Several people reported this problem in 2.5.45. I don't know how tough it is to check all combinations of config options for such build problems, and I don't know how much code and/or options there are in linux/net/ compared to linux/drivers/usb/, but when I was the USB maintainer, before sending patches to Linus, I would use a script to build all of USB in-kernel and then build all of USB as loadable modules. This helped me make sure that easy-to-catch problems didn't happen. just an idea... -- ~Randy (OK, net/ is about double the size of usb/) - 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/