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

2023-12-03 Thread Khem Raj
There are two issues with this 1. SRC_URI needs to fall back to using git protocol 2. basename has been removed from string.h which causes few recipes to build [1] I will see to work though them before we apply this patch [1] https://errors.yoctoproject.org/Errors/Build/175430/ On Fri, Dec 1,

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

2023-12-01 Thread Khem Raj
* f314e133 mntent: fields are delimited only by tabs or spaces, not general whitespace * ee1d39bc mntent: unescape octal sequences * e17b9d74 ldso: fix TLSDESC addend processing on archs with backwards descriptors * 039d3c34 ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic * 7b6a6516

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

2023-09-21 Thread Khem Raj
Brings following bug fixes * 79bdacff glob: fix wrong return code when aborting before any matches * 7291c6c6 statvfs: allocate spare for f_type * 39e43f08 math: fix ld80 powl(x,huge) and powl(LDBL_MAX,small) * 6d101027 math: fix ld80 acoshl(x) for x < 0 Signed-off-by: Khem Raj ---

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

2023-04-26 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

[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

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 *

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

2022-03-25 Thread Khem Raj
brings following fixes * 6d8a5157 fix invalid free of duplocale object when malloc has been replaced * 760f5d7e fix __WORDSIZE on x32 sys/user.h * bdb54540 sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13 * aa3bab6c sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13 *

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

2022-02-25 Thread Khem Raj
brings in these fixes * f8bdc304 fix spurious failures by fgetws when buffer ends with partial character * 5690668a add missing strerror text for key management * 3b7b4155 fix out-of-bound read processing time zone data with distant-past dates * 75b3412f fix potentially wrong-sign zero

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

2022-01-27 Thread Khem Raj
Changes in this srcrev bump * c4d4028d fix failure to use add-cfi scripts on asm when building out-of-tree * 775bde6b fix wcwidth of hangul combining (vowel/final) letters * 8d404733 fix mismatched signatures for strtod_l family * 98e688a9 define NULL as nullptr when used in C++11 or

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

2021-08-27 Thread Khem Raj
Drop upstream patch This brings in following fixes * 3f701faa (upstream/master, origin/master) fix libc-internal signal blocking on mips archs * 0fbd7d66 fix broken struct shmid_ds on powerpc (32-bit) * 4f3d346b math: fix fmaf not to depend on FE_TOWARDZERO * 937822ab fix TZ parsing

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

2021-04-21 Thread Khem Raj
changelog [1] * aad50fcd fix regression in dl_iterate_phdr reporting of modules with no TLS * 0ea78a64 nscd: fall back gracefully on kernels without AF_UNIX support * 95a540e1 mallocng/aligned_alloc: check for malloc failure * 2c00f95c make epoll_[p]wait a cancellation point * 521b4d27 fix

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

2021-02-14 Thread Khem Raj
Brings in following changes * e5d28236 riscv64: define ELF_NFPREG * 964104f9 math: fix expm1f overflow threshold * c4c38e63 math: fix acoshf for negative inputs * 074932c8 fix possible fd leak via missing O_CLOEXEC in pthread_setname_np * 9b77aaca oldmalloc: preserve errno across free * 98b9df99

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

2020-11-08 Thread Khem Raj
fix erroneous pthread_cond_wait mutex waiter count logic due to typo https://git.musl-libc.org/cgit/musl/log/?qt=range=27b2fc9d6db956359727a66c262f1e69995660aa..d91a6cf6e369a79587c5665fce9635e5634ca201 Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1

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

2020-07-16 Thread Khem Raj
License-Update: Added copyright for AArch64 memcpy and memset code [1] Details changelog is here [2] [1] https://git.musl-libc.org/cgit/musl/commit/?id=fdf8b2ad9c5ae6adf3a91c0043eb898badee46d1 [2]

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

2020-01-27 Thread Khem Raj
Changelog [1] [1] https://git.musl-libc.org/cgit/musl/log/?qt=range=91e662d1d941215eb024787db5e910dbfb5b169f..83350eb17b9cb355e3f08b0340c4f1e8c437fac9 Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2019-09-03 Thread Khem Raj
sys/user.h related API fixed on ppc/ppc64 Detailed log [1] https://git.musl-libc.org/cgit/musl/log/?qt=range=29e8737f81ccc9fbadcf61a75318aa3d0516aafa..6ad514e4e278f0c3b18eb2db1d45638c9af1c07f Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1

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

2019-02-24 Thread Khem Raj
On Sat, Feb 23, 2019 at 9:08 AM Khem Raj wrote: > > https://git.musl-libc.org/cgit/musl/log/?qt=range=1691b23955590d1eb66a11158fdd91c86337e886..ad795d56ba3fb9d69f524ee676e3b1e2355cceb7 > hold on to this yet. I am seeing some crashes in QT samples which is a regression on ARM. > Signed-off-by:

[OE-core] [PATCH] musl: Update to latest beyond 1.21

2019-02-23 Thread Khem Raj
https://git.musl-libc.org/cgit/musl/log/?qt=range=1691b23955590d1eb66a11158fdd91c86337e886..ad795d56ba3fb9d69f524ee676e3b1e2355cceb7 Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2018-12-23 Thread Khem Raj
On Sun, Dec 23, 2018 at 8:50 PM Bruce Ashfield wrote: > > On Sat, Dec 22, 2018 at 2:25 PM Khem Raj wrote: > > > > * sync APIs from kernel v4.18 > > * Misc bug fixes > > Khem, > > I have the 4.19 libc-headers and aarch64 api patches staged locally. I > didn't quite get them sent out before

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

2018-12-23 Thread Bruce Ashfield
On Sat, Dec 22, 2018 at 2:25 PM Khem Raj wrote: > > * sync APIs from kernel v4.18 > * Misc bug fixes Khem, I have the 4.19 libc-headers and aarch64 api patches staged locally. I didn't quite get them sent out before heading for the holidays. Do you expect any patch or build issues with this

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

2018-12-22 Thread Khem Raj
* sync APIs from kernel v4.18 * Misc bug fixes Full logs https://git.musl-libc.org/cgit/musl/log/?qt=range=39ef612aa193cc6e954ac5a01574300ccd4b7ef9..21a172dd36cae7a08492fd3a7500d7bf0daee13e Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+),

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=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

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=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > > >

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=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=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=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b > > Signed-off-by: Khem Raj > --- > meta/recipes-core/musl/musl_git.bb | 2 +- > 1 file

[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=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2018-07-16 Thread Khem Raj
General bug fixes Full logs https://git.musl-libc.org/cgit/musl/log/?qt=range=193338e619de7c993efa2c0e1a87240bd732c181..9cad27a3dc1a4eb349b6591e4dc8cc89dce32277 Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2017-10-22 Thread Khem Raj
Rich Felker (8): fix use of memset without declaration in sched.h cpu set macros fix access by setjmp and longjmp to __hwcap on arm built as thumb2 for executing init array functions, use function type with prototype fix read-after-free type error in pthread_detach

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

2017-08-30 Thread Khem Raj
Alexander Monakov (1): __init_libc: add fallbacks for __progname setup Daniel Sabogal (1): fix signed overflow in ftok Rich Felker (4): fix unsynchronized access to FILE structure in fflush(0) fix undefined behavior in memset due to missing sequence points add