All of lore.kernel.org
 help / color / mirror / Atom feed
* [tip: timers/core] time/kunit: Add missing MODULE_LICENSE()
@ 2021-06-26 20:49 tip-bot2 for Thomas Gleixner
  2021-06-27 18:24 ` Nitesh Lal
  0 siblings, 1 reply; 3+ messages in thread
From: tip-bot2 for Thomas Gleixner @ 2021-06-26 20:49 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Ingo Molnar, Thomas Gleixner, x86, linux-kernel

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     34c7342ac1b4e496315fb615d2a1309df8400403
Gitweb:        https://git.kernel.org/tip/34c7342ac1b4e496315fb615d2a1309df8400403
Author:        Thomas Gleixner <tglx@linutronix.de>
AuthorDate:    Sat, 26 Jun 2021 22:44:11 +02:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Sat, 26 Jun 2021 22:47:32 +02:00

time/kunit: Add missing MODULE_LICENSE()

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 kernel/time/time_test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/time/time_test.c b/kernel/time/time_test.c
index 341ebfa..a064a7c 100644
--- a/kernel/time/time_test.c
+++ b/kernel/time/time_test.c
@@ -96,3 +96,4 @@ static struct kunit_suite time_test_suite = {
 };
 
 kunit_test_suite(time_test_suite);
+MODULE_LICENSE(GPL);

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

* Re: [tip: timers/core] time/kunit: Add missing MODULE_LICENSE()
  2021-06-26 20:49 [tip: timers/core] time/kunit: Add missing MODULE_LICENSE() tip-bot2 for Thomas Gleixner
@ 2021-06-27 18:24 ` Nitesh Lal
  0 siblings, 0 replies; 3+ messages in thread
From: Nitesh Lal @ 2021-06-27 18:24 UTC (permalink / raw)
  To: linux-kernel, Thomas Gleixner; +Cc: linux-tip-commits, Ingo Molnar, x86

On Sat, Jun 26, 2021 at 4:51 PM tip-bot2 for Thomas Gleixner
<tip-bot2@linutronix.de> wrote:
>
> The following commit has been merged into the timers/core branch of tip:
>
> Commit-ID:     34c7342ac1b4e496315fb615d2a1309df8400403
> Gitweb:        https://git.kernel.org/tip/34c7342ac1b4e496315fb615d2a1309df8400403
> Author:        Thomas Gleixner <tglx@linutronix.de>
> AuthorDate:    Sat, 26 Jun 2021 22:44:11 +02:00
> Committer:     Thomas Gleixner <tglx@linutronix.de>
> CommitterDate: Sat, 26 Jun 2021 22:47:32 +02:00
>
> time/kunit: Add missing MODULE_LICENSE()
>
> Reported-by: Ingo Molnar <mingo@kernel.org>
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> ---
>  kernel/time/time_test.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/kernel/time/time_test.c b/kernel/time/time_test.c
> index 341ebfa..a064a7c 100644
> --- a/kernel/time/time_test.c
> +++ b/kernel/time/time_test.c
> @@ -96,3 +96,4 @@ static struct kunit_suite time_test_suite = {
>  };
>
>  kunit_test_suite(time_test_suite);
> +MODULE_LICENSE(GPL);
>

This should be:
MODULE_LICENSE("GPL");
isn't it?

We will get a compilation error otherwise.


--
Thanks
Nitesh


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

* [tip: timers/core] time/kunit: Add missing MODULE_LICENSE()
@ 2021-06-28  5:46 tip-bot2 for Thomas Gleixner
  0 siblings, 0 replies; 3+ messages in thread
From: tip-bot2 for Thomas Gleixner @ 2021-06-28  5:46 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Thomas Gleixner, Ingo Molnar, x86, linux-kernel

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     2d0a9eb23ccfdf11308bec6db0bc007585d919d2
Gitweb:        https://git.kernel.org/tip/2d0a9eb23ccfdf11308bec6db0bc007585d919d2
Author:        Thomas Gleixner <tglx@linutronix.de>
AuthorDate:    Sat, 26 Jun 2021 22:44:11 +02:00
Committer:     Ingo Molnar <mingo@kernel.org>
CommitterDate: Mon, 28 Jun 2021 07:40:23 +02:00

time/kunit: Add missing MODULE_LICENSE()

[ mingo: MODULE_LICENSE() takes a string. ]

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 kernel/time/time_test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/time/time_test.c b/kernel/time/time_test.c
index 341ebfa..831e8e7 100644
--- a/kernel/time/time_test.c
+++ b/kernel/time/time_test.c
@@ -96,3 +96,4 @@ static struct kunit_suite time_test_suite = {
 };
 
 kunit_test_suite(time_test_suite);
+MODULE_LICENSE("GPL");

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

end of thread, other threads:[~2021-06-28  5:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-26 20:49 [tip: timers/core] time/kunit: Add missing MODULE_LICENSE() tip-bot2 for Thomas Gleixner
2021-06-27 18:24 ` Nitesh Lal
2021-06-28  5:46 tip-bot2 for Thomas Gleixner

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.