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

2023-04-08 Thread Khem Raj
Brings these changes * 1d5750b9 fix swprintf handling of nul character in output * 0e523480 in printf, use ferror macro rather than directly inspecting flags bit * 868c9643 remove wide printf dependency on ugly hack in vfprintf * 3a051769 fix (normal, narrow) printf erroneously processing %n after

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

2018-11-27 Thread Richard Purdie
On Mon, 2018-11-19 at 09:27 -0800, Khem Raj wrote: > Complete changelogs are here > https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > Signed-off-by: Khem Raj > --- > meta/recipes-core/musl/musl_git.bb | 2 +

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

2018-11-21 Thread Khem Raj
my tests were on real h/w (rpi) and there I did not see this issue obviously. I will try to reproduce this on qemu, I wonder if this is specific to x86 On Wed, Nov 21, 2018 at 2:35 AM Richard Purdie wrote: > > On Wed, 2018-11-21 at 09:32 +, Richard Purdie wrote: > > On Mon, 2018-11-19 at 09:27

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

2018-11-21 Thread Richard Purdie
On Wed, 2018-11-21 at 09:32 +, Richard Purdie wrote: > On Mon, 2018-11-19 at 09:27 -0800, Khem Raj wrote: > > Complete changelogs are here > > > > https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > > > S

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

2018-11-21 Thread Richard Purdie
On Mon, 2018-11-19 at 09:27 -0800, Khem Raj wrote: > Complete changelogs are here > https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > Signed-off-by: Khem Raj > --- > meta/recipes-core/musl/musl_git.bb | 2 +

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

2018-11-20 Thread Khem Raj
On Tue, Nov 20, 2018 at 6:08 AM akuster808 wrote: > > > > On 11/19/18 9:27 AM, Khem Raj wrote: > > Complete changelogs are here > > https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > > > Signed-off-by: Khem Raj

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

2018-11-20 Thread akuster808
On 11/19/18 9:27 AM, Khem Raj wrote: > Complete changelogs are here > https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > Signed-off-by: Khem Raj > --- > meta/recipes-core/musl/musl_git.bb | 2 +- > 1 file c

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

2018-11-19 Thread Khem Raj
Complete changelogs are here https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m