[linux-yocto] [linux-yocto-rt][PATCH 0/2] Backport two rt patches to fix build error for powerpc

2019-04-09 Thread Hongzhi.Song
There are tow errors when compiling powerpc rt kernel. 1. Error: operand out of range (0x00208690 is not between 0x and 0x) 2. error: implicit declaration of function 'printk_safe_flush_on_panic' There are for v5.0/standard/preempt-rt/base

[linux-yocto] [PATCH 1/2] powerpc: reshuffle TIF bits

2019-04-09 Thread Hongzhi.Song
From: Sebastian Andrzej Siewior Powerpc32/64 does not compile because TIF_SYSCALL_TRACE's bit is higher than 15 and the assembly instructions don't expect that. Move TIF_RESTOREALL, TIF_NOERROR to the higher bits and keep TIF_NEED_RESCHED_LAZY in the lower range. As a result one split load is

[linux-yocto] [PATCH 2/2] printk: An all-in-one commit to fix build failures

2019-04-09 Thread Hongzhi.Song
From: John Ogness This commit contains addresses several build failures which were reported by the kbuild test robot. The fixes were folded into the original commits. Reported-by: kbuild test robot Signed-off-by: John Ogness Signed-off-by: Sebastian Andrzej Siewior Backport the commit from

Re: [linux-yocto] v4.18.x - stable updates comprising v4.18.34

2019-04-09 Thread Bruce Ashfield
On Mon, Apr 8, 2019 at 11:25 AM Paul Gortmaker wrote: > > Bruce, Yocto kernel folks: > > Here is the next 4.18.x stable update "extension" primarily created > for the Yocto project, continuing from the previous v4.18.33 release. > > There are just over 160 commits here, based on commits chosen