All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] kernel-cgroup-cgroupc-dont-export-cgroup_get_e_css-twice.patch removed from -mm tree
@ 2021-07-06 19:23 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-07-06 19:23 UTC (permalink / raw)
  To: akpm, mm-commits


The patch titled
     Subject: kernel/cgroup/cgroup.c: don't export cgroup_get_e_css twice
has been removed from the -mm tree.  Its filename was
     kernel-cgroup-cgroupc-dont-export-cgroup_get_e_css-twice.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: kernel/cgroup/cgroup.c: don't export cgroup_get_e_css twice


Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/cgroup/cgroup.c |    1 -
 1 file changed, 1 deletion(-)

--- a/kernel/cgroup/cgroup.c~kernel-cgroup-cgroupc-dont-export-cgroup_get_e_css-twice
+++ a/kernel/cgroup/cgroup.c
@@ -600,7 +600,6 @@ static void cgroup_get_live(struct cgrou
 	WARN_ON_ONCE(cgroup_is_dead(cgrp));
 	css_get(&cgrp->self);
 }
-EXPORT_SYMBOL_GPL(cgroup_get_e_css);
 
 /**
  * __cgroup_task_count - count the number of tasks in a cgroup. The caller
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

mm.patch
lazy-tlb-allow-lazy-tlb-mm-refcounting-to-be-configurable-fix.patch
mm-introduce-memfd_secret-system-call-to-create-secret-memory-areas-fix.patch
module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix.patch
module-add-printk-formats-to-add-module-build-id-to-stacktraces-fix-fix.patch
kernel-forkc-export-kernel_thread-to-modules.patch


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

only message in thread, other threads:[~2021-07-06 19:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-06 19:23 [merged] kernel-cgroup-cgroupc-dont-export-cgroup_get_e_css-twice.patch removed from -mm tree akpm

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.