[linux-yocto] [meta-yocto-bsp] meta-yocto-bsp: bump to linux-yocto 4.8 for the non-x86 BSPs

2016-09-20 Thread Kevin Hao
Boot test for all these boards. Signed-off-by: Kevin Hao --- meta-yocto-bsp/conf/machine/beaglebone.conf | 2 +- meta-yocto-bsp/conf/machine/edgerouter.conf | 2 +- meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf| 2 +-

[linux-yocto] [meta-yocto-bsp] meta-yocto-bsp: linux 4.4: bump to the latest stable version for the non-x86 BSPs

2016-09-20 Thread Kevin Hao
Boot test for all these boards. Signed-off-by: Kevin Hao --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend

[linux-yocto] [kernel 6/6] MIPS: OCTEON: mangle-port: fix build failure with VDSO code

2016-09-20 Thread Kevin Hao
From: Aaro Koskinen Patch got from https://patchwork.linux-mips.org/patch/14039/ Commit 1685ddbe35cd ("MIPS: Octeon: Changes to support readq()/writeq() usage.") added bitwise shift operations that assume that unsigned long is always 64-bits. This broke the build of VDSO

[linux-yocto] [kernel 3/6] fs: yaffs2: replace ->follow_link() with -->get_link()

2016-09-20 Thread Kevin Hao
As what we done in commit 6b2553918d8b ("replace ->follow_link() with new method that could stay in RCU mode"). Signed-off-by: Kevin Hao --- fs/yaffs2/yaffs_vfs.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/fs/yaffs2/yaffs_vfs.c

[linux-yocto] [kernel 4/6] fs: yaffs2: kill ->put_link()

2016-09-20 Thread Kevin Hao
As What we have done in commit fceef393a538 ("switch ->get_link() to delayed_call, kill ->put_link()") Signed-off-by: Kevin Hao --- fs/yaffs2/yaffs_vfs.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/fs/yaffs2/yaffs_vfs.c

[linux-yocto] [meta-yocto-bsp] meta-yocto-bsp: linux 4.1: bump to the latest stable version for the non-x86 BSPs

2016-09-20 Thread Kevin Hao
Boot test for all these boards. Signed-off-by: Kevin Hao --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend

[linux-yocto] [kernel-meta] meta-yocto-bsp: beaglebone: remove the stale kernel options

2016-09-20 Thread Kevin Hao
The kernel_configcheck complains about these unnecessary kernel options. The final .config is the same with or without them. Signed-off-by: Kevin Hao --- bsp/beaglebone/beaglebone.cfg | 8 1 file changed, 8 deletions(-) diff --git

[linux-yocto] [kernel-meta] meta-yocto-bsp: beaglebone: linux-4.1: remove the stale kernel options

2016-09-20 Thread Kevin Hao
The kernel_configcheck complains about these unnecessary kernel options. The final .config is the same with or without them. Signed-off-by: Kevin Hao --- bsp/beaglebone/beaglebone.cfg | 4 1 file changed, 4 deletions(-) diff --git a/bsp/beaglebone/beaglebone.cfg

[linux-yocto] [kernel-meta] meta-yocto-bsp: beaglebone: remove the stale kernel options

2016-09-20 Thread Kevin Hao
The kernel_configcheck complains about these unnecessary kernel options. The final .config is the same with or without them. Signed-off-by: Kevin Hao --- bsp/beaglebone/beaglebone.cfg | 8 1 file changed, 8 deletions(-) diff --git

[linux-yocto] [kernel 1/6] fs: yaffs2: kill PAGE_CACHE_* and page_cache_{get, release} macros

2016-09-20 Thread Kevin Hao
As what we have done in commit 09cbfeaf1a5a ("mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros"). Signed-off-by: Kevin Hao --- fs/yaffs2/yaffs_vfs.c | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff

[linux-yocto] [kernel 2/6] fs: yaffs2: switch to the new prototype for ->set/getxattr()

2016-09-20 Thread Kevin Hao
Since commit 3767e255b390 ("switch ->setxattr() to passing dentry and inode separately") and commit ce23e6401334 ("->getxattr(): pass dentry and inode as separate arguments"), a new inode argument has been added for these two functions. Adjust these two functions to accommodate to this change.

[linux-yocto] [kernel 5/6] fs: yaffs2: fix the wrong check of return value of dir_emit()

2016-09-20 Thread Kevin Hao
Fix the following build warning: fs/yaffs2/yaffs_vfs.c:1788:34: warning: comparison of constant '0' with boolean expression is always false [-Wbool-compare] this_inode, this_type) < 0) { Signed-off-by: Kevin Hao --- fs/yaffs2/yaffs_vfs.c | 2 +- 1 file

[linux-yocto] bump to linux-yocto 4.8 for the non-x86 BSPs

2016-09-20 Thread Kevin Hao
Hi, This patch series fixes some build errors in linux-yocto 4.8 and bump to 4.8 for all the non-x86 BSPs. -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto

Re: [linux-yocto] [meta-yocto-bsp] meta-yocto-bsp: linux 4.1: bump to the latest stable version for the non-x86 BSPs

2016-09-20 Thread Bruce Ashfield
On 2016-09-20 08:01 AM, Kevin Hao wrote: Boot test for all these boards. I've grabbed all the meta-yocto-bsp commits, and tweaked them for some additional changes I have queued. Bruce Signed-off-by: Kevin Hao ---

Re: [linux-yocto] bump to linux-yocto 4.8 for the non-x86 BSPs

2016-09-20 Thread Bruce Ashfield
On 2016-09-20 07:54 AM, Kevin Hao wrote: Hi, This patch series fixes some build errors in linux-yocto 4.8 and bump to 4.8 for all the non-x86 BSPs. Thanks Kevin, I'm queuing these in my tree and will send them out with my 4.8-rc7 series. Bruce --