public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: driver-api: eisa: add SPDX license identifier
@ 2026-04-28 12:45 Ilai Levin
  2026-04-28 12:57 ` Jonathan Corbet
  0 siblings, 1 reply; 5+ messages in thread
From: Ilai Levin @ 2026-04-28 12:45 UTC (permalink / raw)
  To: corbet; +Cc: skhan, linux-doc, linux-kernel, Ilai Levin

Add the missing SPDX-License-Identifier tag to the eisa.rst
documentation file.

Signed-off-by: Ilai Levin <levinilai972@gmail.com>
---
 Documentation/driver-api/eisa.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/driver-api/eisa.rst b/Documentation/driver-api/eisa.rst
index 3563e5f7e..e98b21b60 100644
--- a/Documentation/driver-api/eisa.rst
+++ b/Documentation/driver-api/eisa.rst
@@ -1,3 +1,5 @@
+.. SPDX-License-Identifier: GPL-2.0
+
 ================
 EISA bus support
 ================
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] docs: driver-api: eisa: add SPDX license identifier
  2026-04-28 12:45 [PATCH] docs: driver-api: eisa: add SPDX license identifier Ilai Levin
@ 2026-04-28 12:57 ` Jonathan Corbet
  2026-04-28 13:26   ` Marc Zyngier
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Corbet @ 2026-04-28 12:57 UTC (permalink / raw)
  To: Ilai Levin; +Cc: skhan, linux-doc, linux-kernel, Ilai Levin, Marc Zyngier

Ilai Levin <levinilai972@gmail.com> writes:

> Add the missing SPDX-License-Identifier tag to the eisa.rst
> documentation file.
>
> Signed-off-by: Ilai Levin <levinilai972@gmail.com>
> ---
>  Documentation/driver-api/eisa.rst | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/driver-api/eisa.rst b/Documentation/driver-api/eisa.rst
> index 3563e5f7e..e98b21b60 100644
> --- a/Documentation/driver-api/eisa.rst
> +++ b/Documentation/driver-api/eisa.rst
> @@ -1,3 +1,5 @@
> +.. SPDX-License-Identifier: GPL-2.0
> +

This is probably just fine, but it's worth asking the original author
(copied) whether that was the intent; we can't just slap an arbitrary
license onto the work of others.

(One could also ask whether we need this document at all in 2026, but
that is a separate question...:)

Thanks,

jon

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] docs: driver-api: eisa: add SPDX license identifier
  2026-04-28 12:57 ` Jonathan Corbet
@ 2026-04-28 13:26   ` Marc Zyngier
  2026-04-28 13:33     ` Ilai Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Marc Zyngier @ 2026-04-28 13:26 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Ilai Levin, skhan, linux-doc, linux-kernel

Thanks for looping me in Jon.

On Tue, 28 Apr 2026 13:57:22 +0100,
Jonathan Corbet <corbet@lwn.net> wrote:
> 
> Ilai Levin <levinilai972@gmail.com> writes:
> 
> > Add the missing SPDX-License-Identifier tag to the eisa.rst
> > documentation file.
> >
> > Signed-off-by: Ilai Levin <levinilai972@gmail.com>
> > ---
> >  Documentation/driver-api/eisa.rst | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/Documentation/driver-api/eisa.rst b/Documentation/driver-api/eisa.rst
> > index 3563e5f7e..e98b21b60 100644
> > --- a/Documentation/driver-api/eisa.rst
> > +++ b/Documentation/driver-api/eisa.rst
> > @@ -1,3 +1,5 @@
> > +.. SPDX-License-Identifier: GPL-2.0
> > +
> 
> This is probably just fine, but it's worth asking the original author
> (copied) whether that was the intent; we can't just slap an arbitrary
> license onto the work of others.

I'm perfectly happy with GPL-2.0. So FWIW:

Acked-by: Marc Zyngier <maz@kernel.org>

> (One could also ask whether we need this document at all in 2026, but
> that is a separate question...:)

I'd be even happier with a bulk removal of anything related to the
EISA bus. I haven't touched it in about 20 years, the only machine I
have left (an Alpha Jensen) has been disconnect for that long, and
support removed from the tree 2.5 years ago...

Thanks,

	M.

-- 
Without deviation from the norm, progress is not possible.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] docs: driver-api: eisa: add SPDX license identifier
  2026-04-28 13:26   ` Marc Zyngier
@ 2026-04-28 13:33     ` Ilai Levin
  2026-04-28 13:45       ` Jonathan Corbet
  0 siblings, 1 reply; 5+ messages in thread
From: Ilai Levin @ 2026-04-28 13:33 UTC (permalink / raw)
  To: Marc Zyngier; +Cc: Jonathan Corbet, skhan, linux-doc, linux-kernel

Hi Marc,

Thanks for confirming.

Jon, should I send a v2 adding Marc’s Acked-by, or is this sufficient?

Thanks,
Ilai


On Tue, 28 Apr 2026 at 14:26, Marc Zyngier <maz@kernel.org> wrote:
>
> Thanks for looping me in Jon.
>
> On Tue, 28 Apr 2026 13:57:22 +0100,
> Jonathan Corbet <corbet@lwn.net> wrote:
> >
> > Ilai Levin <levinilai972@gmail.com> writes:
> >
> > > Add the missing SPDX-License-Identifier tag to the eisa.rst
> > > documentation file.
> > >
> > > Signed-off-by: Ilai Levin <levinilai972@gmail.com>
> > > ---
> > >  Documentation/driver-api/eisa.rst | 2 ++
> > >  1 file changed, 2 insertions(+)
> > >
> > > diff --git a/Documentation/driver-api/eisa.rst b/Documentation/driver-api/eisa.rst
> > > index 3563e5f7e..e98b21b60 100644
> > > --- a/Documentation/driver-api/eisa.rst
> > > +++ b/Documentation/driver-api/eisa.rst
> > > @@ -1,3 +1,5 @@
> > > +.. SPDX-License-Identifier: GPL-2.0
> > > +
> >
> > This is probably just fine, but it's worth asking the original author
> > (copied) whether that was the intent; we can't just slap an arbitrary
> > license onto the work of others.
>
> I'm perfectly happy with GPL-2.0. So FWIW:
>
> Acked-by: Marc Zyngier <maz@kernel.org>
>
> > (One could also ask whether we need this document at all in 2026, but
> > that is a separate question...:)
>
> I'd be even happier with a bulk removal of anything related to the
> EISA bus. I haven't touched it in about 20 years, the only machine I
> have left (an Alpha Jensen) has been disconnect for that long, and
> support removed from the tree 2.5 years ago...
>
> Thanks,
>
>         M.
>
> --
> Without deviation from the norm, progress is not possible.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] docs: driver-api: eisa: add SPDX license identifier
  2026-04-28 13:33     ` Ilai Levin
@ 2026-04-28 13:45       ` Jonathan Corbet
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2026-04-28 13:45 UTC (permalink / raw)
  To: Ilai Levin, Marc Zyngier; +Cc: skhan, linux-doc, linux-kernel

Ilai Levin <levinilai972@gmail.com> writes:

> Hi Marc,
>
> Thanks for confirming.
>
> Jon, should I send a v2 adding Marc’s Acked-by, or is this sufficient?

No need for a resend, it will get picked up.

Thanks,

jon

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-04-28 13:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28 12:45 [PATCH] docs: driver-api: eisa: add SPDX license identifier Ilai Levin
2026-04-28 12:57 ` Jonathan Corbet
2026-04-28 13:26   ` Marc Zyngier
2026-04-28 13:33     ` Ilai Levin
2026-04-28 13:45       ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox