Re: [OE-core] [PATCH 7/9] linux-yocto: aufs and systemtap

2018-03-14 Thread Bruce Ashfield
On 2018-03-14 8:50 AM, Burton, Ross wrote: On 14 March 2018 at 12:46, Bruce Ashfield > wrote: I'll revert this for now (or see if I can quickly move it to a debug kernel build), and yes, there is a better way to do

Re: [OE-core] [PATCH 7/9] linux-yocto: aufs and systemtap

2018-03-14 Thread Burton, Ross
On 14 March 2018 at 12:46, Bruce Ashfield wrote: > I'll revert this for now (or see if I can quickly move it to a debug > kernel build), and yes, there is a better way to do this. I'm just not > sure I can get it done in time for the release. > Thanks. I'm

Re: [OE-core] [PATCH 7/9] linux-yocto: aufs and systemtap

2018-03-14 Thread Bruce Ashfield
On 2018-03-14 8:41 AM, Burton, Ross wrote: On 6 March 2018 at 18:11, Bruce Ashfield > wrote: Integrating a configuration change for systemtap:   features/systemtap/systemtap.cfg: enable CONFIG_KERNEL_DEBUG I noticed

Re: [OE-core] [PATCH 7/9] linux-yocto: aufs and systemtap

2018-03-14 Thread Burton, Ross
On 6 March 2018 at 18:11, Bruce Ashfield wrote: > Integrating a configuration change for systemtap: > > features/systemtap/systemtap.cfg: enable CONFIG_KERNEL_DEBUG > I noticed that all the performance machines had a big spike in kernel build time and build

Re: [OE-core] [PATCH 7/9] linux-yocto: aufs and systemtap

2018-03-07 Thread Burton, Ross
On 7 March 2018 at 15:06, Bruce Ashfield wrote: > > Odd. My merge of standard/tiny/base -> tiny* didn't go automatically. > Could have been the new branch naming. Either way, that SRCREV is > now valid for 4.14, and there's no patch to resend. > > Bruce > > -- >

Re: [OE-core] [PATCH 7/9] linux-yocto: aufs and systemtap

2018-03-07 Thread Bruce Ashfield
On 03/07/2018 03:38 AM, Burton, Ross wrote: On 6 March 2018 at 18:11, Bruce Ashfield > wrote: diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb

Re: [OE-core] [PATCH 7/9] linux-yocto: aufs and systemtap

2018-03-07 Thread Bruce Ashfield
On Wed, Mar 7, 2018 at 3:38 AM, Burton, Ross wrote: > On 6 March 2018 at 18:11, Bruce Ashfield > wrote: >> >> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb >> b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb >> index

Re: [OE-core] [PATCH 7/9] linux-yocto: aufs and systemtap

2018-03-07 Thread Burton, Ross
On 6 March 2018 at 18:11, Bruce Ashfield wrote: > diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb > b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb > index ae9e7691367d..1ccbf6283e43 100644 > ---

[OE-core] [PATCH 7/9] linux-yocto: aufs and systemtap

2018-03-06 Thread Bruce Ashfield
Integrating a configuration change for systemtap: features/systemtap/systemtap.cfg: enable CONFIG_KERNEL_DEBUG And porting the aufs warning fix to 4.14 and 4.15: aufs: fix compile warning Signed-off-by: Bruce Ashfield ---