All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc: Stop exporting __clear_user which is now inlined.
@ 2020-12-04 23:28 ` Michal Suchanek
  0 siblings, 0 replies; 7+ messages in thread
From: Michal Suchanek @ 2020-12-04 23:28 UTC (permalink / raw)
  To: stable; +Cc: linux-kernel, Paul Mackerras, Michal Suchanek, linuxppc-dev

Stable commit 452e2a83ea23 ("powerpc: Fix __clear_user() with KUAP
enabled") redefines __clear_user as inline function but does not remove
the export.

Fixes: 452e2a83ea23 ("powerpc: Fix __clear_user() with KUAP enabled")

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
---
 arch/powerpc/lib/ppc_ksyms.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/lib/ppc_ksyms.c b/arch/powerpc/lib/ppc_ksyms.c
index c7f8e9586316..4b81fd96aa3e 100644
--- a/arch/powerpc/lib/ppc_ksyms.c
+++ b/arch/powerpc/lib/ppc_ksyms.c
@@ -24,7 +24,6 @@ EXPORT_SYMBOL(csum_tcpudp_magic);
 #endif
 
 EXPORT_SYMBOL(__copy_tofrom_user);
-EXPORT_SYMBOL(__clear_user);
 EXPORT_SYMBOL(copy_page);
 
 #ifdef CONFIG_PPC64
-- 
2.26.2


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

end of thread, other threads:[~2020-12-06 10:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-04 23:28 [PATCH] powerpc: Stop exporting __clear_user which is now inlined Michal Suchanek
2020-12-04 23:28 ` Michal Suchanek
2020-12-05 10:58 ` Michael Ellerman
2020-12-05 10:58   ` Michael Ellerman
2020-12-06  9:50   ` Greg KH
2020-12-06  9:50     ` Greg KH
2020-12-06 10:19 ` Patch "powerpc: Stop exporting __clear_user which is now inlined." has been added to the 4.4-stable tree gregkh

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.