Re: [LEDE-DEV] [PATCH] kernel: backport fix undefined abort

2018-01-30 Thread Jonas Gorski
On 30 January 2018 at 21:04, Andrey Jr. Melnikov wrote: > Hauke Mehrtens wrote: > > >> On 01/30/2018 04:32 PM, Andrey Jr. Melnikov wrote: >> > Evgeniy Didin wrote: >> > >> >> While building mpi.ko module with stable Linux v4.14.14 an error occured: >> >>> ERROR: "abort" [lib/mpi/mpi.ko] undefine

Re: [LEDE-DEV] [PATCH] kernel: backport fix undefined abort

2018-01-30 Thread Andrey Jr. Melnikov
Hauke Mehrtens wrote: > On 01/30/2018 04:32 PM, Andrey Jr. Melnikov wrote: > > Evgeniy Didin wrote: > > > >> While building mpi.ko module with stable Linux v4.14.14 an error occured: > >>> ERROR: "abort" [lib/mpi/mpi.ko] undefined! > >> In upstream Linux 4.15 this issue is fixed: > >> Commit 7

Re: [LEDE-DEV] [PATCH] kernel: backport fix undefined abort

2018-01-30 Thread Hauke Mehrtens
On 01/30/2018 04:32 PM, Andrey Jr. Melnikov wrote: > Evgeniy Didin wrote: > >> While building mpi.ko module with stable Linux v4.14.14 an error occured: >>> ERROR: "abort" [lib/mpi/mpi.ko] undefined! >> In upstream Linux 4.15 this issue is fixed: >> Commit 7c2c11b208be ("arch: define weak abort

Re: [LEDE-DEV] [PATCH] kernel: backport fix undefined abort

2018-01-30 Thread Andrey Jr. Melnikov
Evgeniy Didin wrote: > While building mpi.ko module with stable Linux v4.14.14 an error occured: > >ERROR: "abort" [lib/mpi/mpi.ko] undefined! > In upstream Linux 4.15 this issue is fixed: > Commit 7c2c11b208be ("arch: define weak abort()") > https://git.kernel.org/pub/scm/linux/kernel/git/torval

[LEDE-DEV] [PATCH] kernel: backport fix undefined abort

2018-01-30 Thread Evgeniy Didin
While building mpi.ko module with stable Linux v4.14.14 an error occured: >ERROR: "abort" [lib/mpi/mpi.ko] undefined! In upstream Linux 4.15 this issue is fixed: Commit 7c2c11b208be ("arch: define weak abort()") https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7c2c11b20