[PATCH v5] u-boot: Add mkenvimage tool

2018-11-21 Thread Alexey Brodkin
This utility is used for creation of images containing usable in run-time U-Boot environment. As of today this utility is added per-board like here [1] for Intel Edison board. [1]

[PATCH] arc: [nsim] Disable NFS

2018-11-21 Thread Alexey Brodkin
Pure nSIM models only CPU core and serial port thus no point in having NFS enabled. Signed-off-by: Alexey Brodkin --- arch/arc/configs/nsim_700_defconfig| 1 - arch/arc/configs/nsim_hs_defconfig | 1 - arch/arc/configs/nsim_hs_smp_defconfig | 1 - 3 files changed, 3 deletions(-) diff

Re: Misaligned Access

2018-11-21 Thread Arnd Bergmann
On Wed, Nov 21, 2018 at 9:15 PM Vineet Gupta wrote: > > On 11/21/18 12:12 PM, Arnd Bergmann wrote: > > On Wed, Nov 21, 2018 at 8:42 PM Vineet Gupta > > wrote: > >> +CC lkml, Arnd : subject matter expert > >> > >> On 11/21/18 10:06 AM, Vitor Soares wrote: > >>> I use the follow function to get

Re: Misaligned Access

2018-11-21 Thread Vineet Gupta
On 11/21/18 12:12 PM, Arnd Bergmann wrote: > On Wed, Nov 21, 2018 at 8:42 PM Vineet Gupta > wrote: >> +CC lkml, Arnd : subject matter expert >> >> On 11/21/18 10:06 AM, Vitor Soares wrote: >>> I use the follow function to get data from a RX Fifo. >>> >>> >>> static void

Re: Misaligned Access

2018-11-21 Thread Arnd Bergmann
On Wed, Nov 21, 2018 at 8:42 PM Vineet Gupta wrote: > > +CC lkml, Arnd : subject matter expert > > On 11/21/18 10:06 AM, Vitor Soares wrote: > > I use the follow function to get data from a RX Fifo. > > > > > > static void dw_i3c_master_read_rx_fifo(struct dw_i3c_master *master, > >

Re: [PATCH v2 16/15 v2] syscall_get_arch: add "struct task_struct *" argument

2018-11-21 Thread Paul Burton
Hi Dmitry, On Wed, Nov 21, 2018 at 10:35:12PM +0300, Dmitry V. Levin wrote: > This argument is required to extend the generic ptrace API with > PTRACE_GET_SYSCALL_INFO request: syscall_get_arch() is going to be > called from ptrace_request() along with other syscall_get_* functions > with a

Re: Misaligned Access

2018-11-21 Thread Vineet Gupta
+CC lkml, Arnd : subject matter expert On 11/21/18 10:06 AM, Vitor Soares wrote: > I use the follow function to get data from a RX Fifo. > > > static void dw_i3c_master_read_rx_fifo(struct dw_i3c_master *master, > u8 *bytes, int nbytes) > { > readsl(master->regs +

[PATCH v2 16/15 v2] syscall_get_arch: add "struct task_struct *" argument

2018-11-21 Thread Dmitry V. Levin
This argument is required to extend the generic ptrace API with PTRACE_GET_SYSCALL_INFO request: syscall_get_arch() is going to be called from ptrace_request() along with other syscall_get_* functions with a tracee as their argument. This change partially reverts commit 5e937a9ae913

RE: [PATCH] arc: [devboards] Add support of NFSv3 ACL

2018-11-21 Thread Alexey Brodkin
Hi Vineet, > -Original Message- > From: Vineet Gupta > Sent: Wednesday, November 21, 2018 8:40 PM > To: Alexey Brodkin ; linux-snps-arc@lists.infradead.org > Cc: linux-ker...@vger.kernel.org; Cupertino Miranda ; > sta...@vger.kernel.org > Subject: Re: [PATCH] arc: [devboards] Add support

Re: [PATCH v2 16/15] syscall_get_arch: add "struct task_struct *" argument

2018-11-21 Thread Dmitry V. Levin
Hi Paul, On Wed, Nov 21, 2018 at 06:40:06PM +, Paul Burton wrote: > Hi Dmitry, > > On Wed, Nov 21, 2018 at 03:44:22AM +0300, Dmitry V. Levin wrote: > > This argument is required to extend the generic ptrace API > > with PTRACE_GET_SYSCALL_INFO request: syscall_get_arch() is going to be > >

Re: [PATCH v2 16/15] syscall_get_arch: add "struct task_struct *" argument

2018-11-21 Thread Paul Burton
Hi Dmitry, On Wed, Nov 21, 2018 at 03:44:22AM +0300, Dmitry V. Levin wrote: > This argument is required to extend the generic ptrace API > with PTRACE_GET_SYSCALL_INFO request: syscall_get_arch() is going to be > called from ptrace_request() along with other syscall_get_* functions > with a

Re: [PATCH v2 16/15] syscall_get_arch: add "struct task_struct *" argument

2018-11-21 Thread Palmer Dabbelt
On Tue, 20 Nov 2018 16:44:22 PST (-0800), l...@altlinux.org wrote: This argument is required to extend the generic ptrace API with PTRACE_GET_SYSCALL_INFO request: syscall_get_arch() is going to be called from ptrace_request() along with other syscall_get_* functions with a tracee as their

Re: [PATCH] arc: [devboards] Add support of NFSv3 ACL

2018-11-21 Thread Sasha Levin
Hi, [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v4.19.2, v4.18.19, v4.14.81, v4.9.137, v4.4.163, v3.18.125. v4.19.2: Build OK!

Re: [PATCH v2 16/15] syscall_get_arch: add "struct task_struct *" argument

2018-11-21 Thread Andy Lutomirski
On Tue, Nov 20, 2018 at 4:44 PM Dmitry V. Levin wrote: > > This argument is required to extend the generic ptrace API > with PTRACE_GET_SYSCALL_INFO request: syscall_get_arch() is going to be > called from ptrace_request() along with other syscall_get_* functions > with a tracee as their