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

2023-01-05 Thread Nicolas Dechesne
On Fri, Jan 6, 2023 at 1:45 AM Khem Raj wrote: > On Wed, Jan 4, 2023 at 11:57 PM Nicolas Dechesne > wrote: > > > > > > > > On Fri, Dec 30, 2022 at 10:14 PM Khem Raj wrote: > >> > >> On Thu, Dec 29, 2022 at 3:10 PM Richard Purdie > >> wrote: > >> > > >> > On Wed, 2022-12-28 at 23:13 -0800,

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

2023-01-05 Thread Khem Raj
On Wed, Jan 4, 2023 at 11:57 PM Nicolas Dechesne wrote: > > > > On Fri, Dec 30, 2022 at 10:14 PM Khem Raj wrote: >> >> On Thu, Dec 29, 2022 at 3:10 PM Richard Purdie >> wrote: >> > >> > On Wed, 2022-12-28 at 23:13 -0800, Khem Raj wrote: >> > > Brings following changes >> > > >> > > * f47a8cdd

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

2023-01-04 Thread Nicolas Dechesne
On Fri, Dec 30, 2022 at 10:14 PM Khem Raj wrote: > On Thu, Dec 29, 2022 at 3:10 PM Richard Purdie > wrote: > > > > On Wed, 2022-12-28 at 23:13 -0800, Khem Raj wrote: > > > Brings following changes > > > > > > * f47a8cdd ldso: fix invalid early references to extern-linkage > libc.page_size > > >

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

2022-12-30 Thread Khem Raj
On Thu, Dec 29, 2022 at 3:10 PM Richard Purdie wrote: > > On Wed, 2022-12-28 at 23:13 -0800, Khem Raj wrote: > > Brings following changes > > > > * f47a8cdd ldso: fix invalid early references to extern-linkage > > libc.page_size > > * 377218cb pthread_atfork: fix return value on malloc failure >

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

2022-12-29 Thread Richard Purdie
On Wed, 2022-12-28 at 23:13 -0800, Khem Raj wrote: > Brings following changes > > * f47a8cdd ldso: fix invalid early references to extern-linkage libc.page_size > * 377218cb pthread_atfork: fix return value on malloc failure > * 29e43191 fix double-processing of DT_RELR relocations in ldso

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

2022-12-28 Thread Khem Raj
Brings following changes * f47a8cdd ldso: fix invalid early references to extern-linkage libc.page_size * 377218cb pthread_atfork: fix return value on malloc failure * 29e43191 fix double-processing of DT_RELR relocations in ldso relocating itself * b50eb8c3 fix strverscmp comparison of digit

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

2022-11-30 Thread Khem Raj
On Wed, Nov 30, 2022 at 6:48 AM Alexandre Belloni wrote: > > Hello, > > This broke a few recipes: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/6247/steps/12/logs/stdio > > I guess this is dues to the LFS64 changes yes indeed. I have some WIP on yoe/mut branch. Lets wait

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

2022-11-30 Thread Alexandre Belloni via lists.openembedded.org
Hello, This broke a few recipes: https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/6247/steps/12/logs/stdio I guess this is dues to the LFS64 changes On 28/11/2022 11:18:04-0800, Khem Raj wrote: > Brings following changes > > * 8f925945 fix return value of

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

2022-11-28 Thread Khem Raj
Brings following changes * 8f925945 fix return value of gethostby{name[2],addr} with no result but no error * 63402be2 clean up dns_parse_callback * 0a7b4323 dns response handling: don't treat too many addresses as an error * 41603c77 dns response handling: ignore presence of wrong-type RRs *