summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2018-01-04 16:17:56 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2018-01-04 16:45:09 -0800
commitdc8635b78cd8669c37e230058d18c33af7451ab1 (patch)
tree72fe73074ccb1390599d5be9244e9f8edeeb3392 /kernel/exit.c
parent4991c09c7c812dba13ea9be79a68b4565bb1fa4e (diff)
downloadop-kernel-dev-dc8635b78cd8669c37e230058d18c33af7451ab1.zip
op-kernel-dev-dc8635b78cd8669c37e230058d18c33af7451ab1.tar.gz
kernel/exit.c: export abort() to modules
gcc -fisolate-erroneous-paths-dereference can generate calls to abort() from modular code too. [arnd@arndb.de: drop duplicate exports of abort()] Link: http://lkml.kernel.org/r/20180102103311.706364-1-arnd@arndb.de Reported-by: Vineet Gupta <Vineet.Gupta1@synopsys.com> Cc: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com> Cc: Russell King <rmk+kernel@armlinux.org.uk> Cc: Jose Abreu <Jose.Abreu@synopsys.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/exit.c')
-rw-r--r--kernel/exit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index df0c91d..995453d 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -1763,3 +1763,4 @@ __weak void abort(void)
/* if that doesn't kill us, halt */
panic("Oops failed to kill thread");
}
+EXPORT_SYMBOL(abort);
OpenPOWER on IntegriCloud