Re: [OE-core] [PATCH] db: Fix timespec length assumptions

2020-02-17 Thread Bruce Ashfield
On Fri, Feb 14, 2020 at 11:10 PM Bruce Ashfield wrote: > > On Fri, Feb 14, 2020 at 5:33 PM Khem Raj wrote: > > > > This should fix the vdso crashes seen with kernel 5.0+ > > cool. I'll test this locally and follow up over the weekend. I can confirm that 32bit x86 + musl no longer traps for me wi

Re: [OE-core] [PATCH] db: Fix timespec length assumptions

2020-02-14 Thread Bruce Ashfield
On Fri, Feb 14, 2020 at 5:33 PM Khem Raj wrote: > > This should fix the vdso crashes seen with kernel 5.0+ cool. I'll test this locally and follow up over the weekend. Bruce > > python3[11312] general protection fault ip:b7e966b0 sp:bf8175cc error:0 in > libc.so[b7e8b000+6b000] > > Signed-off-

[OE-core] [PATCH] db: Fix timespec length assumptions

2020-02-14 Thread Khem Raj
This should fix the vdso crashes seen with kernel 5.0+ python3[11312] general protection fault ip:b7e966b0 sp:bf8175cc error:0 in libc.so[b7e8b000+6b000] Signed-off-by: Khem Raj Cc: Bruce Ashfield --- ...001-clock-Do-not-define-own-timespec.patch | 45 +++ meta/recipes-support