2006-10-09 09:34:20

by Joerg Roedel

[permalink] [raw]
Subject: [PATCH 01/02 V2] net/ipv6: seperate sit driver to extra module

This is the changed version of the patch making the sit driver
configurable as a seperate module.

Changes:
- spelling fixes in Kconfig
- changed "If unsure, say N" to "If unsure, say Y" for consistency


Attachments:
(No filename) (203.00 B)
patch_sit_as_module (2.85 kB)
Download all attachments

2006-10-09 09:37:36

by Joerg Roedel

[permalink] [raw]
Subject: [PATCH 02/02 V2] net/ipv6: seperate sit driver to extra module (addrconf.c changes)

Decond part of the patch. It contains changes to to net/ipv6/addrconf.c
to remove sit specific code if the sit driver it not selected.
There are no changes to previous sumbit. This patch is resubmitted for
completeness.


Attachments:
(No filename) (220.00 B)
patch_sit_as_module_addrconf (3.04 kB)
Download all attachments

2006-10-10 04:38:58

by David Miller

[permalink] [raw]
Subject: Re: [PATCH 01/02 V2] net/ipv6: seperate sit driver to extra module

From: Joerg Roedel <[email protected]>
Date: Mon, 9 Oct 2006 11:34:16 +0200

> This is the changed version of the patch making the sit driver
> configurable as a seperate module.
>
> Changes:
> - spelling fixes in Kconfig
> - changed "If unsure, say N" to "If unsure, say Y" for consistency

Joerg, when you make resubmissions, please always restate the full
changelog and all signed-off-by lines.

If you want to say "Changed since last version" do that seperately
at the top of the email, right before the main changelog entry and
the patch itself.

I wanted to apply this latest version of these two patches, but I
cannot because the full changelog isn't here. Please get this
into a mergable form for me.

Thanks a lot.

2006-10-10 15:41:53

by Joerg Roedel

[permalink] [raw]
Subject: Re: [PATCH 01/02 V2] net/ipv6: seperate sit driver to extra module

On Mon, Oct 09, 2006 at 09:38:56PM -0700, David Miller wrote:
> Joerg, when you make resubmissions, please always restate the full
> changelog and all signed-off-by lines.
>
> If you want to say "Changed since last version" do that seperately
> at the top of the email, right before the main changelog entry and
> the patch itself.
>
> I wanted to apply this latest version of these two patches, but I
> cannot because the full changelog isn't here. Please get this
> into a mergable form for me.

Ok, thanks for your hints. I resubmitted the changes with the
appropriate changelog entries. I should be ok now.