* [PATCH 0/2] riscv: Add missing licenses
@ 2024-07-29 21:00 Charlie Jenkins
2024-07-29 21:00 ` [PATCH 1/2] riscv: Add license to fence.h Charlie Jenkins
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Charlie Jenkins @ 2024-07-29 21:00 UTC (permalink / raw)
To: Paul Walmsley, Palmer Dabbelt, Albert Ou
Cc: linux-riscv, linux-kernel, Charlie Jenkins
I was poking around some files and noticed that vmalloc.h and fence.h
were missing licenses. This series simply adds in those licenses.
Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
---
Charlie Jenkins (2):
riscv: Add license to fence.h
riscv: Add license to vmalloc.h
arch/riscv/include/asm/fence.h | 1 +
arch/riscv/include/asm/vmalloc.h | 1 +
2 files changed, 2 insertions(+)
---
base-commit: 8400291e289ee6b2bf9779ff1c83a291501f017b
change-id: 20240729-riscv_fence_license-991133388456
--
- Charlie
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] riscv: Add license to fence.h
2024-07-29 21:00 [PATCH 0/2] riscv: Add missing licenses Charlie Jenkins
@ 2024-07-29 21:00 ` Charlie Jenkins
2024-07-29 21:00 ` [PATCH 2/2] riscv: Add license to vmalloc.h Charlie Jenkins
2024-09-14 8:13 ` [PATCH 0/2] riscv: Add missing licenses patchwork-bot+linux-riscv
2 siblings, 0 replies; 4+ messages in thread
From: Charlie Jenkins @ 2024-07-29 21:00 UTC (permalink / raw)
To: Paul Walmsley, Palmer Dabbelt, Albert Ou
Cc: linux-riscv, linux-kernel, Charlie Jenkins
Add a missing license to fence.h.
Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
---
arch/riscv/include/asm/fence.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/riscv/include/asm/fence.h b/arch/riscv/include/asm/fence.h
index 6bcd80325dfc..182db7930edc 100644
--- a/arch/riscv/include/asm/fence.h
+++ b/arch/riscv/include/asm/fence.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _ASM_RISCV_FENCE_H
#define _ASM_RISCV_FENCE_H
--
2.44.0
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] riscv: Add license to vmalloc.h
2024-07-29 21:00 [PATCH 0/2] riscv: Add missing licenses Charlie Jenkins
2024-07-29 21:00 ` [PATCH 1/2] riscv: Add license to fence.h Charlie Jenkins
@ 2024-07-29 21:00 ` Charlie Jenkins
2024-09-14 8:13 ` [PATCH 0/2] riscv: Add missing licenses patchwork-bot+linux-riscv
2 siblings, 0 replies; 4+ messages in thread
From: Charlie Jenkins @ 2024-07-29 21:00 UTC (permalink / raw)
To: Paul Walmsley, Palmer Dabbelt, Albert Ou
Cc: linux-riscv, linux-kernel, Charlie Jenkins
Add a missing license to vmalloc.h.
Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
---
arch/riscv/include/asm/vmalloc.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/riscv/include/asm/vmalloc.h b/arch/riscv/include/asm/vmalloc.h
index 51f6dfe19745..fefe94dc98e2 100644
--- a/arch/riscv/include/asm/vmalloc.h
+++ b/arch/riscv/include/asm/vmalloc.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _ASM_RISCV_VMALLOC_H
#define _ASM_RISCV_VMALLOC_H
--
2.44.0
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] riscv: Add missing licenses
2024-07-29 21:00 [PATCH 0/2] riscv: Add missing licenses Charlie Jenkins
2024-07-29 21:00 ` [PATCH 1/2] riscv: Add license to fence.h Charlie Jenkins
2024-07-29 21:00 ` [PATCH 2/2] riscv: Add license to vmalloc.h Charlie Jenkins
@ 2024-09-14 8:13 ` patchwork-bot+linux-riscv
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-riscv @ 2024-09-14 8:13 UTC (permalink / raw)
To: Charlie Jenkins; +Cc: linux-riscv, paul.walmsley, palmer, aou, linux-kernel
Hello:
This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Mon, 29 Jul 2024 14:00:01 -0700 you wrote:
> I was poking around some files and noticed that vmalloc.h and fence.h
> were missing licenses. This series simply adds in those licenses.
>
> Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
> ---
> Charlie Jenkins (2):
> riscv: Add license to fence.h
> riscv: Add license to vmalloc.h
>
> [...]
Here is the summary with links:
- [1/2] riscv: Add license to fence.h
https://git.kernel.org/riscv/c/097c72e1f2b5
- [2/2] riscv: Add license to vmalloc.h
https://git.kernel.org/riscv/c/4ffc8a342298
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-14 8:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29 21:00 [PATCH 0/2] riscv: Add missing licenses Charlie Jenkins
2024-07-29 21:00 ` [PATCH 1/2] riscv: Add license to fence.h Charlie Jenkins
2024-07-29 21:00 ` [PATCH 2/2] riscv: Add license to vmalloc.h Charlie Jenkins
2024-09-14 8:13 ` [PATCH 0/2] riscv: Add missing licenses patchwork-bot+linux-riscv
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox