RE: [PATCH] arc: dts: use 'atmel' as manufacturer for at24 in axs10x_mb

2018-02-05 Thread Alexey Brodkin
Hi Bartosz, all, > -Original Message- > From: Bartosz Golaszewski [mailto:b...@bgdev.pl] > Sent: Thursday, January 25, 2018 12:40 AM > To: Rob Herring ; Mark Rutland ; > Russell King ; Alexey > Brodkin ; Vineet Gupta > > Cc: devicet...@vger.kernel.org; linux-ker...@vger.kernel.org; > l

Re: [PATCH 19/20] ARC: Fix malformed ARC_EMUL_UNALIGNED default

2018-02-05 Thread Vineet Gupta
On 02/04/2018 05:21 PM, Ulf Magnusson wrote: 'default N' should be 'default n', though they happen to have the same effect here, due to undefined symbols (N in this case) evaluating to n in a tristate sense. Remove the default from ARC_EMUL_UNALIGNED instead of changing it. bool and tristate sym

Re: Add patch "kernel/exit.c: export abort() to modules" to 4.14-stable tree

2018-02-05 Thread Greg KH
On Mon, Feb 05, 2018 at 03:30:19PM +, Evgeniy Didin wrote: > Patch subject:"kernel/exit.c: export abort() to modules" > Commit ID:dc8635b78cd8 > 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 "kernel/exit.c: export abort() to modules" to 4.14-stable tree

2018-02-05 Thread Evgeniy Didin
Patch subject: "kernel/exit.c: export abort() to modules" Commit ID: dc8635b78cd8 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 _

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