]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
5.10-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Jul 2025 14:34:26 +0000 (16:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Jul 2025 14:34:26 +0000 (16:34 +0200)
added patches:
rtc-lib_test-add-module_license.patch

queue-5.10/rtc-lib_test-add-module_license.patch [new file with mode: 0644]
queue-5.10/series

diff --git a/queue-5.10/rtc-lib_test-add-module_license.patch b/queue-5.10/rtc-lib_test-add-module_license.patch
new file mode 100644 (file)
index 0000000..930287c
--- /dev/null
@@ -0,0 +1,29 @@
+From 5546e3dfb65a4389e747766ac455a50c3675fb0f Mon Sep 17 00:00:00 2001
+From: Alexandre Belloni <alexandre.belloni@bootlin.com>
+Date: Tue, 10 Aug 2021 23:20:06 +0200
+Subject: rtc: lib_test: add MODULE_LICENSE
+
+From: Alexandre Belloni <alexandre.belloni@bootlin.com>
+
+commit 5546e3dfb65a4389e747766ac455a50c3675fb0f upstream.
+
+As the documentation states, "The exact license information can only be
+determined via the license information in the corresponding source files."
+and the SPDX identifier has the proper information.
+
+Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
+Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
+Link: https://lore.kernel.org/r/20210810212008.631359-1-alexandre.belloni@bootlin.com
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/rtc/lib_test.c |    2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/drivers/rtc/lib_test.c
++++ b/drivers/rtc/lib_test.c
+@@ -77,3 +77,5 @@ static struct kunit_suite rtc_lib_test_s
+ };
+ kunit_test_suite(rtc_lib_test_suite);
++
++MODULE_LICENSE("GPL");
index a87c8b5d051aa46e54b9561f25856da232582f6d..75ee392a090c175812fc91ba6725ccd0ff2e2e29 100644 (file)
@@ -185,3 +185,4 @@ drm-sched-increment-job-count-before-swapping-tail-spsc-queue.patch
 usb-gadget-u_serial-fix-race-condition-in-tty-wakeup.patch
 revert-acpi-battery-negate-current-when-discharging.patch
 ethernet-atl1-add-missing-dma-mapping-error-checks-a.patch
+rtc-lib_test-add-module_license.patch