From: Joerg Roedel <joro-lkml@zlug.org>
To: Jan Dittmer <jdi@l4x.org>
Cc: netdev@vger.kernel.org, David Miller <davem@davemloft.net>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 01/02 V3] net/ipv6: seperate sit driver to extra module
Date: Fri, 13 Oct 2006 21:17:45 +0200 [thread overview]
Message-ID: <20061013191744.GA30089@zlug.org> (raw)
In-Reply-To: <452FD6F6.3090907@l4x.org>
On Fri, Oct 13, 2006 at 08:12:06PM +0200, Jan Dittmer wrote:
> This is missing the MODULE_LICENSE statements and taints the kernel upon
> loading. License is obvious from the beginning of the file.
Ah, ok. I forgot that. Thanks for the fix.
> Joerg Roedel wrote:
> > --- linux-2.6.18-vanilla/net/ipv6/sit.c 2006-09-20 05:42:06.000000000 +0200
> > +++ linux-2.6.18/net/ipv6/sit.c 2006-10-05 16:55:02.000000000 +0200
> > @@ -850,3 +850,6 @@ int __init sit_init(void)
> > inet_del_protocol(&sit_protocol, IPPROTO_IPV6);
> > goto out;
> > }
> > +
> > +module_init(sit_init);
> > +module_exit(sit_cleanup);
>
> Signed-off-by: Jan Dittmer <jdi@l4x.org>
Signed-off-by: Joerg Roedel <joro-lkml@zlug.org>
>
> --- linux-2.6-amd64/net/ipv6/sit.c~ 2006-10-13 17:39:45.000000000 +0200
> +++ linux-2.6-amd64/net/ipv6/sit.c 2006-10-13 17:39:49.000000000 +0200
> @@ -853,3 +853,4 @@ int __init sit_init(void)
>
> module_init(sit_init);
> module_exit(sit_cleanup);
> +MODULE_LICENSE("GPL");
next prev parent reply other threads:[~2006-10-13 19:17 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-10 15:37 [PATCH 01/02 V3] net/ipv6: seperate sit driver to extra module Joerg Roedel
2006-10-10 15:39 ` [PATCH 02/02 V3] net/ipv6: seperate sit driver to extra module (addrconf.c changes) Joerg Roedel
2006-10-10 15:43 ` Joerg Roedel
2006-10-10 21:50 ` David Miller
2006-10-10 21:47 ` [PATCH 01/02 V3] net/ipv6: seperate sit driver to extra module David Miller
2006-10-13 18:12 ` Jan Dittmer
2006-10-13 19:17 ` Joerg Roedel [this message]
2006-10-13 22:06 ` David Miller
2006-10-13 23:09 ` Jan Dittmer
2006-10-14 9:32 ` Joerg Roedel
2006-11-05 22:35 ` Patrick McHardy
2006-11-05 23:27 ` David Miller
2006-11-05 23:38 ` Patrick McHardy
2006-11-05 23:47 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061013191744.GA30089@zlug.org \
--to=joro-lkml@zlug.org \
--cc=davem@davemloft.net \
--cc=jdi@l4x.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.