dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: "Deucher, Alexander" <Alexander.Deucher@amd.com>
Cc: Thomas Hellstrom <thellstrom@vmware.com>,
	Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
	Gerd Hoffmann <kraxel@redhat.com>, Sean Paul <sean@poorly.run>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	Thierry Reding <thierry.reding@gmail.com>,
	VMware Graphics <linux-graphics-maintainer@vmware.com>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	"Koenig, Christian" <Christian.Koenig@amd.com>,
	Ben Skeggs <bskeggs@redhat.com>
Subject: Re: [PATCH 2/3] drm: uapi: Use SPDX in DRM drivers uAPI headers
Date: Wed, 16 Dec 2020 16:31:16 +0100	[thread overview]
Message-ID: <X9ooRDIL3vu6VfRS@kroah.com> (raw)
In-Reply-To: <MN2PR12MB4488A356AC7AF9FD844F0F89F7C50@MN2PR12MB4488.namprd12.prod.outlook.com>

On Wed, Dec 16, 2020 at 02:52:25PM +0000, Deucher, Alexander wrote:
> [AMD Public Use]
> 
> > -----Original Message-----
> > From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > Sent: Tuesday, December 15, 2020 9:15 PM
> > To: Koenig, Christian <Christian.Koenig@amd.com>
> > Cc: Daniel Vetter <daniel@ffwll.ch>; Laurent Pinchart
> > <laurent.pinchart+renesas@ideasonboard.com>; dri-
> > devel@lists.freedesktop.org; Dave Airlie <airlied@gmail.com>; Greg Kroah-
> > Hartman <gregkh@linuxfoundation.org>; Thomas Gleixner
> > <tglx@linutronix.de>; Deucher, Alexander <Alexander.Deucher@amd.com>;
> > Rob Clark <robdclark@gmail.com>; Sean Paul <sean@poorly.run>; Ben
> > Skeggs <bskeggs@redhat.com>; Gerd Hoffmann <kraxel@redhat.com>;
> > Thierry Reding <thierry.reding@gmail.com>; Eric Anholt <eric@anholt.net>;
> > VMware Graphics <linux-graphics-maintainer@vmware.com>; Thomas
> > Hellstrom <thellstrom@vmware.com>
> > Subject: Re: [PATCH 2/3] drm: uapi: Use SPDX in DRM drivers uAPI headers
> > 
> > Hi Christian,
> > 
> > On Fri, Jul 17, 2020 at 04:05:42PM +0200, Christian König wrote:
> > > Am 17.07.20 um 04:27 schrieb Laurent Pinchart:
> > > > On Mon, Jun 22, 2020 at 11:29:33AM +0200, Daniel Vetter wrote:
> > > >> On Mon, Jun 22, 2020 at 09:58:44AM +0200, Christian König wrote:
> > > >>> Am 21.06.20 um 04:07 schrieb Laurent Pinchart:
> > > >>>> Most of the DRM drivers uAPI headers are licensed under the MIT
> > > >>>> license, and carry copies of the license with slight variations.
> > > >>>> Replace them with SPDX headers.
> > > >>> My personal opinion is that this is a really good idea, but my
> > > >>> professional is that we need the acknowledgment from our legal
> > department for this.
> > > >> I think official ack from amd on first patch, especially the .rst
> > > >> snippet, would be really good indeed.
> > > > Any update on this one ?
> > >
> > > Sorry totally forgot to forward this because I was waiting for split
> > > up patches.
> > >
> > > Going to do so right now.
> > 
> > Has there been any update ? :-)
> 
> AMD legal requires the full license.

Um, what?  Please let me talk to them about this, it's not ok for one
individual company, out of 450+, to somehow decide to do something
different.

Please put your lawyers in contact with me and I will have them discuss
it with the proper lawyers on our side.

thanks,

greg k-h
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2020-12-16 15:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-21  2:07 [PATCH 1/3] drm: uapi: Use SPDX in DRM core uAPI headers Laurent Pinchart
2020-06-21  2:07 ` [PATCH 2/3] drm: uapi: Use SPDX in DRM drivers " Laurent Pinchart
2020-06-22  7:58   ` Christian König
2020-06-22  9:29     ` Daniel Vetter
2020-07-17  2:27       ` Laurent Pinchart
2020-07-17 14:05         ` Christian König
2020-12-16  2:15           ` Laurent Pinchart
2020-12-16 14:52             ` Deucher, Alexander
2020-12-16 15:31               ` Greg Kroah-Hartman [this message]
2021-01-07 15:01                 ` Alex Deucher
2021-01-07 15:12                   ` Greg Kroah-Hartman
2021-01-09  1:43                   ` Laurent Pinchart
2020-06-23 14:41   ` [Linux-graphics-maintainer] " Roland Scheidegger
2020-06-21  2:07 ` [PATCH 3/3] drm: uapi: Remove copies of GPL license text from headers Laurent Pinchart
2020-06-22  9:27   ` Daniel Vetter
2020-06-22  9:25 ` [PATCH 1/3] drm: uapi: Use SPDX in DRM core uAPI headers Daniel Vetter

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=X9ooRDIL3vu6VfRS@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=Alexander.Deucher@amd.com \
    --cc=Christian.Koenig@amd.com \
    --cc=bskeggs@redhat.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kraxel@redhat.com \
    --cc=laurent.pinchart+renesas@ideasonboard.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-graphics-maintainer@vmware.com \
    --cc=sean@poorly.run \
    --cc=tglx@linutronix.de \
    --cc=thellstrom@vmware.com \
    --cc=thierry.reding@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox