netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Dittmer <jdi@l4x.org>
To: Joerg Roedel <joro-lkml@zlug.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 20:12:06 +0200	[thread overview]
Message-ID: <452FD6F6.3090907@l4x.org> (raw)
In-Reply-To: <20061010153745.GA27455@zlug.org>

This is missing the MODULE_LICENSE statements and taints the kernel upon
loading. License is obvious from the beginning of the file.

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>

--- 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");

  parent reply	other threads:[~2006-10-13 18:12 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 [this message]
2006-10-13 19:17   ` Joerg Roedel
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=452FD6F6.3090907@l4x.org \
    --to=jdi@l4x.org \
    --cc=davem@davemloft.net \
    --cc=joro-lkml@zlug.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).