Re: [linux-yocto] [PATCH 0/1] linux-yocto-4.4: backport sched/cgroup fixes

2016-04-20 Thread Bruce Ashfield
On 2016-04-20 8:23 AM, Mikko Ylinen wrote: While searching for LKML archives to spot any similar hits to an oops we've seen when using linux-yocto-4.4, I ran into a thread about "[BUG] sched: leaf_cfs_rq_list use after free". The patch proposed in that thread fixes the oops so I'm sending a

Re: [linux-yocto] [yocto-kernel-cache][PATCH 0/2] Add ethernet and dma kernel config to valleyisland

2016-04-20 Thread Bruce Ashfield
On 2016-04-20 6:13 PM, chong.yi.c...@intel.com wrote: From: "Chai, Chong Yi" Hi Bruce, This patch set enable ethernet kernel config and dma kernel config on valleyisland. These patches are tested on MinnowMAX 32-bit and 64-bit system. Please review and merge into

[linux-yocto] [PATCH 2/2] bsp: valleyisland: add dma support

2016-04-20 Thread chong . yi . chai
From: "Chai, Chong Yi" This patch enable DMA for valleyisland for both 32-bit and 64-bit system. Signed-off-by: Chai, Chong Yi --- bsp/valleyisland/valleyisland.cfg | 5 + 1 file changed, 5 insertions(+) diff --git

[linux-yocto] [PATCH 1/2] bsp: valleyisland: enable R8169 ethernet

2016-04-20 Thread chong . yi . chai
From: "Chai, Chong Yi" This patch enable R8169 ethernet support for valleyisland for both 32-bit and 64-bit system. Signed-off-by: Chai, Chong Yi --- bsp/valleyisland/valleyisland.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git

[linux-yocto] [yocto-kernel-cache][PATCH 0/2] Add ethernet and dma kernel config to valleyisland

2016-04-20 Thread chong . yi . chai
From: "Chai, Chong Yi" Hi Bruce, This patch set enable ethernet kernel config and dma kernel config on valleyisland. These patches are tested on MinnowMAX 32-bit and 64-bit system. Please review and merge into yocto-3.14 branch. Thank you. Chai, Chong Yi (2): bsp:

Re: [linux-yocto] [PATCH] uvesafb: print error message when task timeout occurs

2016-04-20 Thread Jianxun Zhang
On 04/20/2016 05:48 AM, Saul Wold wrote: On Tue, 2016-04-19 at 13:46 -0400, Bruce Ashfield wrote: On 2016-04-14 6:26 PM, Jianxun Zhang wrote: The driver waits for response from user space for a pending task until a timeout (UVESAFB_TIMEOUT) occurs. But the existing error message in later

[linux-yocto] [PATCH 0/1] linux-yocto-4.4: backport sched/cgroup fixes

2016-04-20 Thread Mikko Ylinen
While searching for LKML archives to spot any similar hits to an oops we've seen when using linux-yocto-4.4, I ran into a thread about "[BUG] sched: leaf_cfs_rq_list use after free". The patch proposed in that thread fixes the oops so I'm sending a backported version of it to linux-yocto-4.4.