[OE-core] [PATCH] musl: Update to tip of trunk

2023-02-24 Thread Khem Raj
This brings in following changes * 7d756e1c (upstream/master, origin/master) dns: prefer monotonic clock for timeouts * 07616721 fix return value of wcs{,n}cmp for extreme wchar_t values * 35fdfe62 math: fix undefined shift in logf * 7e13e5ae inet_pton: fix uninitialized memory use for

Re: [OE-core] [PATCH] musl: Update to tip of trunk

2021-10-28 Thread Khem Raj
On Thu, Oct 28, 2021 at 2:38 PM Alexandre Belloni < alexandre.bell...@bootlin.com> wrote: > Hey Khem, > > I believe this is the cause of: > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/4268/steps/12/logs/stdio > >

Re: [OE-core] [PATCH] musl: Update to tip of trunk

2021-10-28 Thread Alexandre Belloni
Hey Khem, I believe this is the cause of: https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/4268/steps/12/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/4266/steps/12/logs/stdio

[OE-core] [PATCH] musl: Update to tip of trunk

2021-10-27 Thread Khem Raj
This brings following fixes * b76f37fd add qsort_r and make qsort a wrapper around it * 7be59733 add SPE FPU support to powerpc-sf * e3e7189c fix undefined behavior in getdelim via null pointer arithmetic and memcpy * b713b8b2 fix excessively slow TLS performance on some mips models * 3eed6a6f