[linux-yocto] [V2 PATCH 0/2] Move some configs to intel-x86-64

2018-11-07 Thread Hongzhi.Song
v2: modify commit log to be more clearly. Hongzhi.Song (2): intel-x86-64: Move some configs from x86 and x86-64 shared to x86-64 intel-x86-64: Move 'CONFIG_NR_CPUS=256' to intel-x86-64.cfg bsp/intel-x86/intel-x86-64.cfg | 3 +++ bsp/intel-x86/intel-x86-64.scc | 1 + bsp/intel-x86/i

[linux-yocto] [PATCH 2/2] intel-x86-64: Move 'CONFIG_NR_CPUS=256' to intel-x86-64.cfg

2018-11-07 Thread Hongzhi.Song
The maximum cpus are 64 on intel-x86-32. But intel-x86-64 support ranges from 1 to 8192. So we should move the config to intel-x86-64.cfg. Signed-off-by: Hongzhi.Song --- bsp/intel-x86/intel-x86-64.cfg | 3 +++ bsp/intel-x86/intel-x86.cfg| 1 - 2 files changed, 3 insertions(+), 1 deletion(-)

[linux-yocto] [PATCH 1/2] intel-x86-64: Move some configs from x86 and x86-64 shared to x86-64

2018-11-07 Thread Hongzhi.Song
These configs are possessed privately by x86-64. CONFIG_IXGBE_DCA depends on CONFIG_DCA. CONFIG_DCA depends on x86-64. So I abstract configs related to DCA and put them to *-x86-64.cfg. Signed-off-by: Hongzhi.Song --- bsp/intel-x86/intel-x86-64.scc | 1 + bsp/intel-x86/intel-x86.scc | 1 +

[linux-yocto] [V2 PATCH 0/2] Move some configs to intel-x86-64

2018-11-07 Thread Hongzhi.Song
v2: modify commit log to be more clearly. Hongzhi.Song (2): intel-x86-64: Move some configs from x86 and x86-64 shared to x86-64 intel-x86-64: Move 'CONFIG_NR_CPUS=256' to intel-x86-64.cfg bsp/intel-x86/intel-x86-64.cfg | 3 +++ bsp/intel-x86/intel-x86-64.scc | 1 + bsp/intel-x86/i

Re: [linux-yocto] [PATCH] aufs: fix "dynamic" goto "sibling call"

2018-11-07 Thread Bruce Ashfield
On 2018-11-06 1:00 p.m., Mark Asselstine wrote: If you build with CONFIG_STACK_VALIDATION you will get CC fs/aufs/cpup.o fs/aufs/cpup.o: warning: objtool: au_cp_regular()+0x24c: sibling call from callable instruction with modified stack frame As stated in tools/objtool/Documentation

Re: [linux-yocto] [PATCH] aufs: tiny, suppress a warning

2018-11-07 Thread Bruce Ashfield
On 2018-11-07 3:55 a.m., zhe...@windriver.com wrote: From: "J. R. Okajima" commit 3a33601796d4139286c57cd15bf7d88d00aa7674 upstream Signed-off-by: J. R. Okajima fs/aufs/vdir.c: In function 'fillvdir': fs/aufs/vdir.c:493:15: warning: 'ino' may be used uninitialized in this function [-Wmaybe-

Re: [linux-yocto] [PATCH] intel-x86-64: Move 'CONFIG_NR_CPUS=256' to intel-x86-64.cfg

2018-11-07 Thread Bruce Ashfield
On 2018-11-06 9:06 p.m., Hongzhi.Song wrote: The maximum cpus are 64 on intel-x86-32. But intel-x86-64 can support 8192. Signed-off-by: Hongzhi.Song --- bsp/intel-x86/intel-x86-64.cfg | 3 +++ bsp/intel-x86/intel-x86.cfg| 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [linux-yocto] [PATCH] intel-x86-64: Move configs from x86 and x86-64 shared to x86-64

2018-11-07 Thread Bruce Ashfield
On 2018-11-06 4:22 a.m., Hongzhi.Song wrote: These configs are possessed privately by x86-64. It isn't clear from the options themselves. Can you elaborate in the commit message as to why IXGBE_DCA is 64bit only ? Bruce Signed-off-by: Hongzhi.Song --- bsp/intel-x86/intel-x86-64.scc | 1

[linux-yocto] [linux-yocto-4.4][PATCH 3/3] linux-yoct-rt/4.4: update to 4.4.162

2018-11-07 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index f61a479..cd6e0aa 100644 --- a/meta/rec

[linux-yocto] [linux-yocto-4.4][PATCH 2/3] linux-yocto-tiny/4.4: update to 4.4.162

2018-11-07 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb index 96df596..fcf0c6a 100644 --- a/me

[linux-yocto] [linux-yocto-4.4][PATCH 1/3] linux-yocto/4.4: update to 4.4.162

2018-11-07 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-kernel/linux/linux-yocto_4.4.bb | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb index 094e4fb..9d07247 100644 --- a/

[linux-yocto] [PATCH] aufs: tiny, suppress a warning

2018-11-07 Thread zhe.he
From: "J. R. Okajima" commit 3a33601796d4139286c57cd15bf7d88d00aa7674 upstream Signed-off-by: J. R. Okajima fs/aufs/vdir.c: In function 'fillvdir': fs/aufs/vdir.c:493:15: warning: 'ino' may be used uninitialized in this function [-Wmaybe-uninitialized] arg->err = au_nhash_append_wh