[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] http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-edison/tree/meta-intel-edison-bsp/recipes-bsp/u-boot/u-boot-too

[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 da

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 dw_i3c_master_read_rx_fifo

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 tracee

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 + RX_T

[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 ("syscall_get_

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

2018-11-21 Thread Vineet Gupta
On 11/20/18 2:30 AM, Alexey Brodkin wrote: > By default NFSv3 doesn't support ACL (Access Control Lists) > which might be quite convenient to have so that > mounted NFS behaves exactly as any other local file-system. > > In particular missing support of ACL makes umask useless. > This among other t

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 > > ca

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 tracee

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

2018-11-21 Thread Vineet Gupta
On 11/20/18 2:30 AM, Alexey Brodkin wrote: > By default NFSv3 doesn't support ACL (Access Control Lists) > which might be quite convenient to have so that > mounted NFS behaves exactly as any other local file-system. > > In particular missing support of ACL makes umask useless. > This among other t

Re: [OE-core] [PATCH v4] u-boot: Add mkenvimage tool

2018-11-21 Thread Marek Vasut
On 11/21/2018 04:45 PM, Otavio Salvador wrote: > On Tue, Nov 20, 2018 at 6:22 PM Marek Vasut wrote: >> On 11/20/2018 09:21 PM, Alexey Brodkin wrote: >>> This utility is used for creation of images containing >>> usable in run-time U-Boot environment. >>> >>> As of today this utility is added per-b

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 argume

Re: [OE-core] [PATCH v4] u-boot: Add mkenvimage tool

2018-11-21 Thread Otavio Salvador
On Tue, Nov 20, 2018 at 6:22 PM Marek Vasut wrote: > On 11/20/2018 09:21 PM, Alexey Brodkin wrote: > > 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. > >

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! v4.

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 argument.