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] [OpenWrt-Devel] owrt landing page

2018-01-30 Thread Thomas Endt
> -Ursprüngliche Nachricht- > Von: Vincenzo Romano [mailto:vincenzo.rom...@notorand.it] > Gesendet: Montag, 29. Januar 2018 15:34 > > I think that the merge should be finalized as soon as possible. > > As of now: > > 1. openwrt.org home page is still the old one with just the merge > an

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

[LEDE-DEV] [PATCH] ag71xx: Reorder ring structs for lower cache trashing.

2018-01-30 Thread Rosen Penev
Based on Qualcomm's upstream code. Reordered a bit different. iperf3 speed goes from ~279mbps to ~320mbps. Signed-off-by: Rosen Penev --- .../files/drivers/net/ethernet/atheros/ag71xx/ag71xx.h | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/target/linux/a

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