diff mbox series

musl: Update to tip of trunk

Message ID 20250803040810.2148375-1-raj.khem@gmail.com
State Accepted, archived
Commit 81e754f35847d6dc7b346706cd428fdcbc9d7796
Headers show
Series musl: Update to tip of trunk | expand

Commit Message

Khem Raj Aug. 3, 2025, 4:08 a.m. UTC
Brings following fixes

* 8fd5d031 aarch64: mask off SME and unknown/future hwcap bits
* 709fee55 aarch64: replace asm source file for __set_thread_area with inline asm
* bd981f33 elf.h: add AT_HWCAP3 and AT_HWCAP4
* f96e47a2 printf: fix regression in large double formatting on ld128 archs
* caae5a8b fix register name usage in aarch64 clone.s
* ab4635fb make __getauxval a public ABI symbol
* fcdff46a statx: add Linux 6.11 fields/constants
* 18289e5d ldso: fix typo in comment
* 86373b49 powerpc: update HWCAP bits for Power10
* fde29c04 stdio: skip empty iovec when buffering is disabled

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-core/musl/musl_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index 51e429b093c..b016c27eeee 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -4,7 +4,7 @@ 
 require musl.inc
 inherit linuxloader
 
-SRCREV = "ae3a8c93a663b553e65f096498937083dad210d2"
+SRCREV = "8fd5d031876345e42ae3d11cc07b962f8625bc3b"
 
 BASEVER = "1.2.5"