diff options
author | Sudip Mukherjee <[email protected]> | 2017-12-14 15:33:19 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2017-12-14 16:00:49 -0800 |
commit | 7c2c11b208be09c156573fc0076b7b3646e05219 (patch) | |
tree | bbc47956624851e4bea48526e78df76395fc59c0 /net/unix/sysctl_net_unix.c | |
parent | 4837fe37adff1d159904f0c013471b1ecbcb455e (diff) |
arch: define weak abort()
gcc toggle -fisolate-erroneous-paths-dereference (default at -O2
onwards) isolates faulty code paths such as null pointer access, divide
by zero etc. If gcc port doesnt implement __builtin_trap, an abort() is
generated which causes kernel link error.
In this case, gcc is generating abort due to 'divide by zero' in
lib/mpi/mpih-div.c.
Currently 'frv' and 'arc' are failing. Previously other arch was also
broken like m32r was fixed by commit d22e3d69ee1a ("m32r: fix build
failure").
Let's define this weak function which is common for all arch and fix the
problem permanently. We can even remove the arch specific 'abort' after
this is done.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Sudip Mukherjee <[email protected]>
Cc: Alexey Brodkin <[email protected]>
Cc: Vineet Gupta <[email protected]>
Cc: Sudip Mukherjee <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions