[OE-core] [PATCH 1/3] musl: Update to latest master

2023-05-02 Thread Khem Raj
Brings the following changes * b928c723 fix return value of wmemcmp for extreme wchar_t values * 4724793f fix wide printf numbered argument buffer overflow * c1b42c4a wait4: fix missing rusage on x32 due to wrong success condition * 9b12982d semtimedop: fix timespec kernel ABI mismatch for 32-bit

Re: [OE-core] [PATCH 1/3] musl: Update to latest tip

2020-02-18 Thread Andre McCurdy
On Fri, Feb 14, 2020 at 5:21 PM Khem Raj wrote: > > On Fri, Feb 14, 2020 at 5:02 PM Andre McCurdy wrote: > > > > On Fri, Feb 14, 2020 at 7:42 AM Khem Raj wrote: > > > > > > Detailed changelog is here [1] > > > > > > [1] > > > https://git.musl-libc.org/cgit/musl/log/?qt=range&q=e6093b5a870a38ebf

Re: [OE-core] [PATCH 1/3] musl: Update to latest tip

2020-02-14 Thread Khem Raj
On Fri, Feb 14, 2020 at 5:02 PM Andre McCurdy wrote: > > On Fri, Feb 14, 2020 at 7:42 AM Khem Raj wrote: > > > > Detailed changelog is here [1] > > > > [1] > > https://git.musl-libc.org/cgit/musl/log/?qt=range&q=e6093b5a870a38ebfb3e54382acd48c698bde15d..a662220df547e5c2446518e74440a7d834f9ebe6 >

Re: [OE-core] [PATCH 1/3] musl: Update to latest tip

2020-02-14 Thread Andre McCurdy
On Fri, Feb 14, 2020 at 7:42 AM Khem Raj wrote: > > Detailed changelog is here [1] > > [1] > https://git.musl-libc.org/cgit/musl/log/?qt=range&q=e6093b5a870a38ebfb3e54382acd48c698bde15d..a662220df547e5c2446518e74440a7d834f9ebe6 Up to now, musl version updates have basically always just made thin

[OE-core] [PATCH 1/3] musl: Update to latest tip

2020-02-14 Thread Khem Raj
Detailed changelog is here [1] [1] https://git.musl-libc.org/cgit/musl/log/?qt=range&q=e6093b5a870a38ebfb3e54382acd48c698bde15d..a662220df547e5c2446518e74440a7d834f9ebe6 Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 inse

[OE-core] [PATCH 1/3] musl: Update to latest tip

2019-08-14 Thread Khem Raj
Fixes build regressions on risc-v Detailed changelog is here [1] [1] https://git.musl-libc.org/cgit/musl/log/?qt=range&q=d0b547dfb5f7678cab6bc39dd736ed6454357ca4..29e8737f81ccc9fbadcf61a75318aa3d0516aafa Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 i

[OE-core] [PATCH 1/3] musl: Update to latest master

2017-08-13 Thread Khem Raj
visibility is no more auto but disabled by default we do not require to disable it explicitly. * fix build failure for sh4a due to missing colon in asm statement * trap UB from attempts to join a detached thread * ppc64: fix setjmp/longjmp handling of TOC pointer * qsort: add a short comment about

[OE-core] [PATCH 1/3] musl: Update to latest

2017-02-13 Thread Khem Raj
here is shortlog * d6601f0a avoid unbounded strlen in gettext functions * dbbb3734 fix use of uninitialized pointer in gettext core * 01e6bbec fix bindtextdomain logic error deactivating other domains * 6894f847 fix spurious EINTR errors from multithreaded set*id, etc. * 1f53e7d0 fix crashes in x3