Re: Add patch "arch: define weak abort()" to 4.14-stable tree

2018-02-06 Thread Evgeniy Didin
Hello Greg, > On Mon, Feb 05, 2018 at 03:25:58PM +, Evgeniy Didin wrote: > > Patch subject: "arch: define weak abort()" > > Commit ID: 7c2c11b208be > > Reason: While building mpi.ko module with lastest stable Linux  > > v4.14.17 an error occured: > > >ERROR: "

Re: Add patch "arch: define weak abort()" to 4.14-stable tree

2018-02-05 Thread Greg KH
On Mon, Feb 05, 2018 at 03:25:58PM +, Evgeniy Didin wrote: > Patch subject:"arch: define weak abort()" > Commit ID:7c2c11b208be > Reason:  While building mpi.ko module with lastest stable Linux > v4.14.17 an error occured: > >ERROR: "abort" [lib/mpi

Add patch "arch: define weak abort()" to 4.14-stable tree

2018-02-05 Thread Evgeniy Didin
Patch subject: "arch: define weak abort()" Commit ID: 7c2c11b208be Reason: While building mpi.ko module with lastest stable Linux v4.14.17 an error occured: >ERROR: "abort" [lib/mpi/mpi.ko] undefined! Kernel version: 4.14.x

Re: [PATCH] arch: define weak abort

2017-12-12 Thread Alexey Brodkin
Hi Sudip, On Mon, 2017-12-11 at 21:26 +, Sudip Mukherjee wrote: > gcc was generating abort due to 'divide by zero' and if it is not > defined in the toolchain the build fails. > > Currently 'frv' and 'arc' are failing. Previously other arch was also > broken like m32r was fixed by d22e3d69ee1