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

2019-03-28 Thread Bruce Ashfield
On Wed, Mar 27, 2019 at 9:34 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.32 release. > > There are about 260 commits here, based on commits chosen from

Re: [linux-yocto] [PATCH] cgl: audit: Remove CONFIG_AUDIT_WATCH and CONFIG_AUDIT_WATCH

2019-03-28 Thread Bruce Ashfield
This is now merged. Bruce On Mon, Mar 25, 2019 at 2:36 AM He Zhe wrote: > > This for 5.0 and master. > > Zhe > > On 3/25/19 2:33 PM, zhe...@windriver.com wrote: > > From: He Zhe > > > > In the following commits, these two options have been replaced by > > CONFIG_AUDITSYSCALL which is in

Re: [linux-yocto] [v4.19 rt branch] x86: Drop the duplicate define of TIF_NEED_RESCHED_LAZY

2019-03-28 Thread Bruce Ashfield
Thanks Kevin, This is now merged. Bruce On Thu, Mar 28, 2019 at 2:28 AM Kevin Hao wrote: > > The two merge commits 107b161b1cbaf ("Merge branch 'v4.19/standard/base' > into v4.19/standard/preempt-rt/base") and dc37b7080cd55 ("Merge tag > 'v4.19.8' into linux-4.19.y-rt") almost have the same

[linux-yocto] [v4.19 rt branch] x86: Drop the duplicate define of TIF_NEED_RESCHED_LAZY

2019-03-28 Thread Kevin Hao
The two merge commits 107b161b1cbaf ("Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/base") and dc37b7080cd55 ("Merge tag 'v4.19.8' into linux-4.19.y-rt") almost have the same content, but introduce two define of TIF_NEED_RESCHED_LAZY for x86 arch. Drop one of them to fix the