Re: [PATCH 001/001] ipv4: enable use of 240/4 address space

From: David Miller
Date: Fri Jan 11 2008 - 01:33:51 EST


From: Vince Fuller <vaf@xxxxxxxxx>
Date: Mon, 7 Jan 2008 17:10:57 -0800

> from Vince Fuller <vaf@xxxxxxx>
>
> 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 <vaf@xxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/