* [PATCH] kernel: modules: Add SPDX license identifier to kmod.c
@ 2026-01-16 0:04 Tim Bird
2026-01-16 0:58 ` Linus Torvalds
2026-01-16 8:00 ` Christophe Leroy (CS GROUP)
0 siblings, 2 replies; 4+ messages in thread
From: Tim Bird @ 2026-01-16 0:04 UTC (permalink / raw)
To: torvalds, mcgrof, petr.pavlu, da.gomez
Cc: linux-spdx, linux-modules, linux-kernel, Tim Bird
Add a GPL-2.0 license identifier line for this file.
kmod.c was originally introduced in the kernel in February
of 1998 by Linus Torvalds - who was familiar with kernel
licensing at the time this was introduced.
Signed-off-by: Tim Bird <tim.bird@sony.com>
---
kernel/module/kmod.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/module/kmod.c b/kernel/module/kmod.c
index 25f253812512..a25dccdf7aa7 100644
--- a/kernel/module/kmod.c
+++ b/kernel/module/kmod.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* kmod - the kernel module loader
*
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] kernel: modules: Add SPDX license identifier to kmod.c
2026-01-16 0:04 [PATCH] kernel: modules: Add SPDX license identifier to kmod.c Tim Bird
@ 2026-01-16 0:58 ` Linus Torvalds
2026-01-16 8:00 ` Christophe Leroy (CS GROUP)
1 sibling, 0 replies; 4+ messages in thread
From: Linus Torvalds @ 2026-01-16 0:58 UTC (permalink / raw)
To: Tim Bird
Cc: mcgrof, petr.pavlu, da.gomez, linux-spdx, linux-modules,
linux-kernel
On Thu, 15 Jan 2026 at 16:04, Tim Bird <tim.bird@sony.com> wrote:
>
> kmod.c was originally introduced in the kernel in February
> of 1998 by Linus Torvalds - who was familiar with kernel
> licensing at the time this was introduced.
Lol.
Applied.
Linus
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] kernel: modules: Add SPDX license identifier to kmod.c
2026-01-16 0:04 [PATCH] kernel: modules: Add SPDX license identifier to kmod.c Tim Bird
2026-01-16 0:58 ` Linus Torvalds
@ 2026-01-16 8:00 ` Christophe Leroy (CS GROUP)
2026-01-16 18:45 ` Bird, Tim
1 sibling, 1 reply; 4+ messages in thread
From: Christophe Leroy (CS GROUP) @ 2026-01-16 8:00 UTC (permalink / raw)
To: Tim Bird, torvalds, mcgrof, petr.pavlu, da.gomez
Cc: linux-spdx, linux-modules, linux-kernel
Le 16/01/2026 à 01:04, Tim Bird a écrit :
> [Vous ne recevez pas souvent de courriers de tim.bird@sony.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ]
>
> Add a GPL-2.0 license identifier line for this file.
>
> kmod.c was originally introduced in the kernel in February
> of 1998 by Linus Torvalds - who was familiar with kernel
> licensing at the time this was introduced.
1998 ?
This file has Copyright (C) 2023 Luis Chamberlain <mcgrof@kernel.org>
added by commit 8660484ed1cf ("module: add debugging auto-load duplicate
module support")
>
> Signed-off-by: Tim Bird <tim.bird@sony.com>
> ---
> kernel/module/kmod.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/kernel/module/kmod.c b/kernel/module/kmod.c
> index 25f253812512..a25dccdf7aa7 100644
> --- a/kernel/module/kmod.c
> +++ b/kernel/module/kmod.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
> /*
> * kmod - the kernel module loader
> *
> --
> 2.43.0
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] kernel: modules: Add SPDX license identifier to kmod.c
2026-01-16 8:00 ` Christophe Leroy (CS GROUP)
@ 2026-01-16 18:45 ` Bird, Tim
0 siblings, 0 replies; 4+ messages in thread
From: Bird, Tim @ 2026-01-16 18:45 UTC (permalink / raw)
To: Christophe Leroy (CS GROUP), torvalds@linux-foundation.org,
mcgrof@kernel.org, petr.pavlu@suse.com, da.gomez@kernel.org
Cc: linux-spdx@vger.kernel.org, linux-modules@vger.kernel.org,
linux-kernel@vger.kernel.org
> -----Original Message-----
> From: Christophe Leroy (CS GROUP) <chleroy@kernel.org>
>
>
> Le 16/01/2026 à 01:04, Tim Bird a écrit :
> > [Vous ne recevez pas souvent de courriers de tim.bird@sony.com. Découvrez pourquoi ceci est important à
> https://aka.ms/LearnAboutSenderIdentification ]
> >
> > Add a GPL-2.0 license identifier line for this file.
> >
> > kmod.c was originally introduced in the kernel in February
> > of 1998 by Linus Torvalds - who was familiar with kernel
> > licensing at the time this was introduced.
>
> 1998 ?
Yes. The file kernel/kmod.c first appeared in kernel version 2.1.90,
released on March 18, 1998.
>
> This file has Copyright (C) 2023 Luis Chamberlain <mcgrof@kernel.org>
> added by commit 8660484ed1cf ("module: add debugging auto-load duplicate
> module support")
That copyright line was added later.
While Linus first introduced the file, some of the code was likely authored by
Kirk Peterson, whose name is in the header (but without a formal copyright
notice.
-- Tim
>
> >
> > Signed-off-by: Tim Bird <tim.bird@sony.com>
> > ---
> > kernel/module/kmod.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/kernel/module/kmod.c b/kernel/module/kmod.c
> > index 25f253812512..a25dccdf7aa7 100644
> > --- a/kernel/module/kmod.c
> > +++ b/kernel/module/kmod.c
> > @@ -1,3 +1,4 @@
> > +// SPDX-License-Identifier: GPL-2.0
> > /*
> > * kmod - the kernel module loader
> > *
> > --
> > 2.43.0
> >
> >
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-01-16 19:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-16 0:04 [PATCH] kernel: modules: Add SPDX license identifier to kmod.c Tim Bird
2026-01-16 0:58 ` Linus Torvalds
2026-01-16 8:00 ` Christophe Leroy (CS GROUP)
2026-01-16 18:45 ` Bird, Tim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox