Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759454AbYAKGds (ORCPT ); Fri, 11 Jan 2008 01:33:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751402AbYAKGdi (ORCPT ); Fri, 11 Jan 2008 01:33:38 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:38847 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751208AbYAKGdi (ORCPT ); Fri, 11 Jan 2008 01:33:38 -0500 Date: Thu, 10 Jan 2008 22:33:37 -0800 (PST) Message-Id: <20080110.223337.96558244.davem@davemloft.net> To: vaf@cisco.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 001/001] ipv4: enable use of 240/4 address space From: David Miller In-Reply-To: <20080108011057.GA21168@cisco.com> References: <20080108011057.GA21168@cisco.com> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 970 Lines: 32 From: Vince Fuller Date: Mon, 7 Jan 2008 17:10:57 -0800 > from Vince Fuller > > This set of diffs modify the 2.6.20 kernel to enable use of the 240/4 > (aka "class-E") address space as consistent with the Internet Draft > draft-fuller-240space-00.txt. > > Signed-off-by: Vince Fuller There has been more than 90K worth of changes to the files you are changing since 2.6.20 It is generally unwise to submit patches against such old kernel versions, they rarely apply, so please respin your patch against more current sources. Please also remove the trailing whitespace, like the one found here: +#define IN_CLASSE_HOST (0xffffffff & ~IN_CLASSE_NET) + +/* ^^^^^ Thanks. -- 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/