All of lore.kernel.org
 help / color / mirror / Atom feed
From: greg at kroah.com (Greg KH)
Subject: [net-next v2] net: sched: Introduce act_ctinfo action
Date: Sun, 5 May 2019 12:23:14 +0200	[thread overview]
Message-ID: <20190505102314.GA12761@kroah.com> (raw)
In-Reply-To: <20190505101523.48425-1-ldir@darbyshire-bryant.me.uk>

On Sun, May 05, 2019 at 10:15:43AM +0000, Kevin 'ldir' Darbyshire-Bryant wrote:
> --- /dev/null
> +++ b/net/sched/act_ctinfo.c
> @@ -0,0 +1,407 @@
> +// SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

How can a .c file, buried in the kernel tree, have a Linux-syscall-note
exception to it?

Are you _sure_ that is ok?  That license should only be for files in the
uapi header directory.

thanks,

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: greg@kroah.com (Greg KH)
Subject: [net-next v2] net: sched: Introduce act_ctinfo action
Date: Sun, 5 May 2019 12:23:14 +0200	[thread overview]
Message-ID: <20190505102314.GA12761@kroah.com> (raw)
Message-ID: <20190505102314.64Z1DKLwRaAcislFKE8r36OlGS6Kc4u6YuGHxuHmNmQ@z> (raw)
In-Reply-To: <20190505101523.48425-1-ldir@darbyshire-bryant.me.uk>

On Sun, May 05, 2019@10:15:43AM +0000, Kevin 'ldir' Darbyshire-Bryant wrote:
> --- /dev/null
> +++ b/net/sched/act_ctinfo.c
> @@ -0,0 +1,407 @@
> +// SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

How can a .c file, buried in the kernel tree, have a Linux-syscall-note
exception to it?

Are you _sure_ that is ok?  That license should only be for files in the
uapi header directory.

thanks,

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <greg@kroah.com>
To: Kevin 'ldir' Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Cc: "xiyou.wangcong@gmail.com" <xiyou.wangcong@gmail.com>,
	"davem@davemloft.net" <davem@davemloft.net>,
	"jhs@mojatatu.com" <jhs@mojatatu.com>,
	"jiri@resnulli.us" <jiri@resnulli.us>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-kselftest@vger.kernel.org"
	<linux-kselftest@vger.kernel.org>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"shuah@kernel.org" <shuah@kernel.org>
Subject: Re: [net-next v2] net: sched: Introduce act_ctinfo action
Date: Sun, 5 May 2019 12:23:14 +0200	[thread overview]
Message-ID: <20190505102314.GA12761@kroah.com> (raw)
In-Reply-To: <20190505101523.48425-1-ldir@darbyshire-bryant.me.uk>

On Sun, May 05, 2019 at 10:15:43AM +0000, Kevin 'ldir' Darbyshire-Bryant wrote:
> --- /dev/null
> +++ b/net/sched/act_ctinfo.c
> @@ -0,0 +1,407 @@
> +// SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

How can a .c file, buried in the kernel tree, have a Linux-syscall-note
exception to it?

Are you _sure_ that is ok?  That license should only be for files in the
uapi header directory.

thanks,

greg k-h

  reply	other threads:[~2019-05-05 10:23 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-27 13:08 [PATCH net-next] net: sched: Introduce act_ctinfo action ldir
2019-04-27 13:08 ` Kevin 'ldir' Darbyshire-Bryant
2019-04-27 13:08 ` Kevin 'ldir' Darbyshire-Bryant
2019-04-30 21:47 ` xiyou.wangcong
2019-04-30 21:47   ` Cong Wang
2019-04-30 21:47   ` Cong Wang
2019-05-03 21:20   ` ldir
2019-05-03 21:20     ` Kevin 'ldir' Darbyshire-Bryant
2019-05-03 21:20     ` Kevin 'ldir' Darbyshire-Bryant
2019-05-05 10:15   ` [net-next v2] " ldir
2019-05-05 10:15     ` Kevin 'ldir' Darbyshire-Bryant
2019-05-05 10:15     ` Kevin 'ldir' Darbyshire-Bryant
2019-05-05 10:23     ` greg [this message]
2019-05-05 10:23       ` Greg KH
2019-05-05 10:23       ` Greg KH
2019-05-05 10:32       ` ldir
2019-05-05 10:32         ` Kevin 'ldir' Darbyshire-Bryant
2019-05-05 10:32         ` Kevin 'ldir' Darbyshire-Bryant
2019-05-05 10:43         ` 
2019-05-05 10:43           ` Toke Høiland-Jørgensen
2019-05-05 10:43           ` Toke Høiland-Jørgensen
2019-05-05 13:20     ` [net-next v3] " ldir
2019-05-05 13:20       ` Kevin 'ldir' Darbyshire-Bryant
2019-05-05 13:20       ` Kevin 'ldir' Darbyshire-Bryant
2019-05-07 19:39       ` davem
2019-05-07 19:39         ` David Miller
2019-05-07 19:39         ` David Miller
2019-05-07 20:12         ` [PATCH net-next v4] " ldir
2019-05-07 20:12           ` Kevin 'ldir' Darbyshire-Bryant
2019-05-07 20:12           ` Kevin 'ldir' Darbyshire-Bryant
2019-05-08  0:20           ` davem
2019-05-08  0:20             ` David Miller
2019-05-08  0:20             ` David Miller
2019-05-08 16:12             ` ldir
2019-05-08 16:12               ` Kevin 'ldir' Darbyshire-Bryant
2019-05-08 16:12               ` Kevin 'ldir' Darbyshire-Bryant
2019-05-07 20:18         ` [net-next v3] " ldir
2019-05-07 20:18           ` Kevin 'ldir' Darbyshire-Bryant
2019-05-07 20:18           ` Kevin 'ldir' Darbyshire-Bryant

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=20190505102314.GA12761@kroah.com \
    --to=unknown@example.com \
    /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.