mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] bits-add-tests-of-genmask-fix.patch removed from -mm tree
@ 2020-08-12  1:04 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-08-12  1:04 UTC (permalink / raw)
  To: andy.shevchenko, mm-commits, rd.dunlap, rikard.falkeborn


The patch titled
     Subject: lib/test_bits: add MODULE_LICENSE()
has been removed from the -mm tree.  Its filename was
     bits-add-tests-of-genmask-fix.patch

This patch was dropped because it was folded into bits-add-tests-of-genmask.patch

------------------------------------------------------
From: Randy Dunlap <rd.dunlap@gmail.com>
Subject: lib/test_bits: add MODULE_LICENSE()

Add MODULE_LICENSE() to prevent build warning:

WARNING: modpost: missing MODULE_LICENSE() in lib/test_bits.o

Link: http://lkml.kernel.org/r/dfc74524-0789-2827-4eff-476ddab65699@gmail.com
Signed-off-by: Randy Dunlap <rd.dunlap@gmail.com>
Cc: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 lib/test_bits.c |    2 ++
 1 file changed, 2 insertions(+)

--- a/lib/test_bits.c~bits-add-tests-of-genmask-fix
+++ a/lib/test_bits.c
@@ -71,3 +71,5 @@ static struct kunit_suite bits_test_suit
 	.test_cases = bits_test_cases,
 };
 kunit_test_suite(bits_test_suite);
+
+MODULE_LICENSE("GPL");
_

Patches currently in -mm which might be from rd.dunlap@gmail.com are

bits-add-tests-of-genmask.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-12  1:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-12  1:04 [folded-merged] bits-add-tests-of-genmask-fix.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).