All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged mm-stable] lib-test_vmallocc-drop-empty-exit-function.patch removed from -mm tree
@ 2024-03-05  1:02 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2024-03-05  1:02 UTC (permalink / raw)
  To: mm-commits, urezki, martin, akpm


The quilt patch titled
     Subject: lib/test_vmalloc.c: drop empty exit function
has been removed from the -mm tree.  Its filename was
     lib-test_vmallocc-drop-empty-exit-function.patch

This patch was dropped because it was merged into the mm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

------------------------------------------------------
From: Martin Kaiser <martin@kaiser.cx>
Subject: lib/test_vmalloc.c: drop empty exit function
Date: Mon, 26 Feb 2024 20:11:58 +0100

The module is never loaded successfully.  Therefore, it'll never be
unloaded and we can remove the exit function.

Link: https://lkml.kernel.org/r/20240226191159.39509-3-martin@kaiser.cx
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Reviewed-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 lib/test_vmalloc.c |    5 -----
 1 file changed, 5 deletions(-)

--- a/lib/test_vmalloc.c~lib-test_vmallocc-drop-empty-exit-function
+++ a/lib/test_vmalloc.c
@@ -600,12 +600,7 @@ static int vmalloc_test_init(void)
 	return -EAGAIN; /* Fail will directly unload the module */
 }
 
-static void vmalloc_test_exit(void)
-{
-}
-
 module_init(vmalloc_test_init)
-module_exit(vmalloc_test_exit)
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Uladzislau Rezki");
_

Patches currently in -mm which might be from martin@kaiser.cx are



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

only message in thread, other threads:[~2024-03-05  1:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-05  1:02 [merged mm-stable] lib-test_vmallocc-drop-empty-exit-function.patch removed from -mm tree Andrew Morton

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.