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, Khem
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 ld
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
> > >
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
>
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 relocat
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 seq
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 f
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 gethostby{name[2],add
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
* cf7