From: Danilo Krummrich <dakr@redhat.com>
To: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>,
David Edelsohn <dje.gcc@gmail.com>,
intel-xe@lists.freedesktop.org, dri-devel@lists.freedesktop.org
Subject: Re: [Intel-xe] [PATCH] drm/gpuvm: Fix deprecated license identifier
Date: Mon, 6 Nov 2023 14:25:32 +0100 [thread overview]
Message-ID: <ZUjpTCTDKgmYEYQc@pollux> (raw)
In-Reply-To: <20231106114827.62492-1-thomas.hellstrom@linux.intel.com>
On Mon, Nov 06, 2023 at 12:48:27PM +0100, Thomas Hellström wrote:
> "GPL-2.0-only" in the license header was incorrectly changed to the
> now deprecated "GPL-2.0". Fix.
>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: Danilo Krummrich <dakr@redhat.com>
> Reported-by: David Edelsohn <dje.gcc@gmail.com>
> Closes: https://lore.kernel.org/dri-devel/5lfrhdpkwhpgzipgngojs3tyqfqbesifzu5nf4l5q3nhfdhcf2@25nmiq7tfrew/T/#m5c356d68815711eea30dd94cc6f7ea8cd4344fe3
> Fixes: f7749a549b4f ("drm/gpuvm: Dual-licence the drm_gpuvm code GPL-2.0 OR MIT")
> Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Acked-by: Danilo Krummrich <dakr@redhat.com>
> ---
> drivers/gpu/drm/drm_gpuvm.c | 2 +-
> include/drm/drm_gpuvm.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_gpuvm.c b/drivers/gpu/drm/drm_gpuvm.c
> index 08c088319652..b80d4e1cc9b7 100644
> --- a/drivers/gpu/drm/drm_gpuvm.c
> +++ b/drivers/gpu/drm/drm_gpuvm.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0 OR MIT
> +// SPDX-License-Identifier: GPL-2.0-only OR MIT
> /*
> * Copyright (c) 2022 Red Hat.
> *
> diff --git a/include/drm/drm_gpuvm.h b/include/drm/drm_gpuvm.h
> index bdfafc4a7705..c7a0594bdab1 100644
> --- a/include/drm/drm_gpuvm.h
> +++ b/include/drm/drm_gpuvm.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 OR MIT */
> +/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
>
> #ifndef __DRM_GPUVM_H__
> #define __DRM_GPUVM_H__
> --
> 2.41.0
>
WARNING: multiple messages have this Message-ID (diff)
From: Danilo Krummrich <dakr@redhat.com>
To: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>,
David Edelsohn <dje.gcc@gmail.com>,
intel-xe@lists.freedesktop.org, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/gpuvm: Fix deprecated license identifier
Date: Mon, 6 Nov 2023 14:25:32 +0100 [thread overview]
Message-ID: <ZUjpTCTDKgmYEYQc@pollux> (raw)
In-Reply-To: <20231106114827.62492-1-thomas.hellstrom@linux.intel.com>
On Mon, Nov 06, 2023 at 12:48:27PM +0100, Thomas Hellström wrote:
> "GPL-2.0-only" in the license header was incorrectly changed to the
> now deprecated "GPL-2.0". Fix.
>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: Danilo Krummrich <dakr@redhat.com>
> Reported-by: David Edelsohn <dje.gcc@gmail.com>
> Closes: https://lore.kernel.org/dri-devel/5lfrhdpkwhpgzipgngojs3tyqfqbesifzu5nf4l5q3nhfdhcf2@25nmiq7tfrew/T/#m5c356d68815711eea30dd94cc6f7ea8cd4344fe3
> Fixes: f7749a549b4f ("drm/gpuvm: Dual-licence the drm_gpuvm code GPL-2.0 OR MIT")
> Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Acked-by: Danilo Krummrich <dakr@redhat.com>
> ---
> drivers/gpu/drm/drm_gpuvm.c | 2 +-
> include/drm/drm_gpuvm.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_gpuvm.c b/drivers/gpu/drm/drm_gpuvm.c
> index 08c088319652..b80d4e1cc9b7 100644
> --- a/drivers/gpu/drm/drm_gpuvm.c
> +++ b/drivers/gpu/drm/drm_gpuvm.c
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0 OR MIT
> +// SPDX-License-Identifier: GPL-2.0-only OR MIT
> /*
> * Copyright (c) 2022 Red Hat.
> *
> diff --git a/include/drm/drm_gpuvm.h b/include/drm/drm_gpuvm.h
> index bdfafc4a7705..c7a0594bdab1 100644
> --- a/include/drm/drm_gpuvm.h
> +++ b/include/drm/drm_gpuvm.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 OR MIT */
> +/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
>
> #ifndef __DRM_GPUVM_H__
> #define __DRM_GPUVM_H__
> --
> 2.41.0
>
next prev parent reply other threads:[~2023-11-06 13:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-06 11:48 [Intel-xe] [PATCH] drm/gpuvm: Fix deprecated license identifier Thomas Hellström
2023-11-06 11:48 ` Thomas Hellström
2023-11-06 12:12 ` [Intel-xe] ✗ CI.Patch_applied: failure for " Patchwork
2023-11-06 13:21 ` [Intel-xe] [PATCH] " Maxime Ripard
2023-11-06 13:21 ` Maxime Ripard
2023-11-06 13:25 ` Danilo Krummrich [this message]
2023-11-06 13:25 ` Danilo Krummrich
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=ZUjpTCTDKgmYEYQc@pollux \
--to=dakr@redhat.com \
--cc=dje.gcc@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=mripard@kernel.org \
--cc=thomas.hellstrom@linux.intel.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.