diff mbox series

musl: Upgrade to latest tip of trunk

Message ID 20250216163709.3460272-1-raj.khem@gmail.com
State Accepted, archived
Commit e76b76f371d3158b70ae9d3a44b6d2ab6ba8db34
Headers show
Series musl: Upgrade to latest tip of trunk | expand

Commit Message

Khem Raj Feb. 16, 2025, 4:37 p.m. UTC
* c47ad25e iconv: harden UTF-8 output code path against input decoder bugs
* 4c4f15da hasmntopt: match only whole options not arbitrary substrings
* e5adcd97 iconv: fix erroneous input validation in EUC-KR decoder
* 5e594aea iconv: fix erroneous decoding of some invalid ShiftJIS sequences
* 6af4f25b s390x: manually inline __tls_get_addr in __tls_get_offset
* 5ccf05d8 ldso: don't reclaim zero-memory-sized segments
* 1a985764 sched.h: reduce namespace conflicts in _GNU_SOURCE profile
* d36e5bf8 mq: add x32-specific implementations to work around mismatched kernel ABI
* 561cd07d SIGEV_THREAD timers: re-block signals when reusing kernel thread
* 47fa6e4f SIGEV_THREAD timers: fix fatal signal if internal SIGTIMER becomes unblocked

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 4d44a8cda32..5ef8d7bca97 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 = "61399d4bd02ae1ec03068445aa7ffe9174466bfd"
+SRCREV = "c47ad25ea3b484e10326f933e927c0bc8cded3da"
 
 BASEVER = "1.2.5"